Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Naming of the builder APIs #151

Open
mulimoen opened this issue May 19, 2021 · 1 comment
Open

Naming of the builder APIs #151

mulimoen opened this issue May 19, 2021 · 1 comment

Comments

@mulimoen
Copy link
Collaborator

This discussion suggests some clearer names for using the builder patterns:

  • create_dataset::<T>(name, shape) -> Result<Dataset> for quick creation of a dataset
  • create_dataset_like()
  • require_dataset() as used in h5py
  • write_dataset as the very easy dump all data at once option
@aldanor
Copy link
Owner

aldanor commented May 20, 2021

Yea, create_dataset in particular would be really nice to have (and write_dataset too).

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

No branches or pull requests

2 participants