File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Backwards incompatible changes
4545Enhancements
4646~~~~~~~~~~~~
4747
48- - Due to popular demand, I have added experimental attribute style access as
48+ - Due to popular demand, we have added experimental attribute style access as
4949 a shortcut for dataset variables, coordinates and attributes:
5050
5151 .. ipython :: python
@@ -89,7 +89,7 @@ Bug fixes
8989Future plans
9090~~~~~~~~~~~~
9191
92- - I am comtemplating switching to the terms "coordinate variables" and "data
92+ - I am contemplating switching to the terms "coordinate variables" and "data
9393 variables" instead of the (currently used) "coordinates" and "variables",
9494 following their use in `CF Conventions `_ (:issue: `293 `). This would mostly
9595 have implications for the documentation, but I would also change the
@@ -99,7 +99,7 @@ Future plans
9999 (:issue: `186 `).
100100- The main API breakage that I *do * anticipate in the next release is finally
101101 making all aggregation operations skip missing values by default
102- (:issue: `130 `). I'm pretty sick of writing `ds.reduce(np.nanmean, 'time') `.
102+ (:issue: `130 `). I'm pretty sick of writing `` ds.reduce(np.nanmean, 'time') ` `.
103103- The next version of xray (0.4) will remove deprecated features and aliases
104104 whose use currently raises a warning.
105105
You can’t perform that action at this time.
0 commit comments