Releases: SciML/RecursiveArrayTools.jl
Releases · SciML/RecursiveArrayTools.jl
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
Compatibility with static arrays
v0.7.0 Merge remote-tracking branch 'origin/master'
Type-stability fixes and expanded types
Merge pull request #10 from rdeits/fix-similar more type-stable versions of `similar()` and some tests
Round out the AbstractVectorOfArray Functionality
Plot recipes, better indexing, Juno rendering, etc.
recursive_eltype, show change, and ApproxFunDiffEq ready
v0.5.0 Merge remote-tracking branch 'origin/master'
Fix v0.6
v0.4.1 using Compat
Some late fixes
recursive_mean and eachindex
Feature Release: ArrayPartitions and VectorOfArray
Adds two new types and refactors a bit.