- Pip and wheel are now pinned in CI so that builds don't break when things are updated. (#9)
- CI was migrated to GitHub Actions. (#18, #23)
- Code was formatted with
ruff
. (#24)
- Mucked up the previous release... No actual code change, just need to not have [ci skip] in my commit message. Doh!
- Updates to unit tests (#6)
- Better builds (#6)
- Fixed some edge-case bugs (#6)
- Updated image url for builds (#7)
- Added PyPy builds to Travis (#5)
- Added author email to setup.py
- Updated
README.rst
and other docs.
- Added support for Python27, 33, and 34 by backporting
erf
anderfc
. - added Travis auto-deploy to PyPI.
- Initial release! Horray!
- Created project from template.