Skip to content
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

Fix some addtional errors in NCZarr #2503

Merged
merged 2 commits into from
Sep 14, 2022

Commits on Sep 9, 2022

  1. Fix some addtional errors in NCZarr

    re: Issue Unidata#2502
    
    H/T Charlie Zender
    
    * Fix NCZarr handling of endianness value NC_ENDIAN_NATIVE. This now matches how it is handled in libhdf5
    * Fix NCZarr handling of char typed attribute with value "". This now matches how it is handled in libhdf5
    * Add test for various char attribute values
    * Change the mapping of NC_CHAR and NC_STRING to dtype; requires changing some test files also.
    * Optimize the testing for NC_ENOTBUILT in NC_open.
    * Turn off debugging left on accidentally
    * Fix memory leak in tst_pnetcdf.c
    * Fix blosc test
    DennisHeimbigner committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    1a45ee0 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. Update release notes

    DennisHeimbigner committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    db86c2c View commit details
    Browse the repository at this point in the history