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

Make datasets recursive as in hdf5 #12

Open
miladh opened this issue Feb 3, 2017 · 3 comments
Open

Make datasets recursive as in hdf5 #12

miladh opened this issue Feb 3, 2017 · 3 comments
Milestone

Comments

@miladh
Copy link
Member

miladh commented Feb 3, 2017

No description provided.

@dragly
Copy link
Member

dragly commented Mar 15, 2017

@miladh What needs to be done for this issue to be closed? Do we have a link to HDF5 docs or an example to test?

@dragly dragly added this to the v0.2 API design milestone Mar 15, 2017
@miladh
Copy link
Member Author

miladh commented Mar 13, 2018

With h5py you can do this:

f_hdf = h5py.File("test.hdf5")
f_hdf.create_group("/some/long/path")
f_hdf.create_dataset("/some/long/path/dset", data=np.array([1, 2, 3]))

Exdir gives NameError because of filename_validation

@dragly
Copy link
Member

dragly commented Mar 19, 2018

Ah, so this is only about resolving the names. Yes, we should handle that better.

@dragly dragly modified the milestones: v0.2 API design, v0.4 Dec 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants