Releases: JuliaCollections/SortingAlgorithms.jl
Releases · JuliaCollections/SortingAlgorithms.jl
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
v1.0.1
v1.0.0
v0.3.1
v0.3.0
v0.2.1
v0.2.0: Update syntax for structs / mutable structs. (#23)
* Update syntax for structs / mutable structs. immutable -> struct type -> mutable struct * Bump to 0.6 * Fix deprecations * Fix unused Fwd