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

Allow opening datasets with nD dimenson coordinate variables. #7989

Merged
merged 6 commits into from
Jul 19, 2023

Commits on Jul 15, 2023

  1. Warn instead of raising for nD index variable

    Avoid automatic creating of Index variable
    when nD variable shares name with one
    of its dimensions.
    
    Closes pydata#2233
    dcherian committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    ec27da4 View commit details
    Browse the repository at this point in the history
  2. fix tests

    dcherian committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    5164d1e View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Remove warning

    dcherian committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    1f92e30 View commit details
    Browse the repository at this point in the history
  2. Add invariants check

    Co-authored-by: Benoit Bovy <benbovy@gmail.com>
    dcherian and benbovy committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    f059e50 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into warn-nd-index-var

    * main:
      Remove hue_style from plot1d docstring (pydata#7925)
      Add new what's new section (pydata#7986)
      Release summary for v2023.07.0 (pydata#7979)
      Improve explanation in example "Working with Multidimensional Coordinates" (pydata#7984)
      Fix typo in zarr.py (pydata#7983)
      Examples added to docstrings  (pydata#7936)
      [pre-commit.ci] pre-commit autoupdate (pydata#7973)
      Skip broken tests on python 3.11 and windows (pydata#7972)
      Use another repository for upstream testing (pydata#7970)
      Move absolute path finder from open_mfdataset to own function (pydata#7968)
      ensure no forward slashes in names for HDF5-based backends (pydata#7953)
      Chunked array docs (pydata#7951)
      [pre-commit.ci] pre-commit autoupdate (pydata#7959)
      manually unshallow the repository on RTD (pydata#7961)
      Update minimum version of typing extensions in pre-commit (pydata#7960)
      Docstring examples (pydata#7881)
    dcherian committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    65c658b View commit details
    Browse the repository at this point in the history
  4. Add whats-new

    dcherian committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    ba95097 View commit details
    Browse the repository at this point in the history