Skip to content

Hydra 1.1 upgrade

Compare
Choose a tag to compare
@JackUrb JackUrb released this 27 Aug 21:12
009a96d

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)