Skip to content

v2.0.1 - Python 3.10/3.11 Compatibility Fix

Latest

Choose a tag to compare

@benmaier benmaier released this 22 Jan 09:49
· 2 commits to main since this release

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]