Skip to content

Commit

Permalink
str accessor
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0L committed May 26, 2019
1 parent 7edf2e2 commit fd6ad91
Show file tree
Hide file tree
Showing 7 changed files with 1,545 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ Computation
DataArray.quantile
DataArray.differentiate
DataArray.integrate
DataArray.str

**Aggregation**:
:py:attr:`~DataArray.all`
Expand Down
2 changes: 2 additions & 0 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ Enhancements
helpful for avoiding file-lock errors when trying to write to files opened
using ``open_dataset()`` or ``open_dataarray()``. (:issue:`2887`)
By `Dan Nowacki <https://github.com/dnowacki-usgs>`_.
- Add ``.str`` accessor to DataArrays for string related manipulations.
By `0x0L <https://github.com/0x0L>`_.

Bug fixes
~~~~~~~~~
Expand Down
File renamed without changes.
Loading

0 comments on commit fd6ad91

Please sign in to comment.