Skip to content

Commit

Permalink
🔖 Update version to 2024.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed Jun 15, 2024
1 parent 7482f0f commit cb3373b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 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.2.0.dev4
- pyinterp>=2024.3.0
- pytest
- sphinx-gallery
- sphinx-inline-tabs
2 changes: 1 addition & 1 deletion conda/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- numcodecs
- pandas
- pip
- pyinterp>=2024.2.0.dev4
- pyinterp>=2024.3.0
- pypandoc
- pytest
- python=3.9
Expand Down
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.2.0.dev4" %}
{% set version = "2024.6.0" %}

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

2024.6.0
--------
* Fix compatibility with Numpy 2.0.0
* Minor bug fixes.

2024.3.0
--------
* Enhance the performance of the spline/bicubic interpolation:
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
author = 'CNES/CLS'

# The short X.Y version
version = '2024.2.0.dev7'
version = '2024.6.0'
# The full version, including alpha/beta/rc tags
release = '2024.2.0.dev7'
release = '2024.6.0'

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

Expand Down

0 comments on commit cb3373b

Please sign in to comment.