v0.3.0 Released #268
tomvothecoder
announced in
1. Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
v0.3.0 (27 June 2022)
New Features
_get_weights()
method inclass SpatialAccessor
andclass TemporalAccessor
by @tomvothecoder in Update_get_weights()
method forSpatialAccessor
andTemporalAccessor
#252keep_weights
keyword attr to reduction methods_get_weights()
public inclass SpatialAccessor
get_axis_coord()
to interpret more keys by @tomvothecoder in Updateget_axis_coord()
to interpret more keys #262axis
attr, it also now interpretsstandard_name
and the dimension nameBug Fixes
add_bounds()
breaking when time coords arecftime
objects by @tomvothecoder in Fixadd_bounds()
breaking when time coords arecftime
objects #241swap_lon_axis
to ignore same systems, which was causing odd behaviors for (0, 360) by @tomvothecoder in Updateswap_lon_axis
to ignore same systems #257Breaking Changes
class XCDATAccessor
by @tomvothecoder in RemoveXCDATAccessor
class #222axis
arg supported type and keys by @tomvothecoder in Update spatialaxis
arg supported type and keys #226center_times
kwarg from temporal averaging methods by @tomvothecoder in Removecenter_times
kwarg from temporal averaging methods #254Documentation
Internal Changes
MultiIndex
todatetime
/cftime
forTemporalAccessor
reduction methods and add convenience methods by @tomvothecoder in UpdateTemporalAccessor
time coord outputs fromMultiIndex
todatetime
and add convenience methods #221_postprocess_dataset()
and make bounds generation optional by @tomvothecoder in Extract method_postprocess_dataset()
and make bounds generation optional #223add_bounds
kwarg default value toTrue
by @tomvothecoder in Updateadd_bounds
kwarg default value toTrue
#230decode_non_cf_time
to return input dataset if the time "units" attr can't be split into unit and reference date by @pochedls in better handling of non-cf-compliant time data #263New Contributors
Full Changelog: v0.2.0...v0.3.0
This discussion was created from the release v0.3.0.
Beta Was this translation helpful? Give feedback.
All reactions