clj-ml/HISTORY.md

24 lines
572 B
Markdown
Raw Normal View History

2010-10-28 16:33:33 +00:00
# clj-ml History
2010-10-30 00:09:13 +00:00
## v0.0.5 - ????-??-??
### New Features
* New filter wrappers added: `RemoveUseless` as `:remove-useless`, `Add` as `:add-attribute`
* Adds `:clj-streamable` and `:clj-batch` filters which allow for custom
functions to be provided for filtering the dataset.
2010-10-30 00:09:13 +00:00
2010-11-04 17:50:42 +00:00
### Bug Fixes
* `is-dataset?` reports falses correctly now.
2010-10-28 16:33:33 +00:00
## v0.0.4 - 2010-10-28
### New Features
* Upgraded to Clojure 1.2. (Ben Mabey)
* Upgraded deps and swithced to modular Incanter dependencies. (Ben Mabey)
## v0.0.3 - 2010-02-28
* Initial release by Antonio Garrote.