Releases: SciML/RecursiveArrayTools.jl
Releases · SciML/RecursiveArrayTools.jl
Recursive array handling
v0.13.1 recursive bottoming
Nested array eltype enhancements
Merge pull request #27 from JuliaDiffEq/fbot/deps Fix deprecations
Patches for ArrayPartition
Merge pull request #21 from ranocha/pull-request/9065539d fix copyat_or_push! for StaticArrays
recursivecopy! type sensitivity
v0.12.3 recursive copy doesn't matter if element type is the same, just class
Fix recursivecopy! for Static
Merge pull request #20 from ranocha/pull-request/51ccc062 recursivecopy! for StaticArrays
Patch ArrayPartition copying
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
Merge pull request #18 from devmotion/change_arraypartition Improved ArrayPartition
Small bugfixes
Display, comprehension, etc. bugfixes from users.
Add missing setindex! functions for VectorOfArray
Deprecate vacarr_to_arr and add recursive_mean dispatch
v0.11.0 fix diffeq array plotting