-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to match the latest interfaces in tatami's core. (#10)
This mostly involves transforming the Custom*ChunkedMatrix classes to comply with the new interfaces, though the oracle-aware caches also need some updates to use a random-access oracle instead of expecting a stream of predictions. The test suite has also been upgraded to use the latest tatami_test functions. We create dedicated Mock*Chunk classes to better document the chunk requirements for the Custom*ChunkedMatrix classes. Chunk expectations have also been simplified to remove the need for an explicit single-element extract() function, and to better distinguish between simple and subsettable chunks.
- Loading branch information
Showing
26 changed files
with
5,025 additions
and
2,527 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ build/ | |
*.swp | ||
docs/html | ||
docs/latex | ||
docs/*.tag |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.