17
0

19 Commits

Author SHA256 Message Date
568a9ee3d2 Accepting request 1312361 from devel:languages:python:numeric
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1312361
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-contourpy?expand=0&rev=8
2025-10-21 09:14:53 +00:00
c13125d5f3 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-contourpy?expand=0&rev=18
2025-10-13 09:14:29 +00:00
7878b7de3e Accepting request 1272310 from devel:languages:python:numeric
- 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

OBS-URL: https://build.opensuse.org/request/show/1272310
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-contourpy?expand=0&rev=7
2025-04-24 15:25:25 +00:00
4bcbdcff81 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-contourpy?expand=0&rev=16
2025-04-24 06:52:30 +00:00
e133e09adc Accepting request 1225096 from devel:languages:python:numeric
- 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

OBS-URL: https://build.opensuse.org/request/show/1225096
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-contourpy?expand=0&rev=6
2024-11-20 15:59:20 +00:00
3631dff9bf * 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
2024-11-19 12:42:25 +00:00
4a5cb9ba6a - 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`)
  * 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`)
  * 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`)
  * 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`)
  * Add more doc cross-references to explain returned data
    formats (:pr:`366`)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-contourpy?expand=0&rev=13
2024-11-19 12:39:14 +00:00
13906b4181 Accepting request 1171113 from devel:languages:python:numeric
- Update to version 1.2.1:
  * Support NumPy 2 (gh#contourpy/contourpy#331,
    gh#contourpy/contourpy#371, gh#contourpy/contourpy#372).
  * Fix a few f-strings (gh#contourpy/contourpy#332).
- New BuildRequires: python-meson-python.

OBS-URL: https://build.opensuse.org/request/show/1171113
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-contourpy?expand=0&rev=5
2024-05-02 21:42:46 +00:00
ec1f543f74 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-contourpy?expand=0&rev=11 2024-05-01 06:41:46 +00:00
a181954691 Accepting request 1170615 from home:badshah400:branches:devel:languages:python:numeric
* Update to version 1.2.1.
* New BuildRequires: python-meson-python.

OBS-URL: https://build.opensuse.org/request/show/1170615
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-contourpy?expand=0&rev=10
2024-04-29 12:38:00 +00:00
7a5732e701 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
2023-05-15 14:53:58 +00:00
4d3bae2ec9 - 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/package/show/devel:languages:python:numeric/python-contourpy?expand=0&rev=8
2023-05-14 12:50:50 +00:00
912f39fb47 Accepting request 1085437 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1085437
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-contourpy?expand=0&rev=3
2023-05-09 11:07:39 +00:00
70c1774d14 Accepting request 1085406 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible
add sle15_python_module_pythons

OBS-URL: https://build.opensuse.org/request/show/1085406
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-contourpy?expand=0&rev=6
2023-05-08 08:18:35 +00:00
f5809b84ff Accepting request 1045619 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1045619
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-contourpy?expand=0&rev=2
2022-12-29 12:09:09 +00:00
f0da7929ea Accepting request 1045571 from home:bnavigator:branches:devel:languages:python:numeric
- explicitly require ourselves in :test flavor

OBS-URL: https://build.opensuse.org/request/show/1045571
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-contourpy?expand=0&rev=4
2022-12-28 10:21:03 +00:00
a171b80a6e Accepting request 1045287 from home:bnavigator:branches:devel:languages:python:numeric
- contourpy is a now a runtime requirement of matplotlib: avoid
  buildcycle by _multibuild

OBS-URL: https://build.opensuse.org/request/show/1045287
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-contourpy?expand=0&rev=3
2022-12-26 21:58:53 +00:00
34d0488dce Accepting request 1032577 from devel:languages:python:numeric
New package for Factory. Not sure what’s the point, it was provided by our scientific maintainers.

OBS-URL: https://build.opensuse.org/request/show/1032577
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-contourpy?expand=0&rev=1
2022-11-01 12:43:09 +00:00
256ee2f932 Accepting request 1032482 from home:bnavigator:branches:devel:languages:python:numeric
required by bokeh 3

OBS-URL: https://build.opensuse.org/request/show/1032482
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-contourpy?expand=0&rev=1
2022-10-31 20:23:49 +00:00