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

Bump contourpy from 1.1.0 to 1.1.1 #6009

Merged
merged 1 commit into from
Oct 10, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2023

Bumps contourpy from 1.1.0 to 1.1.1.

Release notes

Sourced from contourpy's releases.

Version 1.1.1

This release adds support for CPython 3.12 and reinstates the release of Windows 32-bit wheels following NumPy's intention to continue doing so. There is a new keyword argument webdriver to the BokehRenderer save functions to reuse the same Selenium WebDriver instance across multiple calls.

This release supports Python 3.8 to 3.12.

Thanks to new contributor @​shadchin and existing contributors @​eli-schwartz and @​ianthomas23.

Enhancements:

  • Add webdriver kwarg to Bokeh export functions (#261)
  • Add --driver-path pytest option to specify chrome driver path (#264)

Code improvements:

  • Sync constant name with C++ code (#258)
  • Improved validation in internal chunk functions (#266)

Documentation improvements:

  • Exclude prompts when using sphinx copybutton (#269)

Build system and CI improvements:

  • Support CPython 3.12 (#254, #272)
  • Reinstate Windows 32-bit testing and wheels (#274, #275)
  • Update build and CI dependencies (#256, #257, #259)
  • Don't require ninja to come from PyPI (#260)
  • Re-enable bokeh tests in CI (#263)
  • Add tests for saving to PNG and SVG using Matplotlib and Bokeh renderers (#267)
  • Pin numpy to less than 2.0 (#268)
  • Remove ninja build requirements (#270)

Version 1.1.1rc1

This is a release candidate that includes wheels for Python 3.12. It also reinstates Windows 32-bit wheels.

To install from PyPI use

pip install --pre contourpy

or the more explicit

pip install "contourpy==1.1.1rc1"

Changelog will be updated with the full release which will happen before the end of September.

Changelog

Sourced from contourpy's changelog.

v1.1.1 (2023-09-16)

This release adds support for CPython 3.12 and reinstates the release of Windows 32-bit wheels following NumPy's intention to continue doing so. There is a new keyword argument webdriver to the BokehRenderer save functions to reuse the same Selenium WebDriver instance across multiple calls.

This release supports Python 3.8 to 3.12.

Thanks to new contributor :user:shadchin and existing contributors :user:eli-schwartz and :user:ianthomas23.

Enhancements:

  • Add webdriver kwarg to Bokeh export functions (:pr:261)
  • Add --driver-path pytest option to specify chrome driver path (:pr:264)

Code improvements:

  • Sync constant name with C++ code (:pr:258)
  • Improved validation in internal chunk functions (:pr:266)

Documentation improvements:

  • Exclude prompts when using sphinx copybutton (:pr:269)

Build system and CI improvements:

  • Support CPython 3.12 (:pr:254, :pr:272)
  • Reinstate Windows 32-bit testing and wheels (:pr:274, :pr:275)
  • Update build and CI dependencies (:pr:256, :pr:257, :pr:259)
  • Don't require ninja_ to come from PyPI (:pr:260)
  • Re-enable bokeh tests in CI (:pr:263)
  • Add tests for saving to PNG and SVG using Matplotlib and Bokeh renderers (:pr:267)
  • Pin numpy to less than 2.0 (:pr:268)
  • Remove ninja_ build requirements (:pr:270)
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Resolves #6000

@dependabot dependabot bot force-pushed the dependabot/pip/contourpy-1.1.1 branch from 7924320 to a73bfe8 Compare October 8, 2023 23:38
Bumps [contourpy](https://github.com/contourpy/contourpy) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/contourpy/contourpy/releases)
- [Changelog](https://github.com/contourpy/contourpy/blob/main/docs/changelog.rst)
- [Commits](contourpy/contourpy@v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: contourpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/contourpy-1.1.1 branch from a73bfe8 to 62a6cf7 Compare October 10, 2023 00:28
@Harmon758 Harmon758 merged commit 2ebac8c into rewrite Oct 10, 2023
28 checks passed
@dependabot dependabot bot deleted the dependabot/pip/contourpy-1.1.1 branch October 10, 2023 03:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant