-
Notifications
You must be signed in to change notification settings - Fork 283
/
latest.rst
118 lines (72 loc) · 3.02 KB
/
latest.rst
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
.. include:: ../common_links.inc
|iris_version| |build_date| [unreleased]
****************************************
This document explains the changes made to Iris for this release
(:doc:`View all changes <index>`.)
.. dropdown:: |iris_version| Release Highlights
:color: primary
:icon: info
:animate: fade-in
:open:
The highlights for this major/minor release of Iris include:
* N/A
And finally, get in touch with us on :issue:`GitHub<new/choose>` if you have
any issues or feature requests for improving Iris. Enjoy!
📢 Announcements
================
#. N/A
✨ Features
===========
#. `@trexfeathers`_ and `@HGWright`_ (reviewer) sub-categorised all Iris'
:class:`UserWarning`\s for richer filtering. The full index of
sub-categories can be seen here: :mod:`iris.exceptions` . (:pull:`5498`)
🐛 Bugs Fixed
=============
#. `@scottrobinson02`_ fixed the output units when dividing a coordinate by a
cube. (:issue:`5305`, :pull:`5331`)
#. `@ESadek-MO`_ has updated :mod:`iris.tests.graphics.idiff` to stop duplicated file names
preventing acceptance. (:issue:`5098`, :pull:`5482`)
💣 Incompatible Changes
=======================
#. N/A
🚀 Performance Enhancements
===========================
#. N/A
🔥 Deprecations
===============
#. N/A
🔗 Dependencies
===============
#. N/A
📚 Documentation
================
#. `@trexfeathers`_ documented the intended use of warnings filtering with
Iris. See :ref:`filtering-warnings`. (:pull:`5509`)
#. `@rcomer`_ updated the
:ref:`sphx_glr_generated_gallery_meteorology_plot_COP_maps.py` to show how
a colourbar may steal space from multiple axes. (:pull:`5537`)
💼 Internal
===========
#. `@trexfeathers`_ and `@ESadek-MO`_ (reviewer) performed a suite of fixes and
improvements for benchmarking, primarily to get
:ref:`on demand pull request benchmarking <on_demand_pr_benchmark>`
working properly. (Main pull request: :pull:`5437`, more detail:
:pull:`5430`, :pull:`5431`, :pull:`5432`, :pull:`5434`, :pull:`5436`)
#. `@trexfeathers`_ set a number of memory benchmarks to be on-demand, as they
were vulnerable to false positives in CI runs. (:pull:`5481`)
#. `@acchamber`_ and `@ESadek-MO`_ resolved several deprecation to reduce
number of warnings raised during tests.
(:pull:`5493`, :pull:`5511`)
#. `@trexfeathers`_ replaced all uses of the ``logging.WARNING`` level, in
favour of using Python warnings, following team agreement. (:pull:`5488`)
#. `@trexfeathers`_ adapted benchmarking to work with ASV ``>=v0.6`` by no
longer using the ``--strict`` argument. (:pull:`5496`)
#. `@fazledyn-or`_ replaced ``NotImplementedError`` with ``NotImplemented`` as
a proper method call. (:pull:`5544`)
.. comment
Whatsnew author names (@github name) in alphabetical order. Note that,
core dev names are automatically included by the common_links.inc:
.. _@scottrobinson02: https://github.com/scottrobinson02
.. _@acchamber: https://github.com/acchamber
.. comment
Whatsnew resources in alphabetical order: