Releases: SciML/RecursiveArrayTools.jl
Releases · SciML/RecursiveArrayTools.jl
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
Hotfix ArrayPartition display
v0.10.1 Update array_partition.jl
add missing vecarr_to_arr
This allows the change from vecvec_to_mat to vecarr_to_arr ecosystem-wide.
v0.6 and nice displays
v0.9.0 update tests
Remove Iterators
v0.8.0 add chain
ArrayPartition hotfix
This is necessary for the next Ordinary DiffEq update which allows usage of static arrays