Skip to content

Commit 3e197e1

Browse files
committed
Add release note
1 parent fc19617 commit 3e197e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/releases/development.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ Next release (in development)
1111
* Drop dependency on importlib_metadata.
1212
This was only required to support Python 3.8, which was dropped in a previous release
1313
(:issue:`122`, :pr:`125`).
14-
* Fix an error with `ShocSimple.get_all_depth_names()`
14+
* Fix an error with ``ShocSimple.get_all_depth_names()``
1515
when the dataset had no depth coordinates
1616
(: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

Comments
 (0)