Releases: davidavdav/NamedArrays.jl
Releases · davidavdav/NamedArrays.jl
v0.10.3
NamedArrays v0.10.3
v0.10.2
NamedArrays v0.10.2
Merged pull requests:
- overload sortslices in a way that works on both 1.10 and 1.11 (#137) (@KristofferC)
- Ensure transpose is a zero-copy operation. (#139) (@orenbenkiki)
Closed issues:
v0.10.1
NamedArrays v0.10.1
v0.10.0
NamedArrays v0.10.0
Closed issues:
- names keyword argument causes an error on Julia 1.0 (#127)
Merged pull requests:
v0.9.8
NamedArrays v0.9.8
v0.9.7
NamedArrays v0.9.7
Closed issues:
- Make a patch release (#111)
- displaying the NamedArray without the summary (#113)
- Function documentation for use in REPL (#118)
- Improve show (#123)
Merged pull requests:
- Fix empty array
show
(#115) (@yha) - Add constructor to support named arguments (#120) (@ConnectedSystems)
- Support use of colon in selectors (#121) (@ConnectedSystems)
- Named range indices (#122) (@ConnectedSystems)
- Use testsets (#125) (@andreasnoack)
v0.9.6
v0.9.5
NamedArrays v0.9.5
Merged pull requests:
v0.9.4
v0.9.4 (2020-02-20)
Closed issues:
- Naming single dimension vector (#86)
- Allow any AbstractArray for names in constructor (#84)
- setnames! not working as intended for renaming a single row or column (#83)
- Slow compilation on Julia 1.3 (#81)
- When using sortslices(), the named rows do not follow the sorting. (#79)
- Incompatible with Julia 1.0? (#72)
- Key returned instead of val when key is Integer (#71)
Merged pull requests:
- Change more constructors to accept AbstractVectors (#85) (nalimilan)
- add missing test dependency (#78) (KristofferC)