CHANGELOG.md 790 B

Revision history for vector-sized-extra

0.3.0.0 -- 2018-12-16

  • Add Algorithm R and Chao's algorithm implementations.
  • Rewrite the partial sorting functions for immutable arrays.
  • Eliminate need for GHC plugins.
  • Refactor the module hierarchy to match vector-sized.
  • More documentation improvements.
  • Separate interval-based partial sorts into a 'default' and a 'Comparison-based' implementation for both immutable and mutable arrays.
  • Add radix sorting.

0.2.0.0 -- 2018-12-05

  • Add partial sorting functions.
  • INLINE pragmata.
  • Improved documentation.
  • Support GHC 8.6 in addition to 8.4.
  • Remove Data.Vector.Sized.Extra as everything in it is provided upstream.

0.1.0.0 -- 2018-11-08

This a preliminary release. Use with care!

  • First release.