We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e44d27 commit 0a33562Copy full SHA for 0a33562
CHANGELOG.md
@@ -0,0 +1,10 @@
1
+# Changelog
2
+All notable changes to this project will be documented in this file.
3
+
4
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
+and this project adheres to [Semantic Versioning](https://semver.org/).
6
7
+## v0.1.0 (2023-08-17)
8
+First release of `xarray-regrid`, containing:
9
+- the implementation of linear, nearest-neighbor and cubic regridding.
10
+- benchmarks against CDO and xESMF for linear and nearest-neighbor.
src/xarray_regrid/__about__.py
@@ -1 +1 @@
-__version__ = "0.0.1"
+__version__ = "0.1.0"
0 commit comments