Skip to content

Commit

Permalink
DOC: Add note about deprecated offset aliases (#58861)
Browse files Browse the repository at this point in the history
DOC: Add note about alias deprecations

The PRs #55792 (Y), #52064 (Q), and #55553 (M) deprecated the single letter
version of the aliases in favour of the -end version of them.

Add a note to the offset table about deprecations.
  • Loading branch information
tacaswell authored May 31, 2024
1 parent a564662 commit 5e97237
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/source/user_guide/timeseries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1273,6 +1273,10 @@ frequencies. We will refer to these aliases as *offset aliases*.
are deprecated in favour of the aliases ``h``, ``bh``, ``cbh``,
``min``, ``s``, ``ms``, ``us``, and ``ns``.

Aliases ``Y``, ``M``, and ``Q`` are deprecated in favour of the aliases
``YE``, ``ME``, ``QE``.


.. note::

When using the offset aliases above, it should be noted that functions
Expand Down

0 comments on commit 5e97237

Please sign in to comment.