Changelog for
python311-patsy-0.5.6-2.2.noarch.rpm :
* Wed Mar 27 2024 Christian Keil
- Add Python 3.11 build.
* Tue Jan 09 2024 Dirk Müller - update to 0.5.6:
* Avoid using deprecated is_categorical_dtype from pandas at all in pandas >=0.25.
* Avoid using deprecated numpy.row_stack in favor of numpy.vstack.
* Handle deprecation of _is_categorical_dtype in pandas.
* Replace numpy.issubsctype usage with numpy.issubdtype for compatibility with numpy 2.0.
* Add support for Python 3.12, and fix broken unit tests in this version.
* Thu Feb 09 2023 Arun Persaud - specfile:
* update copyright year- update to version 0.5.3:
* Officially add support for Python 3.10 and 3.11, and extend test coverage to include these releases.
* Fix handling of future interpreter features that no longer have a mandatory release version, as for the `annotations` feature (See `#187 `__ for details.)
* Mon Nov 08 2021 Steve Kowalik - Update to 0.5.2:
* Fix some deprecation warnings associated with importing from the collections module (rather than collections.abc) in Python 3.7+.- README renamed to use Markdown.- Drop patch python-patsy-remove-nose.patch, merged upstream.- Remove unneeded nose BuildRequires.
* Fri Feb 12 2021 Dirk Müller - skip python36 build
* Wed Sep 09 2020 pgajdosAATTsuse.com- provide pullrequest url to previous change
* Tue Sep 08 2020 pgajdosAATTsuse.com- run tests- added patches fix https://github.com/pydata/patsy/pull/162 + python-patsy-remove-nose.patch- added sources + _multibuild
* Thu Nov 01 2018 Arun Persaud - specfile:
* removed devel from noarch- update to version 0.5.1:
* The Python 3.6.7 and 3.7.1 point releases changed the standard tokenizer module in a way that broke patsy. Updated patsy to work with these point releases. (See `#131 `__ for details.)
* Thu Jan 11 2018 arunAATTgmx.de- specfile:
* update copyirght year- update to version 0.5.0:
* Dropped support for Python 2.6 and 3.3.
* Update to keep up with \"pandas\" API changes
* More consistent handling of degenerate linear constraints in
* Fix a crash in \"DesignMatrix.__repr__\" when \"shape[0] == 0\"
* Sun May 08 2016 arunAATTgmx.de- specfile:
* updated source url to files.pythonhosted.org