Mustafa Mohamad
Mustafa Mohamad
> I would state in the release notes that it could be removed in two release cycles, so we would be free to do so if needed. I currently do...
It sounds like we are on the same page. I wasn't advocating we remove it imminently. And of course, as you mention, it would be technically ok to do so...
This got brought up again in https://github.com/JuliaIO/HDF5.jl/issues/590 I think we should work towards this
First two on the list have PRs addressing them
Now that we have deprecated `names` to `keys`. What should we do with `name` ? It feels kinda "left" out. I'm also similarly uncomfortable with the `filename` function.
How does the wrapper benefit over a direct subtyping of `Dataset
Do you think it would be best to make it a direct subtype: ``` HDF5.Dataset
That looks correct since Julia is column major whereas the hdf5 lib is row-major. We probably should figure out a way to make this more 'julian'/ergonomic
@simonbyrne was there anything else you planned for the v0.16 release? Otherwise, we might want to finalize minor cleanup tasks, if there are any and make the release.