You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Notices
The upgrade to Hydra 1.1 (#494) means that previous scripts may not function properly. Remediation steps for this are included in #529.
The old method of directly initializing Mephisto data model elements (such as Units and Agents) is being changed to <Class>.get(db, db_id) rather than a direct constructor. Both are supported for now, but the old version will be deprecated in 1.0.
Contents
This version release primarily focuses around our upgrade to hydra 1.1 (#494).
Hydra 1.1 means we can now specify profiles for common launch patterns between jobs (#496).
Deprecating direct data model initialization to move off of metaclasses in 1.0 (#437).
Stability improvements - better state tracking for MTurk units (#527)
UX improvements - easier local development of static react tasks (#509), centralizing review utilities for scripts (#526), better messaging for unexpected behaviors (#528, #530)