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

correctly encode/decode _FillValues/missing_values/dtypes for packed data #8713

Merged
merged 19 commits into from
Mar 15, 2024

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    477cd58 View commit details
    Browse the repository at this point in the history
  2. fix mypy

    kmuehlbauer committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    792e942 View commit details
    Browse the repository at this point in the history
  3. fix CFMaskCode test

    kmuehlbauer committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    f743fd1 View commit details
    Browse the repository at this point in the history
  4. fix scale/offset

    kmuehlbauer committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    551719a View commit details
    Browse the repository at this point in the history
  5. avert zarr issue

    kmuehlbauer committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    85730e2 View commit details
    Browse the repository at this point in the history
  6. add whats-new.rst entry

    kmuehlbauer committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    5fe874f View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. refactor fillvalue/missing value check to catch non-conforming values…

    …, apply review suggestions
    kmuehlbauer committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    f848872 View commit details
    Browse the repository at this point in the history
  2. fix typing

    kmuehlbauer committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    672e84e View commit details
    Browse the repository at this point in the history
  3. suppress warning in doc

    kmuehlbauer committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    bff3a5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45b5b8c View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    ed79eb7 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    b89ce93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f90e7e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    554a61e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da2222e View commit details
    Browse the repository at this point in the history
  5. Update xarray/tests/test_conventions.py

    Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>
    kmuehlbauer and dcherian authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    f6fe9cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b30298 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1d1b1a0 View commit details
    Browse the repository at this point in the history
  8. make test even shorter

    kmuehlbauer committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    30985fa View commit details
    Browse the repository at this point in the history