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.
Changelog
Describing statistical models in Python using symbolic formulas
Last updated about 1 month ago
A feature-rich command-line audio/video downloader
AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.
Python tool for converting files and office documents to Markdown.
:octocat: 分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub.
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.