Skip to content

Commit ece52f9

Browse files
committed
update changelog
1 parent 3997eb3 commit ece52f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
- Major update to type hints throughout the module for better type safety and consistency.
66
- Fixed bug in slice operations where column indices might be incorrectly initialized.
77
- 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.
811

912
## Version 0.6.3
1013
- Implement `remove_rows()`.

0 commit comments

Comments
 (0)