Changelog for sorting-network-0.2.1.0
v0.2.1.0
- Remove most of
Ord aconstraints, which are unnecessary since we already have aa -> a -> Orderingas input.
v0.2.0.0
Data.SortingNetworknow exports sorting functions based on optimal network (by size).- Added proper type signatures to generated functions (thanks to u/brandonchinn178).
- Renamed
sortListXBytounsafeSortListBy, and few changes to improve runtime safety (thanks to u/Endicy). - Improved documentation.
v0.1.0.0
Initial version.