Changelog¶
Version 0.5.12¶
Tag Python 3.8 support.
Version 0.5.11¶
Drop Python 3.4 support.
Version 0.5.10¶
Tag Python 3.7 support, add simple tox config.
Version 0.5.9¶
Increase API docs coverage.
Use compatible release version specifiers (bump graphviz to ~=0.7).
Version 0.5.7¶
Fix pep-0479 StopIteration DeprecationWarning under Python 3.5+
Version 0.5.6¶
Port tests from nose/unittest to pytest, add Travis CI and coveralls.
Update meta data, tag Python 3.6 support.
Version 0.5.5¶
Simplified feature set string parsing.
Relaxed fileconfig, concepts, and graphviz dependencies to < 1.0.
Improved documentation.
Version 0.5.3¶
Fixed broken manual install due to setuptools automatic zip_safe analysis not
working as expected.
Version 0.5.2¶
Added string_extent attribute to feature sets.
Added simple example to README.
Moved feature name sanity checks to parser.
Version 0.5.1¶
Added wheel.
Version 0.5¶
Added Python 3.3+ support.
Version 0.4.2¶
Switch setup.py dependencies to version ranges.
Version 0.2¶
Update concepts dependency to 0.5 and improve separation of concerns.
Changed upset and downset from properties to methods (backwards incompatible).
Order downsets longlex instead of shortlex.
Version 0.1.3¶
Update concepts dependency to 0.4.
Version 0.1.2¶
Fixed ineffective filename parameter in visualization.
Version 0.1.1¶
Fixed missing config.ini in package with non-source installation.
Version 0.1¶
First public release.