sapientml / core

A SapientML plugin of SapientMLGenerator
Apache License 2.0
10 stars 12 forks source link

build(deps): bump patsy from 0.5.4 to 0.5.6 #46

Closed dependabot[bot] closed 7 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)
kimusaku commented 7 months ago

@dependabot rebase

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

:exclamation: No coverage uploaded for pull request base (main@f7ba7e4). Click here to learn what that means.

:exclamation: Current head bbedb2a differs from pull request most recent head fb33f8d. Consider uploading reports for the commit fb33f8d to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #46 +/- ## ======================================= Coverage ? 63.78% ======================================= Files ? 36 Lines ? 2850 Branches ? 0 ======================================= Hits ? 1818 Misses ? 1032 Partials ? 0 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.