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

968 increase minimal xugrid version to speed up xuopen dataset #984

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    8db8c54 View commit details
    Browse the repository at this point in the history
  2. replace ds[varn] with ds.variables[varn] where possible, calling the …

    …frozen object prevents accessing the variable which is slow in case of many variables
    veenstrajelmer committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    0173be1 View commit details
    Browse the repository at this point in the history
  3. replace ds[varn] with ds.variables[varn] where possible, calling the …

    …frozen object prevents accessing the variable which is slow in case of many variables
    veenstrajelmer committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    a036cdb View commit details
    Browse the repository at this point in the history
  4. fix

    veenstrajelmer committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    1fdd302 View commit details
    Browse the repository at this point in the history
  5. fix

    veenstrajelmer committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    de335ad View commit details
    Browse the repository at this point in the history
  6. revert ds.close()

    veenstrajelmer committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    da2837f View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    b0e4476 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a4144b View commit details
    Browse the repository at this point in the history
  3. updated whatsnew

    veenstrajelmer committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    b518699 View commit details
    Browse the repository at this point in the history