Skip to content

Releases: renatopp/liac-arff

Release 2.5.0

03 Sep 06:59
46ff52e
Compare
Choose a tag to compare

This is the last release supporting Python 2.

  • maintenance: drop support for Python 3.3 and 3.4, add support for Python 3.8
  • maintenance: improve compatibility with the upcoming Python 3.10
  • maintenance: automatically build the documentation.
  • maintenance: fix mypy errors

Release 2.4.0

06 Feb 16:26
Compare
Choose a tag to compare
  • enhancement: load data progressively with generator return_type.
  • enhancement: standard Java escape sequences are now decoded in string attributes, and non-printable characters are now encoded with escaping.
  • fix: match all possible separator spaces to add quotes when encoding into ARFF. These separator spaces will be preserved when decoding the ARFF files.

Maintenance release 2.3.1

16 Aug 07:49
Compare
Choose a tag to compare
  • maintenance: replace two bare raise by appropriate raise Exception statements
  • maintenance: avoid deprecation warning in Python >= 3.6

Release 2.3.0

07 Aug 12:34
Compare
Choose a tag to compare
  • enh: improvements to loading runtime (issue #76)
  • fix: several bugs in decoding and encoding quoted and escaped values, particularly in loading sparse ARFF.
  • fix #52: Circumvent a known bug when loading sparse data written by WEKA

Bugfix release 2.2.2

19 Jun 11:38
Compare
Choose a tag to compare
  • fix: better support for string and nominal features containing escape characters (issue #69).

Bugfix release 2.2.1

29 Mar 15:06
Compare
Choose a tag to compare
  • fix: better support for string features and nominals containing commas (issue # 64)

Bugfix release v2.1.1

12 Jun 16:23
Compare
Choose a tag to compare
Merge pull request #54 from mfeurer/master

Version update, changelog update