RELEASE_NOTES.md (netcdf-fortran-4.4.4) | : | RELEASE_NOTES.md (netcdf-fortran-4.4.5) | ||
---|---|---|---|---|
Release Notes {#nf_release_notes} | Release Notes {#nf_release_notes} | |||
============================== | ============================== | |||
\brief Release notes file for the netcdf-fortran package. | \brief Release notes file for the netcdf-fortran package. | |||
This file contains a high-level description of this package's evolution. | This file contains a high-level description of this package's evolution. | |||
Entries are in reverse chronological order (most recent first). | Entries are in reverse chronological order (most recent first). | |||
## 4.4.4 Released May 13, 2016 | ## 4.4.5 - January 9, 2019 | |||
### Requirements | ||||
* netCDF-C: 4.6.2 | ||||
### Changes | ||||
* Added an option in cmake builds, `BUILD_EXAMPLES`, `TRUE` by default. When dis | ||||
abled, the examples will not be built. See [#93](https://github.com/Unidata/net | ||||
cdf-fortran/issues/92) for more information. | ||||
* Misc. Bugfixes to bring netCDF-Fortran in line with the features in netCDF-C. | ||||
* Updated CMakeLists.txt to check for C types that match Fortran ones. See [GitH | ||||
ub #67](https://github.com/Unidata/netcdf-fortran/pull/67) for more information. | ||||
## 4.4.4 - May 13, 2016 | ||||
* Corrected an issue where cmake-based builds specifying `USE_LOGGING` were not seeing expected behavior. The issue was reported, and subsequently fixed, by Ne il Carlson at Los Alamos Nat'l Laboratory. See [Github Pull Request #44](https:/ /github.com/Unidata/netcdf-fortran/pull/44) for more information. | * Corrected an issue where cmake-based builds specifying `USE_LOGGING` were not seeing expected behavior. The issue was reported, and subsequently fixed, by Ne il Carlson at Los Alamos Nat'l Laboratory. See [Github Pull Request #44](https:/ /github.com/Unidata/netcdf-fortran/pull/44) for more information. | |||
* Integrated improvements provided by Richard Weed. For a *complete* list of mo difications, see the file `docs/netcdf_fortran_4.4.2dev_notes_RW.pdf`. **It is highly detailed and worth reading!** | * Integrated improvements provided by Richard Weed. For a *complete* list of mo difications, see the file `docs/netcdf_fortran_4.4.2dev_notes_RW.pdf`. **It is highly detailed and worth reading!** | |||
The highlights of the improvements are as follows: | The highlights of the improvements are as follows: | |||
* Explicit dependencies on `NC_MAX_DIM` constant for arrays has been removed a nd replaced with dynamically-allocated arrays. | * Explicit dependencies on `NC_MAX_DIM` constant for arrays has been removed a nd replaced with dynamically-allocated arrays. | |||
* Support for `nc_open_mem()` in the C library, allowing for the creation of " in memory" files. | * Support for `nc_open_mem()` in the C library, allowing for the creation of " in memory" files. | |||
* General clean up. | * General clean up. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 16 lines changed or added |