Skip to content

Releases: JuliaCollections/SortingAlgorithms.jl

v1.2.1

28 Dec 15:22
52fc44f
Compare
Choose a tag to compare

Changes that effect end-users

none

Changes that effect dependents

Changes that don't touch the src directory

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

18 Oct 12:53
fc46946
Compare
Choose a tag to compare

What's Changed

  • Add PagedMergeSort, a fast merge sort using O(√n) space by @LSchwerdt in #71

New Contributors

Full Changelog: v1.1.1...v1.2.0

v1.1.1

18 Oct 12:52
ef22e53
Compare
Choose a tag to compare

User-facing Changed

  • Work around Julia's Base.Sort.MissingOptimization bugs by @LilithHafner in #78

Internal changes

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

25 Nov 06:19
051aad6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

07 Jul 08:37
67366a6
Compare
Choose a tag to compare

SortingAlgorithms v1.0.1

Diff since v1.0.0

Closed issues:

  • Timeline for 1.0 release (#41)
  • TagBot trigger issue (#42)
  • Base.Sort.Float.nans2end! removed in Julia 1.7 (#45)

Merged pull requests:

v1.0.0

07 Jul 08:22
aa2b98d
Compare
Choose a tag to compare
tag 1.0.0

v0.3.1

07 Aug 13:51
Compare
Choose a tag to compare
Fix tests

v0.3.0

02 Jul 06:55
Compare
Choose a tag to compare
fixes for julia 0.7 (#30)

v0.2.1

19 Apr 17:43
891173f
Compare
Choose a tag to compare
Merge pull request #28 from quinnj/jq/0.7

0.7 compat

v0.2.0: Update syntax for structs / mutable structs. (#23)

12 Nov 18:57
Compare
Choose a tag to compare
* Update syntax for structs / mutable structs.
      immutable -> struct
      type -> mutable struct
* Bump to 0.6
* Fix deprecations
* Fix unused Fwd