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

flox: don't set fill_value where possible #9433

Merged
merged 10 commits into from
Sep 18, 2024

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    7133b42 View commit details
    Browse the repository at this point in the history
  2. Update doctest

    dcherian committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    76019ed View commit details
    Browse the repository at this point in the history
  3. Fix test

    dcherian committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    e7d0ab6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b96618b View commit details
    Browse the repository at this point in the history
  5. fix test

    dcherian committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    eebb067 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Merge branch 'main' into flox-preserve-dtype

    * main: (26 commits)
      Forbid modifying names of DataTree objects with parents (pydata#9494)
      DAS-2155 - Merge datatree documentation into main docs. (pydata#9033)
      Make illegal path-like variable names when constructing a DataTree from a Dataset (pydata#9378)
      Ensure TreeNode doesn't copy in-place (pydata#9482)
      `open_groups` for zarr backends (pydata#9469)
      Update pyproject.toml (pydata#9484)
      New whatsnew section (pydata#9483)
      Release notes for v2024.09.0 (pydata#9480)
      Fix `DataTree.coords.__setitem__` by adding `DataTreeCoordinates` class (pydata#9451)
      Rename DataTree's "ds" and "data" to "dataset" (pydata#9476)
      Update DataTree repr to indicate inheritance (pydata#9470)
      Bump pypa/gh-action-pypi-publish in the actions group (pydata#9460)
      Repo checker (pydata#9450)
      Add days_in_year and decimal_year to dt accessor (pydata#9105)
      remove parent argument from DataTree.__init__ (pydata#9465)
      Fix inheritance in DataTree.copy() (pydata#9457)
      Implement `DataTree.__delitem__` (pydata#9453)
      Add ASV for datatree.from_dict (pydata#9459)
      Make the first argument in DataTree.from_dict positional only (pydata#9446)
      Fix typos across the code, doc and comments (pydata#9443)
      ...
    dcherian committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    5c9f291 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Merge branch 'main' into flox-preserve-dtype

    * main:
      Opt out of floor division for float dtype time encoding (pydata#9497)
      fixed formatting for whats-new (pydata#9493)
    dcherian committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    d2648bc View commit details
    Browse the repository at this point in the history
  2. Test for flox >= 0.9.12

    dcherian committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    327e8be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fbe7d1 View commit details
    Browse the repository at this point in the history
  4. fix whats-new

    dcherian committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    93cda75 View commit details
    Browse the repository at this point in the history