v2.0.1 - Auto-install madmom
What's New
- ✨ Auto-install madmom: madmom is now automatically installed from git during package installation
- 🔧 Build system: Switched to setuptools backend to support post-install hooks
- 📚 Documentation: Updated installation instructions to reflect automatic madmom installation
- 🐛 Fix: Version now correctly reads from about.py
Installation
pip install torch>=2.0.0
pip install allin1fix --no-build-isolationmadmom will be automatically installed during the allin1fix installation process.
Changes
- Added post-install hook in setup.py to auto-install madmom from git
- Updated README.md with simplified installation instructions
- Fixed version reading for setuptools build backend
- Improved error messages if madmom installation fails