All Versions
6
Latest Version
Avg Release Cycle
166 days
Latest Release
2957 days ago

Changelog History

  • v0.2.4 Changes

    March 22, 2016
    • Now exporting KdMap.Static.TreeNode to facilitate advanced usage of the library.
  • v0.2.3 Changes

    March 19, 2015
    • ๐Ÿ— For internal priority queue implementation, use the heap library instead of pqueue library in order to build on ghc 7.10.
  • v0.2.2 Changes

    • ๐Ÿ˜Œ Relax lower version bound on QuickCheck to 2.5.
  • v0.2.1 Changes

    • ๐Ÿ˜Œ Relax upper version constraint for MonadRandom (benchmarking code)
    • โž• Add Data.Point2d as dependency of executables so tests and benchmarks can be built from the archive downloaded on Hackage.
  • v0.2.0 Changes

    November 18, 2014
    • Lots and lots of renaming all throughout to more closely match terminology used in containers.
    • โœ‚ Removed kdt library dependency on QuickCheck (if not building testing code).
    • โœ‚ Removed testing module Point2d from public API
    • All structures now have Show instance
    • Static variants now have functions for dynamically inserting new points into existing structure, with caveat that these functions do not maintain balanced tree structure.
  • v0.1.0

    November 11, 2014