Skip to content

Commit 457d50d

Browse files
committed
Add fancy indexing to tables
1 parent f6b917d commit 457d50d

File tree

3 files changed

+271
-64
lines changed

3 files changed

+271
-64
lines changed

python/CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99

1010
**Features**
1111

12+
- Add fancy indexing to tables. E.g. ``table[6:86]`` returns a new table with the
13+
specified rows. Supports slices, index arrays and boolean masks
14+
(:user:`benjeffery`, :issue:`1221`, :pr:`1348`, :pr:`1342`).
15+
1216
- Add ``Table.append`` method for adding rows from classes such as ``SiteTableRow`` and
1317
``Site`` (:user:`benjeffery`, :issue:`1111`, :pr:`1254`).
1418

0 commit comments

Comments
 (0)