chore(deps): update dependency contourpy to v1.3.3 #18
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.0→==1.3.3Release Notes
contourpy/contourpy (contourpy)
v1.3.3: Version 1.3.3Compare Source
ContourPy 1.3.3 is a compatibility release adding support for CPython 3.14 and Windows on ARM.
This release supports CPython 3.11 to 3.14, and PyPy 3.11.
Compatibility:
Code improvements:
bokeh3.7.3 (#475)numpy2.3.0 (#480)Build, testing and CI improvements:
numpy2.3.2 wheels from PyPI for Python 3.14 and Windows ARM (#488)v1.3.2: Version 1.3.2Compare Source
ContourPy 1.3.2 is a minor release to support changes in type annotations in Bokeh >= 3.7 and add support for PyPy 3.11.
This release supports CPython 3.10 to 3.13, and PyPy 3.10 to 3.11.
Compatibility:
Build, testing and CI improvements:
v1.3.1: Version 1.3.1Compare Source
ContourPy 1.3.1 is a compatibility release to support changes in
bokeh,meson-pythonandpybind11.This release supports Python 3.10 to 3.13.
Compatibility:
bokeh3.6.0 (#444)pybind11to 2.13.2 (#451)meson-pythonversion in recommended way (#452)Code improvements:
itertools.pairwiseinstead ofzipwhere possible (#437)ruffUP035 and UP038 (#438)Build, testing and CI improvements:
v1.3.0: Version 1.3.0Compare Source
ContourPy 1.3.0 adds new
ContourGeneratorfunctionsmulti_linesandmulti_filledto 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_linesandmulti_filled.This release adds support for Python 3.13, including free-threaded. The latter should be considered experimental.
The use of
np.nanas thelower_levelorupper_levelofContourGenerator.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_linesandmulti_filled:ContourGenerator.multi_linesandmulti_filled(#338, #340, #342, #343)Renderer.multi_linesandmulti_filled(#341)convert_multi_linesandconvert_multi_filled(#348)dechunk_multi_linesanddechunk_multi_filled(#345)Prevent use of
np.nanas lower or upper level infilled(#339)Compatibility:
Code improvements:
Documentation improvements:
multi_linesandmulti_filled(#390, #431)Build, testing and CI improvements:
std::mutexcompiler 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:
cppcheckto 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.ChunkCombinedNanthat 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_filledanddechunk_lines).Calling
ContourGenerator.filled()with two identical levels now raises aValueErrorwhereas 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_filledanddechunk_lines(#290)convert_filledandconvert_lines(#291, #293, #294, #312, #313)LineType.ChunkCombinedNan(#296, #301, #308)filled()withlower_level==upper_level(#317)Code improvements:
Documentation improvements:
versionaddedsphinx directive (#285)Build, testing and CI improvements:
+/-np.inf(#283)v1.1.1: Version 1.1.1Compare Source
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
webdriverto theBokehRenderersave 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:
webdriverkwarg to Bokeh export functions (#261)--driver-pathpytest option to specify chrome driver path (#264)Code improvements:
Documentation improvements:
Build system and CI improvements:
ninjato come from PyPI (#260)ninjabuild requirements (#270)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.