File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Backwards incompatible changes
45
45
Enhancements
46
46
~~~~~~~~~~~~
47
47
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
49
49
a shortcut for dataset variables, coordinates and attributes:
50
50
51
51
.. ipython :: python
@@ -89,7 +89,7 @@ Bug fixes
89
89
Future plans
90
90
~~~~~~~~~~~~
91
91
92
- - I am comtemplating switching to the terms "coordinate variables" and "data
92
+ - I am contemplating switching to the terms "coordinate variables" and "data
93
93
variables" instead of the (currently used) "coordinates" and "variables",
94
94
following their use in `CF Conventions `_ (:issue: `293 `). This would mostly
95
95
have implications for the documentation, but I would also change the
@@ -99,7 +99,7 @@ Future plans
99
99
(:issue: `186 `).
100
100
- The main API breakage that I *do * anticipate in the next release is finally
101
101
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') ` `.
103
103
- The next version of xray (0.4) will remove deprecated features and aliases
104
104
whose use currently raises a warning.
105
105
You can’t perform that action at this time.
0 commit comments