Breaking Changes
- Remove psyco, it is only available for Python <= 2.6 by @mr-c and @tillea in #96
- Remove unused
bx.cookbook.progress_bar
module
Bug Fixes
- Fix import statement s/cookbook/bx.cookbook/ by @mr-c and @tillea in #95
- Decode C string to str. Fix galaxyproject/galaxy#18806 .
Other Changes
- Add support for Python 3.13
- Remove unneeded build-system requirement
wheel
- Stop vendoring argparse and pyparsing
- Add linting with ruff and several ruff plugins
Full Changelog: v0.12.0...v0.13.0