Skip to content

Commit a70e013

Browse files
committed
Add versionadded box for numpy strings support
1 parent 6186edf commit a70e013

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/strings.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ Data passed as NpyStrings is always encoded as UTF-8.
7070
NumPy variable-width strings
7171
----------------------------
7272

73+
.. versionadded:: 3.14
74+
7375
Starting with NumPy 2.0 and h5py 3.14, you can also use ``np.dtypes.StringDType()``,
7476
or ``np.dtype('T')`` for short, to specify native NumPy variable-width string dtypes,
7577
a.k.a. NpyStrings.

0 commit comments

Comments
 (0)