Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

27 lines (20 loc) · 1.28 KB

CHANGELOG

Version 0.6.0 - Build 20150502

  • Added support of MapDB database engine.
  • Removed MongoDB support due to performance issues.
  • Reduced the level of abstraction and simplify framework's architecture.
  • Rewrote the persistence mechanisms, remove unnecessary data structures and features that increased the complexity.
  • Changed the public methods of the Machine Learning models to resemble Python's Scikit-Learn APIs.
  • Added convenience methods to build a dataset from CSV or text files.
  • Enhanced the documentation and Javadoc comments of the Framework.
  • Changed the software License from "GNU General Public License v3.0" to "Apache License, Version 2.0".

Version 0.5.1 - Build 20141105

  • Updated the pom.xml file.
  • Submitted the Datumbox Framework and the LPSolve library in Maven Central Repository.
  • Resolved issues #1, #2 and #4. All the dependencies are now on Maven.

Version 0.5.0 - Build 20141018

  • First open-source version of Datumbox Framework.