vhive-serverless / invitro

Load generator and trace sampler for serverless computing
MIT License
17 stars 14 forks source link

Chore(deps-dev): Bump patsy from 0.5.2 to 1.0.1 #553

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps patsy from 0.5.2 to 1.0.1.

Release notes

Sourced from patsy's releases.

v1.0.1

This is a bug fix release that:

  • Removes an inadvertent hard dependency on pytest.

There are no other changes from 1.0.0.

v1.0.0

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 six module (thanks @​a-detiste).
  • Fix compatibility with numpy >= 2 (thanks @​natsukium).
  • Update development status to 'mature'.

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.

v0.5.4

This is a minor release that adds support for Python 3.12. No other changes were made.

v0.5.3

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.

Changelog

Sourced from patsy's changelog.

v1.0.1

  • Removed an inadvertent hard dependency on pytest.

v1.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'.

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.

v0.5.4

  • Add support for Python 3.12, and fix broken unit tests in this version.

v0.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/issues/187) <https://github.com/pydata/patsy/pull/187>__ for details.)
Commits
  • 806c8ed Merge pull request #217 from bashtage/rls-1.0.1
  • dd47246 RLS: Prepare patsy 1.0.1
  • 3063436 Merge pull request #216 from bashtage/remove-pytest-import
  • af3f8bc BUG: Remove pytest import from top of module
  • a514e0c Remove defunct Travis CI badge.
  • 691eb4e 1.0.0
  • d234e39 Migrate to setup-python in GitHub Actions (and enable 3.13 tox builds). (#214)
  • 5b40a64 Add a pre-commit configuration to conform to new pydata conventions.
  • 9fba33e MAINT: add support for numpy2 (#212)
  • 3214ebf explicitely support Py3.6 -> Py3.13 (#213)
  • Additional commits viewable 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)