Releases: SciML/LabelledArrays.jl
Releases · SciML/LabelledArrays.jl
v1.7.2
v1.7.1
v1.7.0
LabelledArrays v1.7.0
Merged pull requests:
- CI for LTS (#108) (@ChrisRackauckas)
- CompatHelper: bump compat for ArrayInterface to 4, (keep existing compat) (#110) (@github-actions[bot])
v1.6.7
LabelledArrays v1.6.7
Merged pull requests:
- Adds
ChainRulesCore.rrule
for constructors andgetproperty
(#107) (@torfjelde)
v1.6.6
LabelledArrays v1.6.6
Closed issues:
- kwargs.data and kwargs.itr has been deprecated in julia v1.7 (#105)
Merged pull requests:
- Use values(kwargs) instead of kwargs.data (#106) (@andreasnoack)
v1.6.5
LabelledArrays v1.6.5
Closed issues:
- SLVector does not work with stiff solvers. Again? (#103)
Merged pull requests:
- Make it easier to use SLArrays in stiff ODE solvers (#104) (@ChrisRackauckas)
v1.6.4
LabelledArrays v1.6.4
Merged pull requests:
- Error upon
getproperty
for nonexistent property (#102) (@torfjelde)
v1.6.3
LabelledArrays v1.6.3
Closed issues:
vec(::SLVector)
fails with StaticArrays 1.2 (but succeeds with StaticArrays <1.2) (#100)
Merged pull requests:
- Add vec definition instead of relying on StaticArrays (#101) (@chriselrod)
v1.6.2
LabelledArrays v1.6.2
Closed issues:
- concatenation of labelled arrays not working (#95)
- use of static arrays in ODEs is slower than dynamic arrays (#98)
Merged pull requests:
- add vcat for larray (#99) (@ChrisRackauckas)
v1.6.1
LabelledArrays v1.6.1
Closed issues:
Merged pull requests:
- add more named tuple constructors (#97) (@ChrisRackauckas)