Skip to content

Releases: SciML/RecursiveArrayTools.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.

Type-stable ArrayPartition

16 Aug 08:11
Compare
Choose a tag to compare
Merge pull request #18 from devmotion/change_arraypartition

Improved ArrayPartition

Small bugfixes

26 Jul 03:33
Compare
Choose a tag to compare

Display, comprehension, etc. bugfixes from users.

Add missing setindex! functions for VectorOfArray

03 Jul 05:12
Compare
Choose a tag to compare

Deprecate vacarr_to_arr and add recursive_mean dispatch

30 Jun 11:36
Compare
Choose a tag to compare