Releases: tkoolen/TypeSortedCollections.jl
Releases · tkoolen/TypeSortedCollections.jl
v1.1.0
14 May 18:34
Compare
Sorry, something went wrong.
No results found
Fully switch to Project.toml setup.
v1.0.0
26 Sep 18:53
Compare
Sorry, something went wrong.
No results found
TypeSortedCollections will adhere to semantic versioning from now on.
v0.6.0
10 Aug 18:40
Compare
Sorry, something went wrong.
No results found
Fix for Julia 1.0.0. Don't extend Base.indices (removed). Instead just have a separate (unexported) function TypeSortedCollections.indices.
v0.5.1
02 Aug 17:57
Compare
Sorry, something went wrong.
No results found
More fixes for Julia 0.7.
v0.5.0
02 Jul 12:08
Compare
Sorry, something went wrong.
No results found
Drop support for 0.6; fix deprecations on 0.7.
v0.4.2
24 Jun 15:15
Compare
Sorry, something went wrong.
No results found
Compatibility with latest Julia master.
v0.4.1
18 Apr 23:12
Compare
Sorry, something went wrong.
No results found
Compatibility with latest Julia master (tested on 69e559d496c69c7909ba87631cb552295e77255f).
v0.4.0
26 Feb 22:30
Compare
Sorry, something went wrong.
No results found
add eltypes and vectortypes functions
rework constructors a bit
one more fix for empty inputs
reduce code duplication for broadcast!
v0.3.1
21 Feb 01:20
Compare
Sorry, something went wrong.
No results found
Increased robustness to empty inputs, including empty index vector tuples.
v0.3.0
27 Jan 02:57
Compare
Sorry, something went wrong.
No results found
Add eltype and push!
Support for current Julia master