RecursiveArrayToolsRaggedArrays-v1.1.0
RecursiveArrayToolsRaggedArrays RecursiveArrayToolsRaggedArrays-v1.1.0
Closed issues:
- flatten & reshape (#1)
- Fix type piracy (#3)
- Stack overflow on 0.6 (#4)
- Efficient broadcast overloads for AbstractVectorOfArray (#5)
- recursivecopy! for sparse inputs (#7)
- Broadcast type-stability for ArrayPartition (#8)
- ArrayPartition broadcast() assumes input and output types are the same (#11)
- Error tagging new release (#12)
- Change Juno dep to Requires (#14)
- Implement a fast
vecon VectorOfArray (#15) - Incorrect display (#16)
- ArrayPartition element-type (#17)
- Immutable FieldVectors from StaticArrays.jl (#19)
- don't override display (#22)
- similar(v) broken for v::VectorOfArray (#23)
- Fix VectorOfArray inplace broadcasting (#33)
- Re-enable Unitful tests on v0.7 (#34)
- error on 0.7 beta: ArgumentError: Package Statistics [...] is required but does not seem to be installed (#36)
- Change in result of vec(sol) in 0.7 as compared to 0.6. (#38)
- Apparent compatibility issue with CuArrays (#40)
- Package compatibility caps (#42)
- Some DifferentialEquations.jl solvers fail when using
ArrayPartition(#44) - Reshape (#47)
- non-scalar indexing is broken for ArrayPartition (#49)
- Release v0.20.0 Doesn't Work (#50)
- setindex not implemented (#51)
- mean(x::VectorOfArrays, dims=i) off by factor of size(x,1) (#53)
recursive_bottom_eltypebreaks when given non-numeric type or value (#54)- Outer product of ArrayPartitions do not produce "matrix like" objects. (#60)
- copyto! definition mismatch with Base (#61)
- Something off with broadcast of ArrayPartition with NTuple (#63)
- Register (#66)
- Error when broadcast-assigning scalar to ArrayPartition (#67)
- ArrayPartition copyto! dimension mismatch with Array{T,N} where N>1 (#68)
- Error with VectorOfArray and Juno display (#70)
- broadcast assign an array to ArrayPartition (#71)
- allocating linearalgebra (#72)
- Initialisation of an empty VectorOfArrays (#77)
ldiv!on ArrayPartition allocates (#90)- Multi-level broadcast of ArrayPartition allocates (#95)
- Please enable CartesianIndices for VectorOfArray (#98)
- Implementation of linear algebra for ArrayPartition (#105)
- Need an adjoint for constructor VectorOfArray (#111)
- TagBot trigger issue (#124)
- Vector of StaticArrays inside ArrayPartition (#125)
- Stack overflow with ApproxFun type (#130)
- names / labels for the arrays in a Vector of Arrays? (#133)
- Calling similar on ArrayPartition does not respect the dims argument (#135)
- ArrayPartition broadcasting change downstream regressions (#137)
- Specialized method to
mapover anArrayPartition? (#140) - 2.13-> 2.14: broken API or breaking change ? (#146)
- Add downstream tests (#149)
- Relationship between
PartitionArrayandProductRepr(#160) - Indexing VectorOfArrays on GPU throws "scalar indexing" warning (#178)
- Indexing VectorOfArrays using boolean masks throws warning (#180)
- Possible bug in any(f::Function,A::ArrayPartition) (#196)
- Convert interface to DataFrame (#211)
- Readme is somewhat unclear (#218)
- [Breaking] Update DiffEqArray constructors (#237)
getindex(::DiffEqArray, ::Symbol)is broken on recent releases (#240)- VectorOfArray with adaptive time steps in OrdinaryDiffEq (#243)
- plot(sol(0:19)): ERROR: type DiffEqArray has no field indepsym (#262)
- Could
issymbollikebe extracted into a new package? (#264) - New method for
ldiv!is failing to compile on Julia <= 1.7 (#269) reshapewithColonfails onVectorOfArray(#271)- ArrayPartition([1,1],[1])[1:3,1] segfaults. (#273)
- Broadcasting with Float ArrayPartition (#274)
- Loosen type constraints for ArrayPartition copy? (#275)
- Incorrect
iszerobehavior (#277) - Prepending/appending a list of ArrayPartition (#288)
@deprecateusage invalid on Julia <=1.7 (#299)- Implement
pointerandresize!forVectorOfArray(#300) - v3.2.0 precompiles fail with "Method definition overwritten" (#306)
- Type instability when iterating nested recursive arrays (#323)
- views with
Vector{Bool}indices are broken (#334) - 3.4.1 -> 3.4.2 breaking (#341)
getindexwith slice breaks on size 1 arrays (#354)- ArrayPartition Incompatible for Native Implicit SDE Solvers (#358)
- Getting the
solof an observed variable (using SymbolicIndexingInterface) of a trivial ODE (with no reduced states) fails (#365) - Broadcast over
VectorOfArraydoesn't respect dimensions of non-vector parent arrays (#373) - Broadcasted assignment fails for
VectorOfArray(Array{<:SVector{1}})(#378) - Cannot install RecursiveArrayTools#v3.24.0 (latest version) any longer (#391)
- any(isnan, ArrayPartition([ NaN ], [ NaN ])) returns false (#392)
- Bad error message for empty arrays of symbolic indexes (#396)
- Broadcasting is much slower than necessary (#400)
- Broadcasting over
VectorOfArraydoes not preserve type of parent array (#410) - Provide generic Time Series datatype (#415)
- Broadcasting on
ArrayPartitions is not applied recursively (#418) - similar(::NamedArrayPartition, ::T) yields a
Vector(#430) VectorOfArrayStylepotentially relies on bug inBase.AbstractArrayStylepromotion rule (#449)- Views of
VectorOfArraywith differently sized vectors gives wrong result (#453) - Issue with broadcasting a
VectorOfArraywith differently sized vectors (#454) - Bug:
recursivefill!fails onVectorOfArraywith mixed immutable and mutable StaticArrays (#461) - Circular dependency due to Tables extension (#477)
issparseis not defined but is requested for a view's parent (#486)- Solving ODE using ArrayPartition of GPUArrays fails for implicit solvers (#496)
- Cannot call
to_index(::RaggedEnd)(#508) - Type instability for
vec[1, end](#525) - Precompilation error inside PackageCompiler (#536)
- Allow vector-like init for
ArrayPartitions/VectorOfArrays (#544) - Register v3.52.0 from v3-backport (#561)
- Multithreading with
RecursiveArrayTools.VectorOfArrayis broken (#564) Vector{Int}indexing ofNamedArrayPartitionbroken for v4+ (#583)- Why doesn't
recursivecopy!allow to copy a vector into a matrix? (#589) sumdoesn't work forVectorOfArray{ReverseDiff.TrackedReal{..}, ...}(#595)