Skip to content

Releases: SciML/RecursiveArrayTools.jl

v1.0.0

30 Jul 16:29
v1.0.0

Choose a tag to compare

v1.0.0 (2019-07-29)

Diff since v0.20.0

Closed issues:

  • Register (#66)
  • Something off with broadcast of ArrayPartition with NTuple (#63)
  • copyto! definition mismatch with Base (#61)
  • recursive\_bottom\_eltype breaks when given non-numeric type or value (#54)
  • setindex not implemented (#51)
  • Release v0.20.0 Doesn't Work (#50)
  • non-scalar indexing is broken for ArrayPartition (#49)

Merged pull requests:

VA slicing to VA

25 Jan 19:35
b6992fb

Choose a tag to compare

v0.20.0

Update vector_of_array.jl

Hotfix mutability test

25 Jan 11:05

Choose a tag to compare

v0.19.1

namespace ismutable

copyat_or_push! simplification via mutability handling in recursivecopy

25 Jan 10:40

Choose a tag to compare

v0.19.0

Use ismutable from ArrayInterface and clean up copyat via recursivecopy

No number deepcopy

20 Jan 15:12
edcf0bd

Choose a tag to compare

v0.18.6

Update appveyor.yml

v0.18.5

19 Dec 12:42

Choose a tag to compare

fix int throw out from number

Compile time decreases

17 Nov 07:02

Choose a tag to compare

v0.18.4

reduce compile times

Fix ArrayPartition Broadcast

10 Oct 15:54
e0567b6

Choose a tag to compare

Merge pull request #41 from vchuravy/vc/broadcast

[WIP] Rework broadcast

Fixes to bottom eltype functions

22 Sep 11:28

Choose a tag to compare

v0.18.2

Merge branch 'recursive-eltype'

Fix ArrayPartition printing

06 Sep 16:15
48329f5

Choose a tag to compare

Merge pull request #39 from JuliaDiffEq/myb/fix

Fix the printing for Array of ArrayPartition