Bug Fixes
- Fixed Python 3.10/3.11 compatibility - Replaced PEP 695 generic syntax (
def get[T](...)) with TypeVar-based generics that work with Python 3.10+. Fixes #40.
Installation
pip install binpacking
# With NumPy acceleration
pip install binpacking[numpy]