Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
DOC: Address review comments
  • Loading branch information
riku-sakamoto committed Apr 21, 2026
commit e02b7a40aac31dedb2663ad23abe6d9d675a4b20
3 changes: 2 additions & 1 deletion doc/source/reference/arrays.datetime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ datetime type with generic units.

.. deprecated:: 2.5
The generic units of `timedelta64` were deprecated in NumPy 2.5 and
will raise an error in the future. With this change, ``NaT`` in `datetime64` is now required to have an explicit time unit.
will raise an error in the future. With this change,
``NaT`` in `datetime64` is now required to have an explicit time unit.


.. admonition:: Example
Expand Down
Loading