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
More robust testing and operations on compressed lists (#8)
- Renamed `CompressedBiocFrameList` to `CompressedSplitBiocFrameList` since the current implementation can only handle dataframes with the same number and names of columns.
- Correctly link some of the annoying typehint errors.
- `to_list` and `unlist` now perform same operation as the R implementation.
- `splitAsCompressedList` has a more abstract implementation if no generic is implemented. If it fails, returns an error.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Changelog
2
2
3
+
## Version 0.3.0
4
+
5
+
- Renamed `CompressedBiocFrameList` to `CompressedSplitBiocFrameList` since the current implementation can only handle dataframes with the same number and names of columns.
6
+
- Correctly link some of the annoying typehint errors.
7
+
-`to_list` and `unlist` now perform same operation as the R implementation.
8
+
-`splitAsCompressedList` has a more abstract implementation if no generic is implemented. If it fails, returns an error.
9
+
3
10
## Version 0.2.0
4
11
5
12
- Major changes to the package; Switch to typed lists from the biocutils package.
0 commit comments