Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2024

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 <dependency name> 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)

Bumps [patsy](https://github.com/pydata/patsy) from 0.5.2 to 1.0.1.
- [Release notes](https://github.com/pydata/patsy/releases)
- [Changelog](https://github.com/pydata/patsy/blob/master/doc/changes.rst)
- [Commits](pydata/patsy@v0.5.2...v1.0.1)

---
updated-dependencies:
- dependency-name: patsy
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 14, 2024
@cvetkovic cvetkovic merged commit 25e9a99 into main Nov 14, 2024
13 checks passed
@cvetkovic cvetkovic deleted the dependabot/pip/patsy-1.0.1 branch November 14, 2024 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant