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: https://github.com/pydata/patsy/compare/v1.0.1...v1.0.2
Unclaimed project
Are you a maintainer of patsy? Claim this project to take control of your public changelog and roadmap.
This is a minor release that:
StringDtype.There are no other changes compared to 1.0.1, and all users are recommended to upgrade.
Full Changelog: https://github.com/pydata/patsy/compare/v1.0.1...v1.0.2
This is a bug fix release that:
There are no other changes from 1.0.0.
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.
six module (thanks @a-detiste).numpy >= 2 (thanks @natsukium).This is a minor release pre-empting some upstream deprecations in numpy and pandas.
is_categorical_dtype from pandas at all in pandas >=0.25. (thanks @EpigeneMax, @lesteve, @bashtage)numpy.row_stack in favor of numpy.vstack in preparation from numpy 2.0. (thanks @bashtage)This is a minor release fixing compatibility with upstream pandas and numpy changes:
_is_categorical_dtype in pandas.numpy.issubsctype usage with numpy.issubdtype for compatibility with numpy 2.0.