Skip to content

Commit

Permalink
Fix doc building following breaking change in Pandas 2.2.0 (pydata#8633)
Browse files Browse the repository at this point in the history
  • Loading branch information
nameloCmaS authored Jan 21, 2024
1 parent aa1ed35 commit a268eaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7262,6 +7262,7 @@ Breaking changes
such `'DJF'`:

.. ipython:: python
:okwarning:
ds = xray.Dataset({"t": pd.date_range("2000-01-01", periods=12, freq="M")})
ds["t.season"]
Expand Down

0 comments on commit a268eaa

Please sign in to comment.