File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
13
Version 0.20240625.8 (Feb 24, 2025)
2
14
* Fixed bug is to_fstpy that was causing strange interaction with
3
15
dask arrays.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ schema_version: 1
2
2
3
3
package :
4
4
name : fstd2nc
5
- version : 0.20240625.8
5
+ version : 0.20250310.0
6
6
7
7
source :
8
8
path : ../.
Original file line number Diff line number Diff line change 23
23
Functionality for converting between FSTD and netCDF files.
24
24
"""
25
25
26
- __version__ = "0.20240625.8 "
26
+ __version__ = "0.20250310.0 "
27
27
28
28
29
29
# Check for bundled rpnpy package.
You can’t perform that action at this time.
0 commit comments