-
Notifications
You must be signed in to change notification settings - Fork 86
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
0.5.0 release #24
Comments
I certainly agree with a new release, for the reasons already mentioned. The features made available here would have enabled me to make a few more of my work tools in Rust. Moreover, if you wish to take the crate name I expect the version to be semver compatible: how about |
That's the part I'm unclear about -- the top-level crate's name here is "hdf5-rs" (which, in my personal opinion, is good - from discoverability perspective). However the imports are like
Sounds good. I think |
My concern about
All good. 👍 |
Provided it's available :)
I guess I could try talking to the owner of |
I have contacted the owner of hdf5 / hdf5-sys crates on crates.io -- please see #25 for details. |
Most of the points on the above todo list have been resolved (including the naming dilemma); the only one that was left has been moved to a separate ticket (#34). The crate version will have to be bumped all the way to 0.5.0 so that it shadows all versions of the currently available hdf5/hdf5-sys crates on the crates index (even though the old crates will be yanked and will be inaccessible for new projects). |
Fix non local impl warning
So I've been thinking, although the crate is clearly in pre-alpha stage now, it has evolved enough for other folks to be able to contribute, plus it reached a somewhat usable state, with derive proc-macros done and basic dataset reading/loading working.
As such, I'm proposing to merge the current dev branch into master soon and release a 0.3.0a (where "a" underlines the crate's alpha state); motivation:
Things to do:
hbool_t
(hbool_t on Windows and accessing HDF5 config header #28); may require rewriting the current build system. (fixed in Rewrite build system, fix hbool_t, remove libhdf5-lib crate #29).The text was updated successfully, but these errors were encountered: