Releases: kaBeech/tensort
Version 1.0.1.3 | Improve Documentation
Version 1.0.1.2 | Include Benchmarking Data
-
Include benchmarking results and README images in package
-
Improve flow in README
-
Cleanup code and documentation a bit
Version 1.0.1.1 | Make Images Show On Hackage
- Make all pictures in README viewable on Hackage
Version 1.0.1.0 | Cleanup
-
Export more functions for building custom Tensort variants
-
Cleanup and improve documentation
-
Cleanup code a bit
Version 1.0.0.0 | Publish This Thing!!!
-
Add Recursive Robustsort
-
Add Rotationsort
-
Fix Bubblesort to more closely match Ackley's non-'optimized' version
-
Add Benchmarking
-
Expand README
-
Replace Exchangesort with Rotationsort in Robustsort
-
Use Sortable type in Tensort and Robustsort so they can be used recursively
-
Add top-level Tensort and Robustsort functions wrapped in a type converter so
they can be easily used to sort Bits (Integers) -
Add more helper functions
-
Many more updates to the algorithms - see README for details
Version 0.2.0.3 | Improve Testing Compatibility
- Fix QuickTest breaking Stackage build
Version 0.2.0.2
- Cleanup testing and CI
Version 0.2.0.1 | Baby Steps
-
Adds guards for short lists in input
-
Improves testing
-
Improves documentation
-
Adds very basic benchmarking
Version 0.2.0.0
Revision history for tensort
0.1.0.0 -- 2024-05-30
- First version. Released to an eager world!
0.2.0.0 -- 2024-05-31
-
Add Logarithmic Tensort
-
Rename and update Exchangesort
-
Simplify code and structure
-
Cleanup exports
-
Cleanup Types
-
Improve documentation
-
Add to package file
-
Expand supported dependency versions
-
Add tests