Skip to content

v3.4.1 'merge-back' - What's New changes only #5170

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

Merged
merged 1 commit into from
Feb 21, 2023
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
22 changes: 18 additions & 4 deletions docs/src/whatsnew/3.4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,29 @@ This document explains the changes made to Iris for this release
* We have **begun refactoring Iris' regridding**, which has already improved
performance and functionality, with more potential in future!
* We have made several other significant `🚀 Performance Enhancements`_.
* Please note that **Iris cannot currently work with the latest NetCDF4
releases**. The pin is set to ``<v1.6.1``, due to incompatibility with
Iris' lack of thread safety. We're working hard to make Iris NetCDF
loading thread safe as soon as possible.

And finally, get in touch with us on :issue:`GitHub<new/choose>` if you have
any issues or feature requests for improving Iris. Enjoy!


v3.4.1 (21 Feb 2023)
====================

.. dropdown:: :opticon:`alert` v3.4.1 Patches
:container: + shadow
:title: text-primary text-center font-weight-bold
:body: bg-light
:animate: fade-in

The patches in this release of Iris include:

#. `@trexfeathers`_ and `@pp-mo`_ made Iris' use of the `netCDF4`_ library
thread-safe. (:pull:`5095`)

#. `@trexfeathers`_ and `@pp-mo`_ removed the netCDF4 pin mentioned in
`🔗 Dependencies`_ point 3. (:pull:`5095`)


📢 Announcements
================

Expand Down