You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,24 @@ Entries are in reverse chronological order (most recent first).
12
12
13
13
* netCDF-C: 4.9.0+
14
14
15
-
### Notable Changes
15
+
Note: to enable `libzstd` support, you need to satisfy the following requirements.
16
+
17
+
1.`libnetcdf.so` installed with `libzstd` support.
18
+
2. The environmental variable `HDF5_LIBRARY_PATH` needs to be specified to the same location used when installing `libnetcdf`. This can be determined after-the-fact using `nc-config --plugindir`.
16
19
17
-
### Other Changes
20
+
21
+
### What's Changed
22
+
* Add quantize constants and test by @edwardhartnett in https://github.com/Unidata/netcdf-fortran/pull/383
23
+
* Merge v4.6.0-wellspring.wif back upstream into `main` by @WardF in https://github.com/Unidata/netcdf-fortran/pull/374
24
+
* delete unuseful code by @DragonPara in https://github.com/Unidata/netcdf-fortran/pull/377
25
+
* Adding MacOS tests. by @WardF in https://github.com/Unidata/netcdf-fortran/pull/363
26
+
* Newbranch by @LeonABenjamin in https://github.com/Unidata/netcdf-fortran/pull/336
27
+
28
+
29
+
## New Contributors
30
+
*@DragonPara made their first contribution in https://github.com/Unidata/netcdf-fortran/pull/377
0 commit comments