Releases: pytoolz/cytoolz
Releases · pytoolz/cytoolz
Release 1.1.0
What's Changed
- Add support for Python 3.14, PyPy 3.11 (#225) by @lemenkov and @hendrikmakait
- Drop support for Python 3.8, PyPy 3.8 (#225) by @eriknw
- Add experimental (untested!) support for free-threading, including building wheels (#225, #228) by @eriknw
- Update to match
toolz1.1.0 (#225) by @eriknw - Faster
concat(#218) by @BobTheBuidler - Improve performance by avoiding global lookups (#219) by @BobTheBuidler
- Modernization (#225, #226, #227) by @eriknw
- Now PEP 517-compliant; use
pyproject.tomlandsetuptools.build_metabuild backend - Use
setuptools-git-versioninginstead ofversioneer.pyfor versioning - Use Trusted Publishing between Github and PyPI to publish releases to PyPI
- Generate artifact attestation for sdist and wheel
- Build wheels for more platforms (172 wheels built for this release!)
- Add git pre-commit checks (but this isn't documented for contributors)
- These also get run in CI
- Including
validate-pyproject,pyupgrade,actionlint,yamllint,zizmor
- Now PEP 517-compliant; use
New Contributors 🚀
- @BobTheBuidler made their first contribution in #218 (and second in #219)
- @lemenkov made their first contribution in #225
- @hendrikmakait made their first contribution in #225
Pre-release 1.1.0a2
This is a pre-release
- Add support for Python 3.14
- Drop support for Python 3.8
- Update to match
toolz1.1.0 - Package, tooling, infrastructure modernization
Full release notes will be included for 1.1.0
Pre-release 1.1.0a1
This is a pre-release
- Add support for Python 3.14
- Drop support for Python 3.8
- Update to match
toolz1.1.0 - Package, tooling, infrastructure modernization
Full release notes will be included for 1.1.0
Pre-release 1.1.0a0
This is a pre-release
- Add support for Python 3.14
- Drop support for Python 3.8
- Update to match
toolz1.1.0 - Package, tooling, infrastructure modernization
Full release notes will be included for 1.1.0
Release 1.0.1
Release 1.0.0
What's Changed
- Test fixes for Python 3.13 by @opoplawski in #206
- Drop Python 3.7 by @jrbourbeau in #207
- Bump
cibuildwheelin CI by @jrbourbeau in #208
New Contributors
- @opoplawski made their first contribution in #206
- @jrbourbeau made their first contribution in #207
Full Changelog: 0.12.3...1.0.0
Release 0.12.3
- Add support for Python 3.12, PyPy 3.9, and PyPy 3.10
- Update to match
toolz0.12.1
Pre-release 0.12.3a2
This is a pre-release
- Support Python 3.12
- Match
toolz0.12.1 - Fix docstring to match
toolz - Don't run "release" tests on PyPy when building wheels
Pre-release 0.12.3a1
This is a pre-release
- Support Python 3.12
- Match
toolz0.12.1 - Fix docstring to match
toolz
Pre-release 0.12.3a0
This is a pre-release
- Support Python 3.12
- Match
toolz0.12.1