Skip to content

Releases: SciML/RecursiveArrayTools.jl

v0.6 and nice displays

Choose a tag to compare

@ChrisRackauckas ChrisRackauckas released this 05 Jun 22:41
v0.9.0

update tests

Remove Iterators

Choose a tag to compare

@ChrisRackauckas ChrisRackauckas released this 23 May 20:35
v0.8.0

add chain

ArrayPartition hotfix

Choose a tag to compare

@ChrisRackauckas ChrisRackauckas released this 14 May 22:27

This is necessary for the next Ordinary DiffEq update which allows usage of static arrays

Compatibility with static arrays

Choose a tag to compare

@ChrisRackauckas ChrisRackauckas released this 14 May 17:07
v0.7.0

Merge remote-tracking branch 'origin/master'

Type-stability fixes and expanded types

Choose a tag to compare

@ChrisRackauckas ChrisRackauckas released this 10 May 14:37
Merge pull request #10 from rdeits/fix-similar

more type-stable versions of `similar()` and some tests

Round out the AbstractVectorOfArray Functionality

Choose a tag to compare

@ChrisRackauckas ChrisRackauckas released this 07 May 05:46

Plot recipes, better indexing, Juno rendering, etc.

recursive_eltype, show change, and ApproxFunDiffEq ready

Choose a tag to compare

@ChrisRackauckas ChrisRackauckas released this 01 May 23:38
v0.5.0

Merge remote-tracking branch 'origin/master'

Fix v0.6

Choose a tag to compare

@ChrisRackauckas ChrisRackauckas released this 29 Apr 01:08
v0.4.1

using Compat

Some late fixes

Choose a tag to compare

@ChrisRackauckas ChrisRackauckas released this 27 Apr 03:46

recursive_mean and eachindex

Feature Release: ArrayPartitions and VectorOfArray

Choose a tag to compare

@ChrisRackauckas ChrisRackauckas released this 26 Apr 15:50

Adds two new types and refactors a bit.