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 option to choose mfdataset attributes source. #3498

Merged
merged 15 commits into from
Jan 11, 2020
Merged

Add option to choose mfdataset attributes source. #3498

merged 15 commits into from
Jan 11, 2020

Commits on Nov 8, 2019

  1. Configuration menu
    Copy the full SHA
    702d571 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f83a634 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Configuration menu
    Copy the full SHA
    6b7d52b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a02ff9a View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. Add dcherian suggestions in master_file tests.

    Co-Authored-By: Deepak Cherian <[email protected]>
    juseg and dcherian committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    8cc3b34 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Rename master_file kwarg to attrs_file.

    Unlike netCDF4's master_file this is only used for attributes.
    juseg committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    64f9785 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2019

  1. Require master_file as a path, forbid indexes.

    Index behaviour is ambiguous for nested lists on older Python versions.
    The default remains index 0, which is backward-compatible but also
    ambiguous in this case (see docstring and pull request #3498).
    juseg committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    fb1d91f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6b1d57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a44831 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

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

Commits on Jan 11, 2020

  1. Configuration menu
    Copy the full SHA
    81e1a6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1347ab5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa72572 View commit details
    Browse the repository at this point in the history
  4. Document that attrs_file can now be a pathlib.Path.

    Co-Authored-By: keewis <[email protected]>
    juseg and keewis authored Jan 11, 2020
    Configuration menu
    Copy the full SHA
    175de6c View commit details
    Browse the repository at this point in the history