You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,9 @@
5
5
- Major update to type hints throughout the module for better type safety and consistency.
6
6
- Fixed bug in slice operations where column indices might be incorrectly initialized.
7
7
- Added missing index validation in `get_row()` for integer row indices. Similar index validation in `remove_columns()` and `remove_rows()` for out-of-range indices.
8
+
- Accept a list of column values and column names to initialize a biocframe object.
9
+
- Implement empty, contains, head, tail,
10
+
- Coercions to list and `NamedList` from bioctuls.
0 commit comments