All Versions
6
Latest Version
Avg Release Cycle
166 days
Latest Release
2749 days ago
Changelog History
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.
- Lots and lots of renaming all throughout to more closely match terminology used in
-
v0.1.0
November 11, 2014