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

build(deps): bump contourpy from 1.2.1 to 1.3.0 #79

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2024

Bumps contourpy from 1.2.1 to 1.3.0.

Release notes

Sourced from contourpy's releases.

Version 1.3.0

ContourPy 1.3.0 adds new ContourGenerator functions multi_lines and multi_filled to calculate contour lines and filled contours over a sequence of levels in a single function call. There are also new functions to render, convert and dechunk the returns from multi_lines and multi_filled.

This release adds support for Python 3.13, including free-threaded. The latter should be considered experimental.

The use of np.nan as the lower_level or upper_level of ContourGenerator.filled() is no longer permitted.

Windows wheels uploaded to PyPI now bundle the C++ runtime statically to avoid problems with up and downstream libraries causing the use of incorrect DLLs.

This release supports CPython 3.9 to 3.13, and PyPy 3.9 to 3.10.

Thanks to new contributor @​lysnikolaou and core maintainer @​ianthomas23.

Enhancements:

  • multi_lines and multi_filled:

    • ContourGenerator.multi_lines and multi_filled (#338, #340, #342, #343)
    • Renderer.multi_lines and multi_filled (#341)
    • convert_multi_lines and convert_multi_filled (#348)
    • dechunk_multi_lines and dechunk_multi_filled (#345)
  • Prevent use of np.nanas lower or upper level in filled (#339)

Compatibility:

Code improvements:

  • Support improved typing in NumPy 2.1.0 (#422)

Documentation improvements:

  • Simpler sphinx cross-references (#361)
  • Add more doc cross-references to explain returned data formats (#366)
  • Remove download numbers for conda packages (#428)
  • Documentation for multi_lines and multi_filled (#390, #431)
  • Document possibility of duplicate contour points (#432)

Build, testing and CI improvements:

  • Add pytest option to log image differences to CSV file (#335)
  • Label flaky test (#385)
  • MSVC linking and std::mutex compiler flag (#391, #395, #414, #419, #427)
  • Add minimal test script (#399)
  • Bump minimum supported NumPy to 1.23 (#403)
  • Build and publish nightly wheels (#413, #425)
  • Bump default python version in CI to 3.12 (#430)
Changelog

Sourced from contourpy's changelog.

v1.3.0 (2024-08-27)

ContourPy 1.3.0 adds new ContourGenerator functions multi_lines and multi_filled to calculate contour lines and filled contours over a sequence of levels in a single function call. There are also new functions to render, convert and dechunk the returns from multi_lines and multi_filled.

This release adds support for Python 3.13, including free-threaded. The latter should be considered experimental.

The use of np.nan as the lower_level or upper_level of ContourGenerator.filled() is no longer permitted.

Windows wheels uploaded to PyPI now bundle the C++ runtime statically to avoid problems with up and downstream libraries causing the use of incorrect DLLs.

This release supports CPython 3.9 to 3.13, and PyPy 3.9 to 3.10.

Thanks to new contributor :user:lysnikolaou and core maintainer :user:ianthomas23.

Enhancements:

  • multi_lines and multi_filled:

    • ContourGenerator.multi_lines and multi_filled (:pr:338, :pr:340, :pr:342, :pr:343)
    • Renderer.multi_lines and multi_filled (:pr:341)
    • convert_multi_lines and convert_multi_filled (:pr:348)
    • dechunk_multi_lines and dechunk_multi_filled (:pr:345)
  • Prevent use of np.nan as lower or upper level in filled (:pr:339)

Compatibility:

  • Support CPython 3.13 including free-threaded (:pr:382, :pr:384, :pr:388, :pr:408, :pr:410, :pr:411, :pr:412, :pr:423)
  • Support PyPy 3.10 (:pr:404)

Code improvements:

  • Support improved typing in NumPy 2.1.0 (:pr:422)

Documentation improvements:

  • Simpler sphinx cross-references (:pr:361)
  • Add more doc cross-references to explain returned data formats (:pr:366)
  • Remove download numbers for conda packages (:pr:428)
  • Documentation for multi_lines and multi_filled (:pr:390, :pr:431)
  • Document possibility of duplicate contour points (:pr:432)

Build, testing and CI improvements:

... (truncated)

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 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 [contourpy](https://github.com/contourpy/contourpy) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/contourpy/contourpy/releases)
- [Changelog](https://github.com/contourpy/contourpy/blob/main/docs/changelog.rst)
- [Commits](contourpy/contourpy@v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: contourpy
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies python Pythonの依存関係 labels Aug 28, 2024
@github-actions github-actions bot merged commit c5a7b6f into main Aug 28, 2024
1 check passed
@github-actions github-actions bot deleted the dependabot/pip/contourpy-1.3.0 branch August 28, 2024 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies python Pythonの依存関係
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants