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

Grouper, Resampler as public api #8840

Merged
merged 32 commits into from
Jul 18, 2024
Merged

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    65d500c View commit details
    Browse the repository at this point in the history
  2. Add test

    dcherian committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    9f5b9fd View commit details
    Browse the repository at this point in the history
  3. Add docs

    dcherian committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f338e45 View commit details
    Browse the repository at this point in the history
  4. Fix test

    dcherian committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    09fa705 View commit details
    Browse the repository at this point in the history
  5. fix types.

    dcherian committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    110517a View commit details
    Browse the repository at this point in the history
  6. bugfix

    dcherian committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    01fbf50 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Better binning API

    dcherian committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    e250895 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into grouper-public-api

    * main:
      promote floating-point numeric datetimes to 64-bit before decoding (pydata#9182)
      also pin `numpy` in the all-but-dask CI (pydata#9184)
      temporarily remove `pydap` from CI (pydata#9183)
      temporarily pin `numpy<2` (pydata#9181)
      Change np.core.defchararray to np.char (pydata#9165) (pydata#9166)
      Fix example code formatting for CachingFileManager (pydata#9178)
      Slightly improve DataTree repr (pydata#9064)
      switch to unit `"D"` (pydata#9170)
      Docs: Add page with figure for navigating help resources (pydata#9147)
      Add test for pydata#9155 (pydata#9161)
      Remove mypy exclusions for a couple more libraries (pydata#9160)
      Include numbagg in type checks (pydata#9159)
      Improve zarr chunks docs (pydata#9140)
    dcherian committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    5572930 View commit details
    Browse the repository at this point in the history
  3. docs.fixes

    dcherian committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    0dc1663 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Apply suggestions from code review

    Co-authored-by: Illviljan <14371165+Illviljan@users.noreply.github.com>
    dcherian and Illviljan authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    94b3ffa View commit details
    Browse the repository at this point in the history
  2. Fix typing

    dcherian committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    cdee857 View commit details
    Browse the repository at this point in the history
  3. clean up reprs

    dcherian committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    74268ef View commit details
    Browse the repository at this point in the history
  4. Allow passing dicts

    dcherian committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    64f78cd View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

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

Commits on Jul 11, 2024

  1. Apply suggestions from code review

    Co-authored-by: Justus Magin <keewis@users.noreply.github.com>
    dcherian and keewis authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    6b2ed08 View commit details
    Browse the repository at this point in the history
  2. Update xarray/core/common.py

    Co-authored-by: Justus Magin <keewis@users.noreply.github.com>
    dcherian and keewis authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    3bbcab2 View commit details
    Browse the repository at this point in the history
  3. Review comments

    dcherian committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    69d62cb View commit details
    Browse the repository at this point in the history
  4. Fix docstring

    dcherian committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    205c2a7 View commit details
    Browse the repository at this point in the history
  5. Try to fix typing

    dcherian committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    1142663 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into grouper-public-api

    * main:
      exclude the bots from the release notes (pydata#9235)
      switch the documentation to run with `numpy>=2` (pydata#9177)
      `numpy` 2 compatibility in the iris code paths (pydata#9156)
      `numpy` 2 compatibility in the `netcdf4` and `h5netcdf` backends (pydata#9136)
      Fix time indexing regression in `convert_calendar` (pydata#9192)
      Use duckarray assertions in test_coding_times (pydata#9226)
      Use reshape and ravel from duck_array_ops in coding/times.py (pydata#9225)
      Cleanup test_coding_times.py (pydata#9223)
      Only use necessary dims when creating temporary dataarray (pydata#9206)
      Fix two bugs in DataTree.update() (pydata#9214)
      Use numpy 2.0-compat `np.complex64` dtype in test (pydata#9217)
    dcherian committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    c94d9c2 View commit details
    Browse the repository at this point in the history
  7. Nicer error

    dcherian committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    7838d57 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Merge branch 'main' into grouper-public-api

    * main:
      Enable pandas type checking (pydata#9213)
      Per-variable specification of boolean parameters in open_dataset (pydata#9218)
      test push
      Added a space to the documentation (pydata#9247)
      Fix typing for test_plot.py (pydata#9234)
      Allow mypy to run in vscode (pydata#9239)
      Revert "Test main push"
      Test main push
      Revert "Update _typing.py"
      Update _typing.py
      Add a `.drop_attrs` method (pydata#8258)
    dcherian committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6bfe03a View commit details
    Browse the repository at this point in the history
  2. Try fixing types

    dcherian committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    cb4faad View commit details
    Browse the repository at this point in the history
  3. fix

    dcherian committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    792098c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e1ed58 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Apply suggestions from code review

    Co-authored-by: Michael Niklas  <mick.niklas@gmail.com>
    dcherian and headtr1ck authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    8b40396 View commit details
    Browse the repository at this point in the history
  2. Review comments

    dcherian committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    a2b0f05 View commit details
    Browse the repository at this point in the history
  3. Add whats-new note

    dcherian committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    d521849 View commit details
    Browse the repository at this point in the history
  4. Fix

    dcherian committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    bf23f3d View commit details
    Browse the repository at this point in the history
  5. Add more types

    dcherian committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    25c897d View commit details
    Browse the repository at this point in the history
  6. Fix link

    dcherian committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    1cafa67 View commit details
    Browse the repository at this point in the history
  7. FIx docs

    dcherian committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    78252b2 View commit details
    Browse the repository at this point in the history