Skip to content

Releases: pytoolz/cytoolz

Release 0.12.3

25 Jan 00:52
85b03a5
Compare
Choose a tag to compare
  • 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

24 Jan 21:12
67c9c20
Compare
Choose a tag to compare
Pre-release 0.12.3a2 Pre-release
Pre-release

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

24 Jan 19:06
1eeeb7f
Compare
Choose a tag to compare
Pre-release 0.12.3a1 Pre-release
Pre-release

This is a pre-release

  • Support Python 3.12
  • Match toolz 0.12.1
  • Fix docstring to match toolz

Pre-release 0.12.3a0

24 Jan 04:20
48a0b47
Compare
Choose a tag to compare
Pre-release 0.12.3a0 Pre-release
Pre-release

This is a pre-release

  • Support Python 3.12
  • Match toolz 0.12.1

Release 0.12.2

21 Jul 17:06
f402d74
Compare
Choose a tag to compare
  • Support Cython 3.0 (#199)
  • Stop building wheels for PyPy 3.9 and PyPy 3.10, which stopped working for some reason (#199)

Release 0.12.1

23 Dec 02:04
6fd41d2
Compare
Choose a tag to compare
  • Support Python 3.11 (including wheels)
  • Drop Python 3.5 support

Release 0.12.0

11 Jul 02:22
812a1ab
Compare
Choose a tag to compare
  • Update to toolz 0.12.0 (#170)
  • 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 from cytoolz._version--use cython.__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

06 Nov 05:35
Compare
Choose a tag to compare
  • Support Python 3.10