@@ -79,8 +79,8 @@ expensive if you are manipulating your dataset lazily using :ref:`dask`.
79
79
80
80
.. note ::
81
81
82
- The default values for many of these options will be changing in a future
83
- version of xarray . You can opt into the new default values early using
82
+ In a future version of xarray the default values for many of these options
83
+ will change . You can opt into the new default values early using
84
84
``xr.set_options(use_new_combine_kwarg_defaults=True) ``.
85
85
86
86
.. _merge :
@@ -104,11 +104,11 @@ coordinates:
104
104
105
105
.. note ::
106
106
107
- The default value for ``join `` and ``compat `` will be changing in a future
108
- version of xarray . This change will mean that the resulting dataset will be
109
- not be aligned . You can opt into the new default values early using
110
- ``xr.set_options(use_new_combine_kwarg_defaults=True) ``. Or explicitly set
111
- ``join='outer' `` to preserve old behavior.
107
+ In a future version of xarray the default value for ``join `` and ``compat ``
108
+ will change . This change will mean that xarray will no longer attempt
109
+ to align the indices of the merged dataset . You can opt into the new default
110
+ values early using ``xr.set_options(use_new_combine_kwarg_defaults=True) ``.
111
+ Or explicitly set ``join='outer' `` to preserve old behavior.
112
112
113
113
.. ipython :: python
114
114
@@ -132,9 +132,9 @@ if you attempt to merge two variables with the same name but different values:
132
132
133
133
.. note ::
134
134
135
- In the future the default value for ``compat `` will change from
136
- ``compat='no_conflicts' `` to ``compat='override' ``. In this scenario the
137
- values in the first object override all the values in other objects.
135
+ In a future version of xarray the default value for ``compat `` will change
136
+ from ``compat='no_conflicts' `` to ``compat='override' ``. In this scenario
137
+ the values in the first object override all the values in other objects.
138
138
139
139
.. ipython :: python
140
140
0 commit comments