You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes.rst
+36-2
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,39 @@
5
5
Release Notes
6
6
=============
7
7
8
-
v2024.03.0 (Unreleased)
9
-
-----------------------
8
+
v2024.xx.0 (unreleased)
9
+
---------------------------
10
+
11
+
Internal Changes
12
+
^^^^^^^^^^^^^^^^
13
+
* Update pre-commit versions and configuration by `Katelyn FitzGerald`_ in (:pr:`247`)
14
+
* Remove M1 workaround for CI and tokens that are no longer needed by `Katelyn FitzGerald`_ in (:pr:`232`)
15
+
16
+
Testing
17
+
^^^^^^^
18
+
* Add basic testing infrastructure by `Katelyn FitzGerald`_ and `Julia Kent`_ in (:pr:`233`)
19
+
* Add tests for `viz.taylor` by `Julia Kent`_ in (:pr:`234`)
20
+
* Add tests for `viz.util` by `Julia Kent`_ in (:pr:`239`)
21
+
* Remove now duplicative macOS runner from CI and add back in Python 3.10 by `Katelyn FitzGerald`_ in (:pr:`240`)
22
+
23
+
24
+
v2024.03.0 (March 26, 2024)
25
+
---------------------------
26
+
This release deprecates ``TaylorDiagram`` method names ``add_xgrid()`` and
27
+
``add_ygrid()`` in favor of the more descriptive ``add_corr_grid()`` and ``add_std_grid()``.
28
+
29
+
Documentation
30
+
^^^^^^^^^^^^^
31
+
* Document known issue with `suptitle` argument of ``set_titles_and_labels`` and Cartopy plots by `Julia Kent`_ in (:pr:`219`)
32
+
33
+
Deprecations
34
+
^^^^^^^^^^
35
+
* Pending deprecation warnings added for ``TaylorDiagram`` methods ``add_xgrid`` and ``add_ygrid`` which are changing to the new ``add_corr_grid`` and ``add_std_grid`` by `Julia Kent`_ in (:pr:`219`)
36
+
37
+
38
+
v2024.02.1 (February 28, 2024)
39
+
------------------------------
40
+
This release changes to implicit namespace packaging and addresses a bug in the Taylor diagram functionality when disabling ``annotate_on``.
10
41
11
42
Bug Fixes
12
43
^^^^^^^^^
@@ -15,6 +46,8 @@ Bug Fixes
15
46
Internal Changes
16
47
^^^^^^^^^^^^^^^^
17
48
* Switch to PyPI Trusted Publishing by `Orhan Eroglu`_ in (:pr:`208`)
49
+
* Add ``linkcheck_ignore`` to ``docs/conf.py`` to address erroneous failures and add CI badge to README by `Katelyn FitzGerald`_ in (:pr:`218`)
50
+
* Convert to implicit namespace packaging set up by `Anissa Zacharias`_ in (:pr:`220`)
0 commit comments