Skip to content

Releases: tkoolen/TypeSortedCollections.jl

v1.1.0

14 May 18:34
v1.1.0
c31efa3
Compare
Choose a tag to compare

Fully switch to Project.toml setup.

v1.0.0

26 Sep 18:53
a9099da
Compare
Choose a tag to compare
  • add any and all (#37, thanks @schmrlng).
  • drop support for Julia 0.7 (#38)

TypeSortedCollections will adhere to semantic versioning from now on.

v0.6.0

10 Aug 18:40
14e5d4e
Compare
Choose a tag to compare

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
4dfeac5
Compare
Choose a tag to compare

More fixes for Julia 0.7.

v0.5.0

02 Jul 12:08
5b207f8
Compare
Choose a tag to compare

Drop support for 0.6; fix deprecations on 0.7.

v0.4.2

24 Jun 15:15
99a8bb9
Compare
Choose a tag to compare

Compatibility with latest Julia master.

v0.4.1

18 Apr 23:12
89337e9
Compare
Choose a tag to compare

Compatibility with latest Julia master (tested on 69e559d496c69c7909ba87631cb552295e77255f).

v0.4.0

26 Feb 22:30
ce8de31
Compare
Choose a tag to compare
  • 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
e80fe37
Compare
Choose a tag to compare

Increased robustness to empty inputs, including empty index vector tuples.

v0.3.0

27 Jan 02:57
Compare
Choose a tag to compare
  • Add eltype and push!
  • Support for current Julia master