Skip to content
Merged
Changes from all commits
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
8 changes: 8 additions & 0 deletions docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ This document explains the changes made to Iris for this release
requests are also labelled using the `Pull Request Labeler Github action`_
to increase visibility. (:pull:`5763`, :pull:`5776`)

#. `@tkknight`_ updated codebase to comply with a new enforced rule `NPY002`_ for
`ruff`_. (:pull:`5786`)

#. `@tkknight`_ enabled `numpydoc validation`_ via the pre-commit hook. The docstrings
have been updated to comply and some rules have been ignored for now.
(:pull:`5762`)

.. comment
Whatsnew author names (@github name) in alphabetical order. Note that,
Expand All @@ -89,3 +95,5 @@ This document explains the changes made to Iris for this release
Whatsnew resources in alphabetical order:

.. _Pull Request Labeler GitHub action: https://github.com/actions/labeler
.. _NPY002: https://docs.astral.sh/ruff/rules/numpy-legacy-random/
.. _numpydoc validation: https://numpydoc.readthedocs.io/en/latest/validation.html#