Sourced from lazy-object-proxy's changelog.
1.10.0 (2023-12-15)
- Added Python 3.12 wheels.
- Dropped support for Python 3.7.
- Applied some reformatting and lint fixes using ruff to the codebase (mostly more Python 2 leftover cleanups).
1.9.0 (2023-01-04)
- Added support for matrix multiplication operator (
@
).- Should have all the wheels now (including the manylinux ones).
- Bumped minimum version requirements for setuptools and setuptools-scm.
- Switched the default pure python fallback implementation to the "simple" one (when you
from lazy_object_proxy import Proxy
and the C extension is not available). Previously the "slots" implementation was used but as it turns out it is slower on Python 3.
aa46e84
Bump version: 1.9.0 → 1.10.07b32ae5
Update changelog.940c8c6
Bail out early if extensions would be disabled.dab21f7
Fix broken link.2ca62af
Xfail these till I can figure it out.4aab407
Manually spec setuptools for that inplace building.2f8bed2
Make sure the C ext is not build on PyPy (if it builds it would segfault
and ...f633fd3
Spelling.b8e223a
Fix a bunch of lint issues.ff7459e
First batch of ruff/black autorefactors/format.