ChangeLog.txt 1.1 KB

12345678910111213141516171819202122232425262728
  1. --------------------
  2. libOla.a - ChangeLog
  3. --------------------
  4. 2008-05-29 * Initial release
  5. 2008-08-10 * Bugfixes
  6. * Merging with the upstream version of Praat
  7. 2008-10-01 * Bugfix: C-Pruner now rejects instance bases of sizes <= 1
  8. * Multithreaded kNN-classification implemented (Linux only)
  9. 2009-01-23 * Bugfix: KNN_learn(...) MUX:ing removed; broke scripting
  10. * Bugfix: KNN serialization fixed (using the proper version ID)
  11. * Removed redundant information from the manual
  12. * The TableOfReal output of the KNN classifier now mimics the
  13. format of the corresponding output of the FFNet classifier.
  14. 2009-01-31 * kNN-classifier no longer executes in a thread of its own
  15. * on single-CPU machines
  16. 2009-07-02 * Threading disabled on all plattforms
  17. * Bugfix: The k-means clustering routine no longer attempts to create
  18. clusters when k > number of patterns by means of reseeding.
  19. * Bugfix: Inadequate checking of input data in the C-Pruner routine
  20. resulting in rare crashes fixed.