Release 0.7.1 is a minor release and contains several documentation improvements and a new feature:
- Feature #334: Added Enum (Python 3.4+:
enum
Python 2.7:enum34
) support (thanks @artofhuman and @justinttl) - Replaced test framework
nosetests
withpytest
(thanks @artofhuman) - Extended
add_ordered_transitions
documentation inReadme.md
- Collected code snippets from earlier discussions in
examples/Frequently asked questions.ipynb
- Improved stripping of
long_description
insetup.py
(thanks @artofhuman)