Skip to content

Conversation

@lazappi
Copy link
Collaborator

@lazappi lazappi commented Dec 3, 2025

Related to: Fixes #334

Description

Allow reading/writing of keys in HDF5AnnData separately from the whole element (i.e. read the names of a list without reading the whole list):

  • Add helper functions to read keys from H5AD files
  • Add helper functions to write a data frame index to a H5AD file
  • Use new helpers in HDF5AnnData
  • Add new *_keys() methods to HDF5AnnData

Checklist

Before review

  • Update and regenerate man pages
  • Add/update tests
  • Add/update examples in vignettes
  • Pass CI checks

Before merge

  • Update NEWS
  • Bump devel version

@lazappi lazappi requested review from LouiseDck and rcannood December 3, 2025 15:20
…prove-keys

* origin/devel:
  Update GitHub actions based on those used by {rhdf5} (#378)
@lazappi lazappi marked this pull request as ready for review December 4, 2025 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Avoid reading/writing all of obs/var when only names are needed

2 participants