Accepting request 1087096 from devel:languages:python:numeric
- update to 1.0.7: * This release adds type annotations and moves project metadata to pyproject.toml * 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 OBS-URL: https://build.opensuse.org/request/show/1087096 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-contourpy?expand=0&rev=4
This commit is contained in:
commit
7a5732e701
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e459ebb8bb5ee4c22c19cc000174f8059981971a33ce11e17dddf6aca97a142
|
||||
size 12159335
|
BIN
contourpy-1.0.7.tar.gz
(Stored with Git LFS)
Normal file
BIN
contourpy-1.0.7.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 14 12:49:46 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.0.7:
|
||||
* This release adds type annotations and moves project metadata
|
||||
to pyproject.toml
|
||||
* 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 8 06:31:41 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-contourpy%{psuffix}
|
||||
Version: 1.0.6
|
||||
Version: 1.0.7
|
||||
Release: 0
|
||||
Summary: Python library for calculating contours of 2D quadrilateral grids
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user