scipy-lectures / scientific-python-lectures

Tutorial material on the scientific Python ecosystem
https://lectures.scientific-python.org
Other
3.11k stars 1.19k forks source link

Bump patsy from 0.5.4 to 0.5.6 #714

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps patsy from 0.5.4 to 0.5.6.

Release notes

Sourced from patsy's releases.

v0.5.6

This is a minor release pre-empting some upstream deprecations in numpy and pandas.

  • Avoid using deprecated is_categorical_dtype from pandas at all in pandas >=0.25. (thanks @​EpigeneMax, @​lesteve, @​bashtage)
  • Avoid using deprecated numpy.row_stack in favor of numpy.vstack in preparation from numpy 2.0. (thanks @​bashtage)

v0.5.5

This is a minor release fixing compatibility with upstream pandas and numpy changes:

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

Sourced from patsy's changelog.

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

v0.5.5

  • Handle deprecation of _is_categorical_dtype in pandas.
  • Replace numpy.issubsctype usage with numpy.issubdtype for compatibility with numpy 2.0.
Commits
  • 8546450 0.5.6
  • 8fa8597 Remove coverage.xml.
  • 37a0388 Avoid deprecated pandas is_categorical_dtype API (#204)
  • f43e282 MAINT: Repalce row_stack with vstack (#202)
  • ae3e8cb 0.5.5
  • 336383a Replace numpy.issubsctype usage withnumpy.issubdtype for compatibility wi...
  • 5237394 With formulaic 1.0.0 released, indicate that users should migrate when possible.
  • 7593f7d Allow expected deprecation warning from pandas during testing.
  • a889cde remove pandas deprecation warning (#199)
  • See full diff in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)