-
Notifications
You must be signed in to change notification settings - Fork 11
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
h5hist: write overflow as boolean but still support string #96
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #96 +/- ##
=======================================
Coverage 83.60% 83.60%
=======================================
Files 10 10
Lines 787 787
=======================================
Hits 658 658
Misses 129 129 ☔ View full report in Codecov by Sentry. |
I think nobody is using it you can just override it for now |
OK done ;) |
you wanna do a release on this? |
Initially I thought this will simply go into 0.11 but I guess that will take a few more days. I'll do a quick release now... |
since this doesn't depend on v0.11 it doesn't matter, which is a good thing, we want more features into 0.10 :) |
agreed ;) |
I totally overlooked that
overflow
is stored as string, although the type osBool
which is perfectly fine in attributes.I think we should clean that up but it's a bit embarrassing that we already need v1.1 for the format spec 🙈 On the other hand, that's what is meant for...
This PR still supports strings as
overflow
but now writesBool
, which cannot be read withFHist.jl v0.10.6
without a warning (technically it's probably more likely a v2.0, but let's not exaggerate it?)I am also not 100% happy with the version checking yet, I guess I need a tea first, it was a very short night ;)