Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: xarray-contrib/flox Loading
base: v0.9.8
Choose a base ref
...
head repository: xarray-contrib/flox Loading
compare: main
Choose a head ref
  • 4 commits
  • 13 files changed
  • 4 contributors

Commits on Jun 1, 2024

  1. Bump codecov/codecov-action from 4.3.1 to 4.4.1 (#366)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.3.1 to 4.4.1.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v4.3.1...v4.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    07ad826 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Property tests with hypothesis (#348)

    * Property tests with hypothesis
    
    * skip on minimal env
    
    * fix typing
    
    * fix test
    
    * fix mypy
    
    * remove docstring
    
    * try again
    
    * fix again
    
    * more fix
    
    * fix tests
    
    * Try fix
    
    * some debug logging instead of info
    
    * try `int8`
    
    * Update casting behaviour
    
    * More dtypes
    
    * Complex fixes
    
    * Revert "try `int8`"
    
    This reverts commit a9097c2.
    
    * fix dtype
    
    * skip complex var, std
    
    * Start fixing timedelta64
    
    * fix casting
    
    * exclude timedelta64, datetime64
    
    * tweak
    
    * filter out too_slow
    
    * update hypothesis cache
    
    * fix
    
    * fix more.
    
    * update caching strategy
    
    * WIP
    
    * Skip float16
    
    * Attempt to increase numerical stablity of var, std
    
    * update tolerances
    
    * fix
    
    * update action
    
    * fixes
    
    * Trim CI
    
    * Cast to int64 instead of intp
    
    * revert?
    
    * [revert]
    
    * try again
    
    * debug logging
    
    * Revert "try again"
    
    This reverts commit a02d947.
    
    * adapt
    
    * Revert "Revert "try again""
    
    This reverts commit 35ff742.
    
    * Fix cast
    
    * remove prints
    
    * Revert "[revert]"
    
    This reverts commit d143a98.
    
    * info -> debug
    
    * Fix quantiles
    
    * bring back notes
    
    * Small opt
    
    * Just skip var, std
    
    * Fix mypy
    
    * no-redef
    
    * try again
    dcherian committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    7f98f45 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. [pre-commit.ci] pre-commit autoupdate (#372)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.5.0](astral-sh/ruff-pre-commit@v0.3.5...v0.5.0)
    - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
    - [github.com/psf/black-pre-commit-mirror: 24.3.0 → 24.4.2](psf/black-pre-commit-mirror@24.3.0...24.4.2)
    - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
    - [github.com/abravalheri/validate-pyproject: v0.16 → v0.18](abravalheri/validate-pyproject@v0.16...v0.18)
    - [github.com/rhysd/actionlint: v1.6.27 → v1.7.1](rhysd/actionlint@v1.6.27...v1.7.1)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    22257d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Add release.yml

    dcherian committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    29b0da1 View commit details
    Browse the repository at this point in the history
Loading