Recent Releases of patsy
patsy -
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
sixmodule (thanks @a-detiste). - Fix compatibility with
numpy >= 2(thanks @natsukium). - Update development status to 'mature'.
- Python
Published by matthewwardrop over 1 year ago
patsy -
This is a minor release pre-empting some upstream deprecations in numpy and pandas.
- Avoid using deprecated
is_categorical_dtypefrompandasat all in pandas >=0.25. (thanks @EpigeneMax, @lesteve, @bashtage) - Avoid using deprecated
numpy.row_stackin favor ofnumpy.vstackin preparation from numpy 2.0. (thanks @bashtage)
- Python
Published by matthewwardrop about 2 years ago
patsy -
This is a minor release fixing compatibility with upstream pandas and numpy changes:
- Handle deprecation of
_is_categorical_dtypeinpandas. - Replace
numpy.issubsctypeusage withnumpy.issubdtypefor compatibility withnumpy2.0.
- Python
Published by matthewwardrop about 2 years ago
patsy -
This is a minor release that adds support for Python 3.12. No other changes were made.
- Python
Published by matthewwardrop over 2 years ago
patsy -
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.
- Python
Published by matthewwardrop over 3 years ago
patsy -
This is a patch release fixing some deprecation warnings associated with importing from the collections module (rather than collections.abc) in Python 3.7+.
- Python
Published by matthewwardrop over 4 years ago
patsy -
See release notes: http://patsy.readthedocs.org/en/latest/changes.html#v0-5-0
- Python
Published by njsmith almost 8 years ago
patsy -
See release notes: http://patsy.readthedocs.org/en/latest/changes.html#v0-3-0
- Python
Published by njsmith over 11 years ago