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

Add complete bitgroom support to NCZarr #2197

Merged
merged 4 commits into from
Jan 28, 2022

Commits on Jan 24, 2022

  1. Add complete bitgroom support to NCZarr

    re: PR Unidata#2088
    re: PR Unidata#2130
    replaces: Unidata#2140
    
    Changes:
    * Add NCZarr-specific quantize functions to the dispatch table.
    * Copy (modified) quantize code from libhdf5 to NCZarr
    * Add quantize invocation to zvar.c
    * Add support for _QuantizeBitgroomNumberOfSignificantDigits
    and _QuantizeGranularBitgroomNumberOfSignificantDigits to ncgen.
    * Modify nc_test4/tst_quantize.c to allow it to be used both for hdf5
      and for nczarr.
    * Make dap4 properly handle quantize functions in dispatch table.
    * Add quantize attribute support to ncgen.
    
    Other changes:
    * Caught and fixed some S3 problems
    * Fixed some nczarr fillvalue problems.
    * Fixed some nczarr cache problems.
    * Cleanup some flaws in libdispatch/dinfermodel.c
    * Allow byterange requests to S3 be readable by dinfermodel.c/check_file_type
    * Remove the libnczarr ztracedispatch code (big change).
    DennisHeimbigner committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    446348e View commit details
    Browse the repository at this point in the history
  2. Update release notes

    DennisHeimbigner committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    4e167d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Rename GranularBitGroom to GranularBitRound

    As per Charlie Zender's request (Unidata#2197 (comment)), the GranularBitGroom name is changed to GranularBitRound
    with attendant code changes.
    DennisHeimbigner committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    89cc20a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    610d8eb View commit details
    Browse the repository at this point in the history