HistoryΒΆ

0.7.4 2017-05-14

  • [Feature]: Allow for local / file system sources for Unihan.zip
  • [Support]: Only extract zip if unextracted

0.7.3 2017-05-13

  • [Support]: Update package classifiers

0.7.2 2017-05-13

  • [Support]: Add back datapackage

0.7.1 2017-05-12

  • [Bug]: Fix python 2 CSV output
  • [Support]: Default to CSV output

0.7.0 2017-05-12

  • [Feature]: Support for custom destination output, including replacing template variable {ext}
  • [Feature]: Support for XDG directory specification
  • [Support]: Move unicodecsv module to dependency package

0.6.3 2017-05-11

  • [Support]: Move __about__.py to module level

0.6.2 2017-05-11

  • [Bug]: Fix python package import

0.6.1 2017-05-10

  • [Bug]: Fix readme bug on pypi

0.6.0 2017-05-10

  • [Feature]: Support for exporting in YAML and JSON
  • [Support]: Return data as list
  • [Support]: More internal factoring and simplification

0.5.1 2017-05-08

  • [Support]: Drop python 3.3 an 3.4 support

0.5.0 2017-05-08

  • [Support]: Only use UnicodeWriter in Python 2, fixes issue with python would encode b in front of values
  • [Support]: Drop datapackages in favor of a universal JSON, YAML and CSV export.
  • [Support]: Rename from cihaidata_unihan unihan_tabular

0.4.2 2017-05-07

  • [Support]: Rename scripts/ to cihaidata_unihan/

0.4.1 2017-05-07

  • [Support]: Enable invoking tool via $ cihaidata_unihan

0.4.0 2017-05-07

  • [Support]: Switch license BSD -> MIT
  • [Support]: Lint code, remove unused imports
  • [Support]: Improve test coverage
  • [Support]: Get CLI documentation up again
  • [Support]: Convert full test suite to pytest functions and fixtures
  • [Support]: Convert to pytest assert statements
  • [Support]: Major internal refactor and simplification

0.3.0 2017-04-17

  • [Support]: Add dev dependencies for isort, vulture and flake8
  • [Support]: Lock base dependencies
  • [Support]: Add support for pypy (why not)
  • [Support]: Update travis to test up to python 3.6
  • [Support]: Update links on README to use https
  • [Support]: Update travis to use coverall
  • [Support]: Update sphinx theme to alabaster with new logo.
  • [Support]: Update requirements to use requirements/ folder for base, testing and doc dependencies.
  • [Support]: Modernize package metadata to use __about__.py
  • [Support]: Add Makefile to main project
  • [Support]: Modernize Makefile in docs
  • [Support]: Rebooted