Skip to content

Commit

Permalink
Update pyinterp version to 2024.11.0 and enhance changelog with new f…
Browse files Browse the repository at this point in the history
…eatures
  • Loading branch information
fbriol committed Nov 7, 2024
1 parent 813cde8 commit 77b3486
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- jupyter
- numcodecs
- pandas
- pyinterp>=2024.3.0
- pyinterp>=2024.11.0
- pytest
- sphinx-gallery
- sphinx-inline-tabs
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "pyinterp" %}
{% set version = "2024.6.0" %}
{% set version = "2024.11.0" %}

package:
name: {{ name|lower }}
Expand Down
18 changes: 18 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Changelog
#########

2024.11.0
---------

* `#27 <https://github.com/CNES/pangeo-pyinterp/issues/27>`_: Introduced a new
feature to the RTree object to handle Cartesian coordinates, bypassing the
LLA/ECEF conversion .
* Introduced GitHub Actions CI workflow for coverage and testing across Linux,
macOS, and Windows.
* Added new dependencies to ``conda/environment.yml``: boost-cpp, cmake,
coverage, dask, eigen, gtest, lcov, pytest-cov, setuptools, and xarray.
* Added CMake policy CMP0167 in ``CMakeLists.txt``.
* Updated pre-commit hooks to newer versions in ``.pre-commit-config.yaml``.
* Modified ``CMakeLists.txt`` to adjust BLAS libraries configuration.
* Updated ``README.rst`` badges to use GitHub Actions instead of Azure DevOps.
* Renamed conda environment from RTD to pyinterp in ``conda/environment.yml``.
* Deleted Azure Pipelines configuration (``azure-pipelines.yml``).
* Removed docformatter pre-commit hook from ``.pre-commit-config.yaml``.

2024.6.0
--------
* Fix compatibility with Numpy 2.0.0
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ def get_build_dirname():
author = 'CNES/CLS'

# The short X.Y version
version = '0.0'
version = '2024.11.0'
# The full version, including alpha/beta/rc tags
release = '0.0'
release = '2024.11.0'

# -- General configuration ---------------------------------------------------

Expand Down

0 comments on commit 77b3486

Please sign in to comment.