Skip to content

Commit

Permalink
Merge pull request #54 from mfeurer/master
Browse files Browse the repository at this point in the history
Version update, changelog update
  • Loading branch information
mfeurer committed Jun 12, 2017
2 parents 6090cba + 2e95280 commit 31fd708
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ What's New on LIAC-ARFF
LIAC-ARFF NEXT
--------------

- fix: do not treat quoted questionmarks as missing values (issue #50)
- fix: compability issue using zip with python2.7
- new: test for python3.5 and python3.6 as well


LIAC-ARFF 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


LIAC-ARFF 2.1.0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

__author__ = 'Renato de Pontes Pereira, Matthias Feurer'
__author_email__ = 'renato.ppontes@gmail.com, feurerm@informatik.uni-freiburg.de'
__version__ = '2.1.1dev'
__date__ = '2015 07 18'
__version__ = '2.1.1'
__date__ = '2017 06 12'

try:
import setuptools
Expand Down

0 comments on commit 31fd708

Please sign in to comment.