Skip to content

Releases: pydata/patsy

v1.0.2

20 Oct 16:20

Choose a tag to compare

This is a minor release that:

  • Fixes compatibility with Pandas 3's new StringDtype.

There are no other changes compared to 1.0.1, and all users are recommended to upgrade.

Full Changelog: v1.0.1...v1.0.2

v1.0.1

12 Nov 14:10
806c8ed

Choose a tag to compare

This is a bug fix release that:

  • Removes an inadvertent hard dependency on pytest.

There are no other changes from 1.0.0.

v1.0.0

12 Nov 07:22

Choose a tag to compare

This is a major release that bumps the version to 1.0.0 to reflect the maturity of the project, and drops support for Python 2.

  • Add explicit support for Python 3.13.
  • Drop support for Python 2.7, and remove dependency on the six module (thanks @a-detiste).
  • Fix compatibility with numpy >= 2 (thanks @natsukium).
  • Update development status to 'mature'.

v0.5.6

04 Jan 18:58

Choose a tag to compare

This is a minor release pre-empting some upstream deprecations in numpy and pandas.

  • Avoid using deprecated is_categorical_dtype from pandas at all in pandas >=0.25. (thanks @EpigeneMax, @lesteve, @bashtage)
  • Avoid using deprecated numpy.row_stack in favor of numpy.vstack in preparation from numpy 2.0. (thanks @bashtage)

v0.5.5

25 Dec 06:05

Choose a tag to compare

This is a minor release fixing compatibility with upstream pandas and numpy changes:

  • Handle deprecation of _is_categorical_dtype in pandas.
  • Replace numpy.issubsctype usage with numpy.issubdtype for compatibility with numpy 2.0.

v0.5.4

30 Nov 20:25

Choose a tag to compare

This is a minor release that adds support for Python 3.12. No other changes were made.

v0.5.3

09 Oct 20:34
30deed3

Choose a tag to compare

This release is a minor patch release adding formal support for Python 3.10 and 3.11, and fixing a bug in the handling of future interpreter features that are no longer guaranteed to be delivered.

For more details, refer to the release notes: http://patsy.readthedocs.org/en/latest/changes.html#v0-5-3.

v0.5.2

27 Sep 02:10

Choose a tag to compare

This is a patch release fixing some deprecation warnings associated with importing from the collections module (rather than collections.abc) in Python 3.7+.

v0.5.1

28 Oct 05:07

Choose a tag to compare

v0.5.0

02 Apr 06:56

Choose a tag to compare