Releases: tkoolen/TypeSortedCollections.jl
Releases · tkoolen/TypeSortedCollections.jl
v1.1.0
Fully switch to Project.toml setup.
v1.0.0
TypeSortedCollections will adhere to semantic versioning from now on.
v0.6.0
Fix for Julia 1.0.0. Don't extend Base.indices
(removed). Instead just have a separate (unexported) function TypeSortedCollections.indices
.
v0.5.1
More fixes for Julia 0.7.
v0.5.0
Drop support for 0.6; fix deprecations on 0.7.
v0.4.2
Compatibility with latest Julia master.
v0.4.1
Compatibility with latest Julia master (tested on 69e559d496c69c7909ba87631cb552295e77255f).
v0.4.0
- add
eltypes
and vectortypes
functions
- rework constructors a bit
- one more fix for empty inputs
- reduce code duplication for
broadcast!
v0.3.1
Increased robustness to empty inputs, including empty index vector tuples.
v0.3.0
- Add
eltype
and push!
- Support for current Julia master