Skip to content

Update patsy to 1.0.1#2752

Open
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-patsy-0.4.1-to-1.0.1
Open

Update patsy to 1.0.1#2752
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-patsy-0.4.1-to-1.0.1

Conversation

@pyup-bot
Copy link
Collaborator

This PR updates patsy from 0.4.1 to 1.0.1.

Changelog

1.0.1

------

* Removed an inadvertent hard dependency on pytest.

1.0.0

------

* Add support for Python 3.13.
* Drop support for Python 2.7 (and remove dependency on the `six` module).
* Fix compatibility with `numpy >= 2`.
* Update development status to 'mature'.

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`.

0.5.5

------

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

0.5.4

------

* Add support for Python 3.12, and fix broken unit tests in this 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
<https://github.com/pydata/patsy/pull/187>`__ for details.)

0.5.2

------

* Fix some deprecation warnings associated with importing from the `collections`
module (rather than `collections.abc`) in Python 3.7+.

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
<https://github.com/pydata/patsy/pull/131>`__ for details.)

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
:meth:`DesignInfo.linear_constraint` (`89
<https://github.com/pydata/patsy/issues/89>`__)
* Fix a crash in ``DesignMatrix.__repr__`` when ``shape[0] == 0``
Links

@pyup-bot pyup-bot mentioned this pull request Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant