-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update to SDK v0.11.2 #336
Comments
Thanks! Could you start a checklist in this issue to document all the breaking changes we need to fix before upgrading to 0.11.2? |
qjiang002
changed the title
Error in 0.11.2: ValueError: Invalid value for
Issues for bumping to version 0.11.2
Sep 16, 2022
conf_value
, must not be None
Sure. I put the two issues so far in the first comment. Feel free to expand this list in the comments! |
I'll start working on this if nobody else has started. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fix import error: use explainaboard.serialization.legacy in SDK 0.11.2
conf_value
is renamed toconfidence_alpha
in https://github.com/neulab/ExplainaBoard/pull/475/filesconf_value
is mapped toconfidence_alpha
insystem_from_dict()
. explainaboard_web doesn't use this attribute. It is saved for cache purposes only so this fix makes our code backward compatible.float32 and float64 are replaced with float for all Value features in Refactor dtype of Value feature ExplainaBoard#468
system_from_dict()
Pre-release Checklist
Usability Test
Sequence
serializationfeature
is added to allSequence
objects in Refactor FeatureType ExplainaBoard#462The text was updated successfully, but these errors were encountered: