-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update write_h5ad_categorical * fix styling * Update write_h5ad_categorical * Adjust H5AD categorical write test * Add write_h5ad_attributes function Replace repeated code in individual writers * ignore cyclomatic complexity warning for `write_h5ad_element` warning * formatting changes * in write_h5ad_attributes, allow file to be an open hdf5 file * wip * wip * substitute mentions of rhdf5 with hdf5r * strip obs_names and var_names from framework * update * fix tests and finalize * remove mentions of obs_names and var_names in the constructor * make sure filenames are always unique * add mode to various functions * manually close anndatas in tests (where needed) * only close when pointer is valid * move match * use $close() instead of $close_all() * switch to different branch * simplify test * gc afterclosing the adata in write_h5ad * guess the dtype and the space * update docs * use hhoeflin's remote * bugfix in hdf5r has been released * update: nevermind, the fix wasn't included in the release yet * minor fixes * bump version number * remove remotes * remove references to rhdf5 * fix attributes * style * fix write h5ad helpers * fix unit tests * fix linting issues * move hdf5 helpers * reuse existing functionality * add test (this seems to have been fixed at some point) * improve guessing of dtype when storing a logical vector * fix styling * reenable more tests --------- Co-authored-by: Luke Zappia <[email protected]>
- Loading branch information
Showing
26 changed files
with
955 additions
and
864 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
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
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
Oops, something went wrong.