Skip to content

Commit 348ab0a

Browse files
committed
Release 0.20250310.0.
1 parent fddb617 commit 348ab0a

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

Changelog

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Version 0.20250310.0 (Mar 10, 2025)
2+
* Some more compatibility for writing FST files with .to_fstd().
3+
* Disable rlon adjustment for yin-yang grids that are combined with a
4+
subgrid axis or stacked together. The rlon adjustment would be
5+
different for each subgrid, so only one of the two grids was being
6+
adjusted properly (bug).
7+
* New --interp-degree argument for controlling interpolation degree
8+
(experimental).
9+
* Allow extra keyword arguments to fstd2nc.extra.get_crs, for tweaking
10+
the crs object construction.
11+
* Pixi package management (thanks to Sebastien Fortier).
12+
113
Version 0.20240625.8 (Feb 24, 2025)
214
* Fixed bug is to_fstpy that was causing strange interaction with
315
dask arrays.

conda.recipe/recipe.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ schema_version: 1
22

33
package:
44
name: fstd2nc
5-
version: 0.20240625.8
5+
version: 0.20250310.0
66

77
source:
88
path: ../.

fstd2nc/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
Functionality for converting between FSTD and netCDF files.
2424
"""
2525

26-
__version__ = "0.20240625.8"
26+
__version__ = "0.20250310.0"
2727

2828

2929
# Check for bundled rpnpy package.

0 commit comments

Comments
 (0)