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 6186edf commit a70e013Copy full SHA for a70e013
1 file changed
docs/strings.rst
@@ -70,6 +70,8 @@ Data passed as NpyStrings is always encoded as UTF-8.
70
NumPy variable-width strings
71
----------------------------
72
73
+.. versionadded:: 3.14
74
+
75
Starting with NumPy 2.0 and h5py 3.14, you can also use ``np.dtypes.StringDType()``,
76
or ``np.dtype('T')`` for short, to specify native NumPy variable-width string dtypes,
77
a.k.a. NpyStrings.
0 commit comments