Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add averages with time dimension removed (#236)
- Add new `.average()` method to `TemporalAccessor` - Rename previous `.average()` to `.group_average()` - Refactor many private methods in `TemporalAccessor` class - Rename methods and variables, update docstrings - Refactor `._validate_weights()` for a significant performance increase of about 4-5x (for the monthly Dataset I was testing on) - Remove redundant tests for private methods
- Loading branch information