Path to this page:
Subject: CVS commit: pkgsrc/graphics/py-contourpy
From: Adam Ciarcinski
Date: 2023-04-26 11:12:20
Message id: 20230426091220.A98A6FA87@cvs.NetBSD.org
Log Message:
py-contourpy: updated to 1.0.7
v1.0.7 (2023-01-13)
-------------------
This release adds type annotations and moves project metadata to pyproject.toml \
(PEP 621).
Documentation now uses the Sphinx Furo theme, supporting dark and light modes. \
There are no
functional changes.
Type annotations:
* Add type annotations
* Complete mypy configuration
Documentation improvements:
* Support dark mode
* Use sphinx copy button
* Add conda monthly download badges to README
* Furo sphinx theme
Code improvements:
* Improved if statement
* Test nonfinite z and decreasing zlevel for filled
* Add abstract base class Renderer
* Replace mpl scatter call with plot instead
* Use absolute imports
* Minor improvement to get_boundary_start_point
Build system and CI improvements:
* Switch from setup.cfg to pyproject.toml
* Add git pre-commit
* Test improvements
* CI improvements
v1.0.6 (2022-10-30)
-------------------
This release features major improvements to the robustness of the threaded \
algorithm on both
CPython and PyPy.
Thanks to new contributors :user:`mgorny` and :user:`Zac-HD`.
Threaded algorithm improvements:
* Correctly acquire and release GIL in multithreaded code
* Update benchmarks in line with recent changes
CI improvements:
* Add PyPy 3.9 to CI
* Use numpy debug build in debug CI run
Files: