chore(deps): update dependency contourpy to v1.3.1 #23
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.1.1
->==1.3.1
Release Notes
contourpy/contourpy (contourpy)
v1.3.1
: Version 1.3.1Compare Source
ContourPy 1.3.1 is a compatibility release to support changes in
bokeh
,meson-python
andpybind11
.This release supports Python 3.10 to 3.13.
Compatibility:
bokeh
3.6.0 (#444)pybind11
to 2.13.2 (#451)meson-python
version in recommended way (#452)Code improvements:
itertools.pairwise
instead ofzip
where possible (#437)ruff
UP035 and UP038 (#438)Build, testing and CI improvements:
v1.3.0
: Version 1.3.0Compare Source
ContourPy 1.3.0 adds new
ContourGenerator
functionsmulti_lines
andmulti_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 frommulti_lines
andmulti_filled
.This release adds support for Python 3.13, including free-threaded. The latter should be considered experimental.
The use of
np.nan
as thelower_level
orupper_level
ofContourGenerator.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
andmulti_filled
:ContourGenerator.multi_lines
andmulti_filled
(#338, #340, #342, #343)Renderer.multi_lines
andmulti_filled
(#341)convert_multi_lines
andconvert_multi_filled
(#348)dechunk_multi_lines
anddechunk_multi_filled
(#345)Prevent use of
np.nan
as lower or upper level infilled
(#339)Compatibility:
Code improvements:
Documentation improvements:
multi_lines
andmulti_filled
(#390, #431)Build, testing and CI improvements:
std::mutex
compiler flag (#391, #395, #414, #419, #427)v1.2.1
: Version 1.2.1Compare Source
ContourPy 1.2.1 is a compatibility release to support NumPy 2.
This release supports Python 3.9 to 3.12.
Thanks to new contributor @motoro and core maintainer @ianthomas23.
Compatibility:
Code improvements:
Documentation improvements:
pip install
(#349)Build, testing and CI improvements:
cppcheck
to 2.11 (#324)v1.2.0
: Version 1.2.0Compare Source
ContourPy 1.2.0 is a significant release with a number of new features. There is a new format for contour lines called
LineType.ChunkCombinedNan
that is designed to work directly with Bokeh and HoloViews. There are also new functions for manipulating contour lines and filled contours (convert_filled
,convert_lines
,dechunk_filled
anddechunk_lines
).Calling
ContourGenerator.filled()
with two identical levels now raises aValueError
whereas previously it gave different results depending on algorithmname
.This release supports Python 3.9 to 3.12, and is the first release to ship musllinux aarch64 wheels.
Enhancements:
dechunk_filled
anddechunk_lines
(#290)convert_filled
andconvert_lines
(#291, #293, #294, #312, #313)LineType.ChunkCombinedNan
(#296, #301, #308)filled()
withlower_level==upper_level
(#317)Code improvements:
Documentation improvements:
versionadded
sphinx directive (#285)Build, testing and CI improvements:
+/-np.inf
(#283)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.