Skip to content

Releases: kaBeech/tensort

Version 1.0.1.3 | Improve Documentation

16 Sep 22:59
cf5b75c
Compare
Choose a tag to compare
  • Adjust README formatting

  • Add Hype section to README

  • Some code and documentation cleanup

Version 1.0.1.2 | Include Benchmarking Data

22 Aug 22:49
ef6c632
Compare
Choose a tag to compare
  • 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

22 Aug 20:04
4c498da
Compare
Choose a tag to compare
  • Make all pictures in README viewable on Hackage

Version 1.0.1.0 | Cleanup

22 Aug 19:58
b160df7
Compare
Choose a tag to compare
  • Export more functions for building custom Tensort variants

  • Cleanup and improve documentation

  • Cleanup code a bit

Version 1.0.0.0 | Publish This Thing!!!

22 Aug 05:06
920283b
Compare
Choose a tag to compare
  • 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

16 Jun 07:58
3e68535
Compare
Choose a tag to compare
  • Fix QuickTest breaking Stackage build

Version 0.2.0.2

16 Jun 07:57
Compare
Choose a tag to compare
  • Cleanup testing and CI

Version 0.2.0.1 | Baby Steps

13 Jun 07:54
7c05986
Compare
Choose a tag to compare
  • Adds guards for short lists in input

  • Improves testing

  • Improves documentation

  • Adds very basic benchmarking

Version 0.2.0.0

31 May 09:47
23edafd
Compare
Choose a tag to compare

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