Skip to content

Releases: SciML/RecursiveArrayTools.jl

Patches for ArrayPartition

Choose a tag to compare

@ChrisRackauckas ChrisRackauckas released this 12 Oct 14:49
Merge pull request #21 from ranocha/pull-request/9065539d

fix copyat_or_push! for StaticArrays

recursivecopy! type sensitivity

Choose a tag to compare

@ChrisRackauckas ChrisRackauckas released this 19 Sep 02:38
v0.12.3

recursive copy doesn't matter if element type is the same, just class

Fix recursivecopy! for Static

Choose a tag to compare

@ChrisRackauckas ChrisRackauckas released this 31 Aug 08:42
Merge pull request #20 from ranocha/pull-request/51ccc062

recursivecopy! for StaticArrays

Patch ArrayPartition copying

Choose a tag to compare

@ChrisRackauckas ChrisRackauckas released this 17 Aug 07:04

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

Choose a tag to compare

@ChrisRackauckas ChrisRackauckas released this 16 Aug 08:11
Merge pull request #18 from devmotion/change_arraypartition

Improved ArrayPartition

Small bugfixes

Choose a tag to compare

@ChrisRackauckas ChrisRackauckas released this 26 Jul 03:33

Display, comprehension, etc. bugfixes from users.

Add missing setindex! functions for VectorOfArray

Choose a tag to compare

@ChrisRackauckas ChrisRackauckas released this 03 Jul 05:12

Oops.

Deprecate vacarr_to_arr and add recursive_mean dispatch

Choose a tag to compare

@ChrisRackauckas ChrisRackauckas released this 30 Jun 11:36
v0.11.0

fix diffeq array plotting

Hotfix ArrayPartition display

Choose a tag to compare

@ChrisRackauckas ChrisRackauckas released this 28 Jun 12:23
v0.10.1

Update array_partition.jl

add missing vecarr_to_arr

Choose a tag to compare

@ChrisRackauckas ChrisRackauckas released this 16 Jun 12:29

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