Releases: JuliaCollections/SortingAlgorithms.jl
Releases · JuliaCollections/SortingAlgorithms.jl
v1.2.2
SortingAlgorithms v1.2.2
Declares compatibility with DataStructures 0.19
Merged pull requests:
- Bump actions/cache from 3 to 4 (#92) (@dependabot[bot])
 - Bump julia-actions/setup-julia from 1 to 2 (#94) (@dependabot[bot])
 - Bump codecov/codecov-action from 3 to 5 (#96) (@dependabot[bot])
 - README.md: switch coverage to codecov (#98) (@fingolfin)
 - Update CI config (#99) (@fingolfin)
 - Run CI on default branch (#100) (@LilithHafner)
 - Adjust CI Julia versions (#102) (@andreasnoack)
 - Partially revert "Adjust CI Julia versions" (#104) (@LilithHafner)
 - Allow version 0.19 of DataStructures (#105) (@LilithHafner)
 - Release 1.2.2 (#106) (@LilithHafner)
 - Remove circular test dependency on StatsBase (#107) (@devmotion)
 
v1.2.1
Changes that effect end-users
none
Changes that effect dependents
- test with Aqua.jl and fix ambiguity by @LilithHafner in #80
 
Changes that don't touch the src directory
- Fix PkgEval by @LilithHafner in #83
 - Stop codecov from posting a comment in every PR by @LilithHafner in #84
 - Fix typo in README.md by @LilithHafner in #85
 - Remove extraneous indentation in README.md by @LilithHafner in #86
 - enable dependabot for GitHub actions by @ranocha in #74
 - Bump actions/cache from 1 to 3 by @dependabot in #87
 - Bump codecov/codecov-action from 1 to 3 by @dependabot in #89
 - Bump actions/checkout from 2 to 4 by @dependabot in #88
 - Release 1.2.1 by @LilithHafner in #91
 
New Contributors
- @dependabot made their first contribution in #87
 
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Add PagedMergeSort, a fast merge sort using O(√n) space by @LSchwerdt in #71
 
New Contributors
- @LSchwerdt made their first contribution in #71
 
Full Changelog: v1.1.1...v1.2.0
v1.1.1
User-facing Changed
- Work around Julia's Base.Sort.MissingOptimization bugs by @LilithHafner in #78
 
Internal changes
- Add comment to broken test and fix it by using Base.Sort.InitialOptimizations by @LilithHafner in #70
 - Add Manifest.toml to .gitignore by @LilithHafner in #73
 - Correct some typos by @goggle in #75
 - Drop StatsBase compat bounds for tests by @ararslan in #76
 
New Contributors
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Radix sort is not in-place by @nalimilan in #49
 - Fix CI on nightly by @LilithHafner in #60
 - Create Invalidations.yml by @ranocha in #59
 - Implements the CombSort algorithm by @nlw0 in #54
 - Once Base defines radix sort, use that for ::RadixSortAlg by @LilithHafner in #63
 - Replace RadixSort with CombSort in README.md by @LilithHafner in #65
 - Link other sorting packages; add dependents badge by @LilithHafner in #66
 - Update README.md combsort description by @nlw0 in #67
 - Tag 1.1.0 by @LilithHafner in #64
 
New Contributors
- @LilithHafner made their first contribution in #60
 - @ranocha made their first contribution in #59
 - @nlw0 made their first contribution in #54
 
Full Changelog: v1.0.1...v1.1.0