Skip to content

v2.0.1 - Auto-install madmom

Choose a tag to compare

@ChenPaulYu ChenPaulYu released this 14 Nov 05:11
· 19 commits to main since this release

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-isolation

madmom 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