SciML/RecursiveArrayTools.jl
Tools for easily handling objects like arrays of arrays and deeper nestings in scientific machine learning (SciML) and other applications
JuliaNOASSERTION
Issues
- 3
- 3
Issue with broadcasting a `VectorOfArray` with differently sized vectors
#454 opened by JoshuaLampert - 1
Views of `VectorOfArray` with differently sized vectors gives wrong result
#453 opened by JoshuaLampert - 1
Bug: `recursivefill!` fails on `VectorOfArray` with mixed immutable and mutable StaticArrays
#461 opened by pankaj-bind - 2
- 8
Provide generic Time Series datatype
#415 opened by bertini97 - 3
- 1
Circular dependency due to Tables extension
#477 opened by danielwe - 3
Broadcasting is much slower than necessary
#400 opened by ranocha - 0
Using UpperTriangular and LowerTriangular arrays (or maybe more generally AbstractArrays?)
#451 opened by mennomulder - 2
`VectorOfArrayStyle` potentially relies on bug in `Base.AbstractArrayStyle` promotion rule
#449 opened by adienes - 7
Subtype ArrayPartition and NamedArrayPartition
#443 opened by htsnowden - 0
`ArrayPartition` indexing allocates more in the latest versions of the package
#442 opened by ivborissov - 0
- 1
- 2
- 6
- 3
- 8
ArrayPartition violates the documentation of eltype
#397 opened by bvdmitri - 0
- 1
- 2
Wrong indexing of the last element of VectorOfArray
#399 opened by ErikQQY - 5
- 4
- 1
- 10
- 1
- 2
Broadcast over `VectorOfArray` doesn't respect dimensions of non-vector parent arrays
#373 opened by jlchan - 2
Getting the `sol` of an observed variable (using SymbolicIndexingInterface) of a trivial ODE (with no reduced states) fails
#365 opened by avinashresearch1 - 0
`getindex` with slice breaks on size 1 arrays
#354 opened by lxvm - 0
- 2
- 5
3.4.1 -> 3.4.2 breaking
#341 opened by j-fu - 1
views with `Vector{Bool}` indices are broken
#334 opened by SebastianM-C - 7
- 0
Fix method ambiguities.
#326 opened by ArnoStrouwen - 5
`reshape` with `Colon` fails on `VectorOfArray`
#271 opened by sethaxen - 5
- 0
Implement `pointer` and `resize!` for `VectorOfArray`
#300 opened by ranocha - 8
`@deprecate` usage invalid on Julia <=1.7
#299 opened by MilesCranmer - 3
- 1
Prepending/appending a list of ArrayPartition
#288 opened by olivierverdier - 0
Improve docstrings
#286 opened by ArnoStrouwen - 2
Incorrect `iszero` behavior
#277 opened by avik-pal - 2
ArrayPartition([1,1],[1])[1:3,1] segfaults.
#273 opened by Jollywatt - 2
Broadcasting with Float ArrayPartition
#274 opened by HadrienNU - 2
Loosen type constraints for ArrayPartition copy?
#275 opened by DrChainsaw - 1
`Matrix(sol)` can return other types than `Matrix`
#270 opened by danielwe - 1
- 0