Releases: pytoolz/cytoolz
Releases · pytoolz/cytoolz
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
cibuildwheel
in 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
toolz
0.12.1
Pre-release 0.12.3a2
This is a pre-release
- Support Python 3.12
- Match
toolz
0.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
toolz
0.12.1 - Fix docstring to match
toolz
Pre-release 0.12.3a0
This is a pre-release
- Support Python 3.12
- Match
toolz
0.12.1
Release 0.12.2
Release 0.12.1
- Support Python 3.11 (including wheels)
- Drop Python 3.5 support
Release 0.12.0
- Update to
toolz
0.12.0 (#170)- See
toolz
release notes: https://github.com/pytoolz/toolz/releases/tag/0.12.0
- See
- Build wheels automatically with cibuildwheel! (#167, #168, #169, #170)
- Support newer Python versions (#165, don't use
inspect.getargspec
in tests) - Improve import times
- Use versioneer.py to manage versions
__version__
and__toolz_version__
are no longer available fromcytoolz._version
--usecython.__toolz_version__
instead.
This is the first release with automatic wheel building, versioneer for version management, and auto-upload to PyPI 🤞
Release 0.11.2
- Support Python 3.10