Changes

Subscribe to the atom feed.

2017-05-14 Release: com.io7m.jspatial 3.0.0
2014-11-28 Code change: Remove *Config* classes and replace with static constructor functions and mutable builders
2014-11-28 Code change: Rename and suffix all interface types with "Type", in line with io7m conventions
2014-11-28 Code change: Replace use of jaux with the new jnull/junreachable packages
2014-11-28 Code change: Use jtensors 6.0.1
2014-11-28 Code new: Add all configurations of limiting/pruning/SD algorithms
2014-11-28 Code new: Use launch4j for Windows executables
2014-11-28 Code fix: Rewrite viewers
2016-08-26 Code change: Complete rewrite of all trees and viewers
2016-08-26 Code change: Remove the static/dynamic object type interfaces
2016-08-26 Code new: Add long integer/double precision tree types
2016-08-26 Code change: Use jtensors 7.0.0-beta0011
2016-08-26 Code new: The packages are now OSGi bundles
2017-04-25 Code fix: Rename project. Use the new primogenitor POM and 2017 project conventions.
2017-05-06 Code change: Use jtensors [8.1.0, 9.0.0)
2017-05-09 Code change: Replace all quadrant and octant handling with jregions. (tickets: 5)
2013-06-15 Release: com.io7m.jspatial 2.0.0
2012-05-04 Code change: Require Java 7 and update example Swing viewers to use JDK7 widgets (with generics)
2012-05-04 Code change: Use jtensors 5.*
2012-05-04 Code fix: Explicitly demand a fixed-function OpenGL implementation in the Octtree viewer
2012-05-04 Code change: Use jaux 2.4.* for more predictable unit test behaviour with floating point values
2012-12-09 Release: com.io7m.jspatial 1.3.0
2012-12-09 Code new: Allow trees that are not rooted at (0,0,0). See OctTreeConfig.setPosition() and QuadTreeConfig.setPosition().
2012-11-24 Release: com.io7m.jspatial 1.2.0
2012-11-24 Code fix: Use jtensors 4.1.0
2012-11-24 Release: com.io7m.jspatial 1.1.0
2012-11-24 Code fix: Use jtensors 4.0.0
2012-11-21 Release: com.io7m.jspatial 1.0.0
2012-11-21 Code new: Initial version