Skip to content

3.1.0

Latest
Compare
Choose a tag to compare
@chaimleib chaimleib released this 03 Aug 08:03
· 15 commits to master since this release
f586928
  • Dropped support for Python 3.4, added Python 3.8
  • Add __slots__ optimization in Node class, should give performance improvement
  • Fixed:
    • Restore universal wheels
    • Bytes/str type incompatibility in setup.py
    • New version of distutils rejects version suffixes of .postNN, use aNN instead