Skip to content
Merged
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions docs/src/userguide/citation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ For example::
@manual{Iris,
author = {{Met Office}},
title = {Iris: A powerful, format-agnostic, and community-driven Python package for analysing and visualising Earth science data},
edition = {v3.6},
edition = {v3.7},
year = {2010 - 2023},
address = {Exeter, Devon},
url = {http://scitools.org.uk/},
doi = {10.5281/zenodo.7948293}
url = {https://github.com/SciTools/iris},
doi = {10.5281/zenodo.8305232}
}


Expand All @@ -34,7 +34,7 @@ Suggested format::

For example::

Iris. v3.5. 27-Apr-2023. Met Office. UK. https://doi.org/10.5281/zenodo.7871017 22-12-2022
Iris. v3.7. 31-Aug-2023. Met Office. UK. https://doi.org/10.5281/zenodo.8305232 22-12-2022


********************
Expand All @@ -47,7 +47,7 @@ Suggested format::

For example::

Iris. Met Office. git@github.com:SciTools/iris.git 22-12-2022
Iris. Met Office. https://github.com/SciTools/iris.git 31-08-2023

.. _How to cite and describe software: https://software.ac.uk/how-cite-software

Expand Down
19 changes: 10 additions & 9 deletions docs/src/whatsnew/3.7.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. include:: ../common_links.inc

v3.7 (16 Aug 2023)
v3.7 (31 Aug 2023)
******************

This document explains the changes made to Iris for this release
Expand All @@ -18,18 +18,19 @@ This document explains the changes made to Iris for this release
we have made a number of improvements for user-experience and usability,
notably :

* improved messaging for :ref:`CubeList.concatenate() <concat_warnings>`
and :ref:`Cube.convert_units() <convert_docs>`.
* We added :ref:`Dark mode support <docs_dark>` for the documentation.

* avoid warnings which may occur in :ref:`pp loading <cftime_warnings>`
and :ref:`contourf <contour_future>`.
* We :ref:`added a "Dask Best Practices" guide <dask_guide>`
( :ref:`here <dask best practices>` ) .

* :ref:`documentation supports Dark mode <docs_dark>`.
* We :ref:`improved the Installation Guide <installdocs_update>`.

* :ref:`added a "Dask Best Practices" guide <dask_guide>`
( :ref:`here <dask best practices>` ) .
* We improved the information in
:ref:`warnings from CubeList.concatenate() <concat_warnings>`
and :ref:`documentation of Cube.convert_units() <convert_docs>`.

* :ref:`improved the Installation Guide <installdocs_update>`.
* We prevented some warnings occurring in :ref:`pp loading <cftime_warnings>`
and :ref:`contourf <contour_future>`.

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