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 a number of bugs in the nczarr code. #2066

Merged
merged 7 commits into from
Aug 12, 2021

Commits on Aug 9, 2021

  1. Fix a number of bugs in the nczarr code.

    re: Issues Unidata#2063, Unidata#2062, Unidata#2061, Unidata#2059
    
    1. Support "fill_value: null" (Unidata#2063).
    2. Handle the dtype case "|u1" (Unidata#2062).
    3. When writing a pure Zarr format file, some nczarr attributes inadvertently crept in (Unidata#2061).
    4. If there is no fill value, then the .zarray fill_value key should have the value null rather than left out (Unidata#2059).
    
    Hat tip: Even Rouault
    DennisHeimbigner committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    ec258bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42854d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Add test cases

    DennisHeimbigner committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    3b13943 View commit details
    Browse the repository at this point in the history
  2. de-push

    DennisHeimbigner committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    aeeeb11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a0fdb3 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Fix library crash

    DennisHeimbigner committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    a58d243 View commit details
    Browse the repository at this point in the history
  2. Turn off bad test

    DennisHeimbigner committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    8be7d29 View commit details
    Browse the repository at this point in the history