* 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
  * Typing changes from ruff UP035 and UP038
  * Tidy up python 3.13 CI
  * Build Python 3.13t wheels on Windows
  * 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
  * Support CPython 3.13 including free-threaded
  * Support PyPy 3.10
  * Support improved typing in NumPy 2.1.0
  * Simpler sphinx cross-references
    formats
  * Remove download numbers for conda packages
  * Documentation for multi_lines and multi_filled
  * Document possibility of duplicate contour points
  * 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-contourpy?expand=0&rev=14
This commit is contained in:
Dirk Mueller 2024-11-19 12:42:25 +00:00 committed by Git OBS Bridge
parent 4a5cb9ba6a
commit 3631dff9bf

View File

@ -1,49 +1,41 @@
-------------------------------------------------------------------
Tue Nov 19 12:39:08 UTC 2024 - Dirk Müller <dmueller@suse.com>
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 (:pr:`435`)
* Update to bokeh 3.6.0 (:pr:`444`)
* Update minimum pybind11 to 2.13.2 (:pr:`451`)
* Read meson-python version in recommended way (:pr:`452`)
* 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
(:pr:`437`)
* Typing changes from ruff UP035 and UP038 (:pr:`438`)
* Tidy up python 3.13 CI (:pr:`449`)
* Build Python 3.13t wheels on Windows (:pr:`450`)
* 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 (: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
(:pr:`339`)
* Support CPython 3.13 including free-threaded (:pr:`382`,
:pr:`384`, :pr:`388`, :pr:`408`, :pr:`410`, :pr:`411`,
:pr:`412`, :pr:`423`)
* Support PyPy 3.10 (:pr:`404`)
* Support improved typing in NumPy 2.1.0 (:pr:`422`)
* Simpler sphinx cross-references (:pr:`361`)
* 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 (:pr:`366`)
* Remove download numbers for conda packages (:pr:`428`)
* Documentation for multi_lines and multi_filled (:pr:`390`,
:pr:`431`)
* Document possibility of duplicate contour points (:pr:`432`)
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
(:pr:`335`)
* Label flaky test (:pr:`385`)
* MSVC linking and std::mutex compiler flag (:pr:`391`,
:pr:`395`, :pr:`414`, :pr:`419`, :pr:`427`)
* Add minimal test script (:pr:`399`)
* Bump minimum supported NumPy to 1.23 (:pr:`403`)
* Build and publish nightly wheels (:pr:`413`, :pr:`425`)
* Bump default python version in CI to 3.12 (:pr:`430`)
* 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>