File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -915,7 +915,7 @@ def open_mfdataset(
915
915
# Remove this after deprecation cycle from #2616 is complete
916
916
basic_msg = dedent (
917
917
"""\
918
- In xarray version 0.13 the default behaviour of `open_mfdataset`
918
+ In xarray version 0.14 the default behaviour of `open_mfdataset`
919
919
will change. To retain the existing behavior, pass
920
920
combine='nested'. To use future default behavior, pass
921
921
combine='by_coords'. See
Original file line number Diff line number Diff line change @@ -716,7 +716,7 @@ def auto_combine(
716
716
if not from_openmfds :
717
717
basic_msg = dedent (
718
718
"""\
719
- In xarray version 0.13 `auto_combine` will be deprecated. See
719
+ In xarray version 0.14 `auto_combine` will be deprecated. See
720
720
http://xarray.pydata.org/en/stable/combining.html#combining-multi"""
721
721
)
722
722
warnings .warn (basic_msg , FutureWarning , stacklevel = 2 )
@@ -758,7 +758,7 @@ def auto_combine(
758
758
message += dedent (
759
759
"""\
760
760
The datasets supplied require both concatenation and merging. From
761
- xarray version 0.13 this will operation will require either using the
761
+ xarray version 0.14 this will operation will require either using the
762
762
new `combine_nested` function (or the `combine='nested'` option to
763
763
open_mfdataset), with a nested list structure such that you can combine
764
764
along the dimensions {}. Alternatively if your datasets have global
Original file line number Diff line number Diff line change @@ -714,7 +714,7 @@ def test_check_for_impossible_ordering(self):
714
714
715
715
716
716
@pytest .mark .filterwarnings (
717
- "ignore:In xarray version 0.13 `auto_combine` " "will be deprecated"
717
+ "ignore:In xarray version 0.14 `auto_combine` " "will be deprecated"
718
718
)
719
719
@pytest .mark .filterwarnings ("ignore:Also `open_mfdataset` will no longer" )
720
720
@pytest .mark .filterwarnings ("ignore:The datasets supplied" )
You can’t perform that action at this time.
0 commit comments