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 fb537d5 commit 5c8946bCopy full SHA for 5c8946b
docs/releases/development.rst
@@ -18,3 +18,9 @@ Next release (in development)
18
``spatial_index()``, ``get_grid_kind_and_size()``,
19
and ``NonIntersectingPoints.indices``
20
(: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