Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lockfile updates including What's New #5886

Merged
merged 2 commits into from
Mar 26, 2024
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
Advertise structured_um_loading performance regression.
  • Loading branch information
trexfeathers committed Mar 26, 2024
commit 7c2825818c9b475c55af06130869ead676821fc2
8 changes: 6 additions & 2 deletions docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ This document explains the changes made to Iris for this release
📢 Announcements
================

#. N/A
#. ⏱️ Performance benchmarking has shown that loading
:term:`Fields File (FF) Format` with a large number of fields via
:func:`iris.fileformats.um.structured_um_loading` has become ~30% slower
since `Dask version 2024.2.1`_.


✨ Features
Expand Down Expand Up @@ -101,4 +104,5 @@ This document explains the changes made to Iris for this release

.. _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#
.. _numpydoc validation: https://numpydoc.readthedocs.io/en/latest/validation.html#
.. _Dask version 2024.2.1: https://docs.dask.org/en/stable/changelog.html#v2024-2-1
Loading