Skip to content

Commit 5c8946b

Browse files
committed
Add release note
1 parent fb537d5 commit 5c8946b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/releases/development.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,9 @@ Next release (in development)
1818
``spatial_index()``, ``get_grid_kind_and_size()``,
1919
and ``NonIntersectingPoints.indices``
2020
(:pr:`202`).
21+
* Use `PEP 695 <https://peps.python.org/pep-0695/>`_ style type parameters.
22+
This drops the `Index` and `GridKind` type variables
23+
which were exported in `emsarray.conventions`,
24+
which is a backwards incompatible change
25+
but is difficult to add meaningful backwards compatible support
26+
(:issue:`109`, :pr:`203`)

0 commit comments

Comments
 (0)