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
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,11 @@ This file contains a high-level description of this package's evolution. Release
7
7
8
8
## 4.8.0 - TBD
9
9
10
+
11
+
*[Bug Fix] Fix time zone parser bug. See more information at [Github #1866](https://github.com/Unidata/netcdf-c/pull/1866) for more information.
10
12
*[Documentation] Migrated the documents in the NUG/ directory to the dedicated NUG repository found at https://github.com/Unidata/netcdf
11
-
*[Bug Fix] Revert the internal filter code to simplify it. From
12
-
the user's point of view, the only visible change should be that
13
-
(1) the functions that convert text to filter specs have had
14
-
their signature reverted and renamed and have been moved to
15
-
netcdf_aux.h, and (2) Some filter API functions now return
16
-
NC_ENOFILTER when inquiry is made about some filter. Internally,
17
-
the dispatch table has been modified to get rid of the complex
18
-
structures.
19
-
*[Bug Fix] If the HDF5 byte-range Virtual File Driver is available )HDf5 1.10.6 or later) then use
20
-
it because it has better performance than the one currently built into the netcdf library.
13
+
*[Bug Fix] Revert the internal filter code to simplify it. From the user's point of view, the only visible change should be that (1) the functions that convert text to filter specs have had their signature reverted and renamed and have been moved to netcdf_aux.h, and (2) Some filter API functions now return NC_ENOFILTER when inquiry is made about some filter. Internally, the dispatch table has been modified to get rid of the complex structures.
14
+
*[Bug Fix] If the HDF5 byte-range Virtual File Driver is available )HDf5 1.10.6 or later) then use it because it has better performance than the one currently built into the netcdf library.
21
15
*[Bug Fix] Fixed byte-range support with cURL > 7.69. See [https://github.com/Unidata/netcdf-c/pull/1798].
22
16
*[Enhancement] Added new test for using compression with parallel I/O: nc_test4/tst_h_par_compress.c. See [https://github.com/Unidata/netcdf-c/pull/1784].
23
17
*[Bug Fix] Don't return error for extra calls to nc_redef() for netCDF/HDF5 files, unless classic model is in use. See [https://github.com/Unidata/netcdf-c/issues/1779].
0 commit comments