Skip to content

Releases: SciML/RecursiveArrayTools.jl

v2.4.0

Choose a tag to compare

@github-actions github-actions released this 06 Jun 02:08

RecursiveArrayTools v2.4.0

Diff since v2.3.5

Closed issues:

  • Fix VectorOfArray inplace broadcasting (#33)
  • Multi-level broadcast of ArrayPartition allocates (#95)

Merged pull requests:

v2.3.5

Choose a tag to compare

@github-actions github-actions released this 27 May 13:09
31bf951

RecursiveArrayTools v2.3.5

Diff since v2.3.4

Merged pull requests:

v2.3.4

Choose a tag to compare

@github-actions github-actions released this 27 May 04:10
6866437

RecursiveArrayTools v2.3.4

Diff since v2.3.3

Closed issues:

  • Please enable CartesianIndices for VectorOfArray (#98)

Merged pull requests:

  • Support CartesianIndices for VectorOfArray (#99) (@YingboMa)

v2.3.3

Choose a tag to compare

@github-actions github-actions released this 20 May 07:07
b82c855

RecursiveArrayTools v2.3.3

Diff since v2.3.2

Merged pull requests:

v2.3.2

Choose a tag to compare

@github-actions github-actions released this 12 May 01:09

RecursiveArrayTools v2.3.2

Diff since v2.3.1

Merged pull requests:

v2.3.1

Choose a tag to compare

@github-actions github-actions released this 08 Apr 00:12
d7aafe2

RecursiveArrayTools v2.3.1

Diff since v2.3.0

Merged pull requests:

  • Add fast blocked substitution for triangular matrices (#94) (@YingboMa)

v2.3.0

Choose a tag to compare

@github-actions github-actions released this 07 Apr 15:10
c9958b8

RecursiveArrayTools v2.3.0

Diff since v2.2.0

Closed issues:

  • Apparent compatibility issue with CuArrays (#40)
  • Some DifferentialEquations.jl solvers fail when using ArrayPartition (#44)
  • Outer product of ArrayPartitions do not produce "matrix like" objects. (#60)
  • Error when broadcast-assigning scalar to ArrayPartition (#67)
  • broadcast assign an array to ArrayPartition (#71)
  • allocating linearalgebra (#72)

Merged pull requests:

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 06 Apr 02:05
05a5a49

RecursiveArrayTools v2.2.0

Diff since v2.1.2

Merged pull requests:

  • CompatHelper: bump compat for "RecipesBase" to "1.0" (#87) (@github-actions[bot])

v2.1.2

Choose a tag to compare

@github-actions github-actions released this 03 Apr 04:05
bfdb8e6

RecursiveArrayTools v2.1.2

Diff since v2.1.1

v2.1.1

Choose a tag to compare

@github-actions github-actions released this 02 Apr 22:05

RecursiveArrayTools v2.1.1

Diff since v2.1.0

Closed issues:

  • Initialisation of an empty VectorOfArrays (#77)

Merged pull requests:

  • Update README.md (#84) (@mforets)
  • Constructors with all elements of the same type (#85) (@mforets)
  • Adjoint for VecOfArray getindex (#86) (@dhairyagandhi96)