You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cool, convenient package! I was looking at the examples, and I am wondering whether Grid could simply contain the create_regridding_dataset util as a method instead of separately importing since dataclasses can also hold methods:
* add nan_threshold option
* track nan frac across dims, use xr.dot, consolidate ds/da paths, tests
* fixes and cleanup plus initial notebook cell
* speed up by only tracking the max of nonnull points over non_regrid_dims
* fix tests for newer dependency versions
* Improve typing of call_on_dataset
* Fix typing in updated conservative routines
* Apply code formatting
* Ensure hashable is a valid input for coordinate identifier
* Make tests & typing pass
* Make `create_regridding_dataset` a method of `Grid` #38
* Update notebooks and dependencies
* Allow xesmf test to run if it's available
* Add @slevang to the contributors list
* Update changelog
* Ignore linter in test
* Update readme with badges and "why use..." text
---------
Co-authored-by: Sam Levang <slevang@salientpredictions.com>
Cool, convenient package! I was looking at the examples, and I am wondering whether Grid could simply contain the
create_regridding_dataset
util as a method instead of separately importing since dataclasses can also hold methods:to
The text was updated successfully, but these errors were encountered: