Closed mulimoen closed 3 years ago
@mulimoen Ok, let's try to do it:
I'll go over those PRs now and we can try merging things in. If all is fine, I can probably push 0.8 later tonight.
hdf5-sys
a bit clearer for those who are using this directly (although none of the reverse dependencies on crates.io seem very active), and should be just a small change.(posting from work alt / @mulimoen)
Perhaps merge #117 in first?
Would make sense, should be little to no conflict for #139 and #147 from this
All PRs are rebased against master
@mulimoen Ok, we've closed all PRs (except the conda one which requires lots of work if we go ahead with it), fixed a bunch new bugs (🤦) and the readme/example will get updated and merged shortly in #178.
Anything else left to do? Otherwise I'll create a version bump PR and maybe clean up the changelog before release, then it should be good to go.
For
0.8
we have some major changes and additions:Extents
andSelection
Before we release I'd like to include some additional PRs:
147: To remove a non-idiomatic
From
trait, and simplify theSelection
API so we don't have two breaking changes in a row139: To fix a memory leak that makes this library unusable for long lived processes
Other pending PRs does not involve breaking changes and can be released as patch bumps.
@aldanor Are there any additional items you would like to see in
0.8
?Closes #164, #168, #170, #172