- fix: better support for string features and nominals containing commas (issue 64)
2.2
- fix: do not treat quoted questionmarks as missing values (issue 50) - fix: compability issue using zip with python2.7 - fix: categorical quoting if comma is present (issue 15) - fix: remove training comment lines (issue 61) - new: test for python3.5 and python3.6 as well - new: drop python2.6 support
2.1.1
- fix: working for 2.6+ - fix: working for 3.3+ - new: encoder checks if data has all attributes - new: sparse data support
2.1.0
- fix: working for 2.6+ - fix: working for 3.3+ - new: encoder checks if data has all attributes - new: sparse data support
2.0.2
- fix: attribute and relation names now follow the new ARFF specification. - new: encoded nominal values.
2.0.1
- fix: dump now escapes correctly special symbols, such %, ', ", and \.