Skip to content

Commit fd6ad91

Browse files
committed
str accessor
1 parent 7edf2e2 commit fd6ad91

File tree

7 files changed

+1545
-1
lines changed

7 files changed

+1545
-1
lines changed

doc/api.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ Computation
324324
DataArray.quantile
325325
DataArray.differentiate
326326
DataArray.integrate
327+
DataArray.str
327328

328329
**Aggregation**:
329330
:py:attr:`~DataArray.all`

doc/whats-new.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ Enhancements
4242
helpful for avoiding file-lock errors when trying to write to files opened
4343
using ``open_dataset()`` or ``open_dataarray()``. (:issue:`2887`)
4444
By `Dan Nowacki <https://github.com/dnowacki-usgs>`_.
45+
- Add ``.str`` accessor to DataArrays for string related manipulations.
46+
By `0x0L <https://github.com/0x0L>`_.
4547

4648
Bug fixes
4749
~~~~~~~~~
File renamed without changes.

0 commit comments

Comments
 (0)