-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preparing Maintenance Release #1322
Conversation
Is there some reason not to call this 4.6.3? Added an extra number to the version is non-standard... |
It is a maintenance release, and in line with historic releases. |
Doh, clicked the wrong button, wondered where this had gone. Upon reflection and also some additional bug fixes, I concede the point and will be recreating this as 4.6.3. Hopefully to go out tomorrow once the conda issues are addressed. |
|
||
* Update the license from the home-brewed NetCDF license to the standard 3-Clause BSD License. This change does not result in any new restrictions; it is merely the adoption of a standard, well-known and well-understood license in place of the historic NetCDF license written at Unidata. This is part of a broader push by Unidata to adopt modern, standardized licensing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should add:
- Now always write hidden coordinates attribute, which allows faster file opens when present (Use coordinates hidden att to speed opens... #1262).
- Some fixes for rename, including fix for renumbering of varids after a rename (rename bug - varids change order after rename #1307), renaming var to dim without coordinate var (When renaming non-coord var to same name as dim without a var, hilarious confusion ensues... #1297).
- Fix of NULL parameter causing segfaults in put_vars functions (NULL stride to nc_put_vars_*() causes segfault #1265).
- Fix of --enable-benchmark benchmark tests (--enable-benchmarks Benchmark programs not working #1121).
- --disable-relax-coordinate-bound option deprecated, and will be removed in the next release. Use of this option can create builds that behave inconsistently on HPC systems. Coord bounds should always be relaxed, as is the current default. (RELAX_COORD_BOUND should be always used and should be removed as an option #1010).
href="http://www.unidata.ucar.edu/netcdf/documentation/historic/netcdf-f90/index.html" | ||
>NetCDF Fortran 90 Interface Guide</a>), and C++ (see <a | ||
href="http://www.unidata.ucar.edu/netcdf/documentation/historic/cxx4/index.html" | ||
Guide</a>), Fortran (see <a href="http://www.unidata.ucar.edu/netcdf/fortran/docs/" >NetCDF-Fortran User's Guide</a>) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
Intermediary branch for v4.6.2.1. Will merge changes in this branch back upstream.