Skip to content

Releases: SciML/RecursiveArrayTools.jl

Patch ArrayPartition copying

17 Aug 07:04

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

Choose a tag to compare

Merge pull request #18 from devmotion/change_arraypartition

Improved ArrayPartition

Small bugfixes

26 Jul 03:33

Choose a tag to compare

Display, comprehension, etc. bugfixes from users.

Add missing setindex! functions for VectorOfArray

03 Jul 05:12

Choose a tag to compare

Deprecate vacarr_to_arr and add recursive_mean dispatch

30 Jun 11:36

Choose a tag to compare

Hotfix ArrayPartition display

28 Jun 12:23

Choose a tag to compare

v0.10.1

Update array_partition.jl

add missing vecarr_to_arr

16 Jun 12:29

Choose a tag to compare

This allows the change from vecvec_to_mat to vecarr_to_arr ecosystem-wide.

v0.6 and nice displays

05 Jun 22:41

Choose a tag to compare

v0.9.0

update tests

Remove Iterators

23 May 20:35

Choose a tag to compare

v0.8.0

add chain

ArrayPartition hotfix

14 May 22:27

Choose a tag to compare

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