Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 567 Bytes

CHANGES.rst

File metadata and controls

25 lines (17 loc) · 567 Bytes

What's New on LIAC-ARFF

LIAC-ARFF 2.0.1

  • fix: dump now escapes correctly special symbols, such %, ', ", and .

LIAC-ARFF 2.0

  • new: ArffEncoder and ArffDecoder helpers which actually do the serialization and loading of ARFF files.
  • new: UnitTest cases for all classes and functions.
  • new: Detailed exceptions for many cases.
  • fix: load, loads, dump, dumps are now simpler.
  • rem: arfftools.py and the split function.

LIAC-ARFF 1.0

First commit.

  • new: load, loads, dump, dumps functions