Skip to content

Releases: SciML/RecursiveArrayTools.jl

Add missing fallback

27 Jan 06:20
Compare
Choose a tag to compare
v0.14.4

recursivecopy fallback

Some Speed optimiziations

06 Jan 06:21
Compare
Choose a tag to compare
v0.14.3

don't deepcopy SArray

Some optimizations

05 Jan 15:59
Compare
Choose a tag to compare
v0.14.1

some optimizations to use deepcopy less

Remove Juno dependency

20 Dec 15:25
Compare
Choose a tag to compare

now uses Requires.jl

Recursive array handling

07 Dec 15:01
Compare
Choose a tag to compare
v0.13.1

recursive bottoming

Nested array eltype enhancements

07 Dec 07:15
5f20d54
Compare
Choose a tag to compare
Merge pull request #27 from JuliaDiffEq/fbot/deps

Fix deprecations

Patches for ArrayPartition

12 Oct 14:49
Compare
Choose a tag to compare
Merge pull request #21 from ranocha/pull-request/9065539d

fix copyat_or_push! for StaticArrays

recursivecopy! type sensitivity

19 Sep 02:38
Compare
Choose a tag to compare
v0.12.3

recursive copy doesn't matter if element type is the same, just class

Fix recursivecopy! for Static

31 Aug 08:42
Compare
Choose a tag to compare
Merge pull request #20 from ranocha/pull-request/51ccc062

recursivecopy! for StaticArrays

Patch ArrayPartition copying

17 Aug 07:04
Compare
Choose a tag to compare

The last release introduced a bug in its copying due to re-using the name copy. This caused OrdinaryDiffEq.jl tests to fail. This release fixes that bug and adds an appropriate test so that doesn't happen again.