transitions v0.7.1 Release Notes

Release Date: 2019-09-01 // over 4 years ago
  • ๐Ÿ“š 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 with pytest (thanks @artofhuman)
    • Extended add_ordered_transitions documentation in Readme.md
    • Collected code snippets from earlier discussions in examples/Frequently asked questions.ipynb
    • ๐Ÿ‘Œ Improved stripping of long_description in setup.py (thanks @artofhuman)