xarray-contrib / flox

Fast & furious GroupBy operations for dask.array
https://flox.readthedocs.io
Apache License 2.0
124 stars 18 forks source link

Expand property tests #373

Closed dcherian closed 3 months ago

dcherian commented 3 months ago

Closes #29

  1. Adds coverage for first and last.
  2. Fixes not_overflowing_array to work with NaNs! This is a big one.
  3. Add more array dtypes to more tests.
  4. Turns out bfill was quite broken!
  5. refactor out hypothesis strategies
dcherian commented 3 months ago

Failure fixed on https://github.com/ml31415/numpy-groupies/pull/90