forked from pool/python-contourpy
Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 568a9ee3d2 | |||
| c13125d5f3 | |||
| 7878b7de3e | |||
| 4bcbdcff81 | |||
| e133e09adc | |||
| 3631dff9bf | |||
| 4a5cb9ba6a |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d8908b3bee1c889e547867ca4cdc54e5ab6be6d3e078556814a22457f49423c
|
||||
size 13457196
|
||||
3
contourpy-1.3.3.tar.gz
Normal file
3
contourpy-1.3.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:083e12155b210502d0bca491432bb04d56dc3432f95a979b429f2848c3dbe880
|
||||
size 13466174
|
||||
@@ -1,3 +1,64 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 13 09:14:20 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.3.3:
|
||||
* Support Windows on ARM
|
||||
* Bump minimum supported Python to 3.11
|
||||
* Support Python 3.14
|
||||
* Update type annotations for bokeh 3.7.3
|
||||
* Support type annotation changes in numpy 2.3.0
|
||||
* Remove Python 3.13.3 pin
|
||||
* CI install numpy 2.3.2 wheels from PyPI for Python 3.14 and
|
||||
Windows ARM
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 24 06:51:48 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.3.2:
|
||||
* Fix type annotations for Bokeh >= 3.7
|
||||
* Test on CPython 3.14
|
||||
* Test and build wheels for PyPy 3.11
|
||||
* Test PyPy 3.10 on all 3 major OSes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 12:42:04 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.3.1:
|
||||
* Drop support for Python 3.9
|
||||
* Update to bokeh 3.6.0
|
||||
* Update minimum pybind11 to 2.13.2
|
||||
* Read meson-python version in recommended way
|
||||
* Use itertools.pairwise instead of zip where possible
|
||||
* Typing changes from ruff UP035 and UP038
|
||||
* Tidy up python 3.13 CI
|
||||
* Build Python 3.13t wheels on Windows
|
||||
* 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`)
|
||||
* ContourGenerator.multi_lines and multi_filled
|
||||
* Renderer.multi_lines and multi_filled
|
||||
* convert_multi_lines and convert_multi_filled
|
||||
* dechunk_multi_lines and dechunk_multi_filled
|
||||
* Prevent use of np.nan as lower or upper level in filled
|
||||
* Support CPython 3.13 including free-threaded
|
||||
* Support PyPy 3.10
|
||||
* Support improved typing in NumPy 2.1.0
|
||||
* Simpler sphinx cross-references
|
||||
* Add more doc cross-references to explain returned data
|
||||
formats
|
||||
* Remove download numbers for conda packages
|
||||
* Documentation for multi_lines and multi_filled
|
||||
* Document possibility of duplicate contour points
|
||||
* Add pytest option to log image differences to CSV file
|
||||
* Label flaky test
|
||||
* MSVC linking and std::mutex compiler flag
|
||||
* Add minimal test script
|
||||
* Bump minimum supported NumPy to 1.23
|
||||
* Build and publish nightly wheels
|
||||
* Bump default python version in CI to 3.12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 28 16:53:01 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-contourpy
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-contourpy%{psuffix}
|
||||
Version: 1.2.1
|
||||
Version: 1.3.3
|
||||
Release: 0
|
||||
Summary: Python library for calculating contours of 2D quadrilateral grids
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user