We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc19617 commit 3e197e1Copy full SHA for 3e197e1
docs/releases/development.rst
@@ -11,6 +11,9 @@ Next release (in development)
11
* Drop dependency on importlib_metadata.
12
This was only required to support Python 3.8, which was dropped in a previous release
13
(:issue:`122`, :pr:`125`).
14
-* Fix an error with `ShocSimple.get_all_depth_names()`
+* Fix an error with ``ShocSimple.get_all_depth_names()``
15
when the dataset had no depth coordinates
16
(:issue:`123`, :pr:`126`).
17
+* Use `PEP 585 generic type annotations <https://peps.python.org/pep-0585/>`_
18
+ and stop using `PEP 563 postponed annotation evaluation <https://peps.python.org/pep-0563/>`_
19
+ (:issue:`109`, :pr:`127`).
0 commit comments