Skip to content

10.2.0

Choose a tag to compare

@fmhoeger fmhoeger released this 14 Sep 21:10
· 626 commits to master since this release

Fixed

  • Bugfix in init_db(drop_all=True).

Added

  • Added EC2 provisioning support to Dallinger command line.
  • Added DevProlificRecruiter and DevProlificService for Prolific development.
  • Added docker_worker_cpu_shares configuration variable which limits the worker CPU usage when resources are constrained.
  • Added new config variable loglevel_worker for worker processes.

Updated

  • Updated extensions for the datatables JS library to their latest versions for datatables < 2.0 to fix bug with missing filters' headers and allow filtering by boolean properties.
  • Upgraded jQuery from version 3.6.0 to 3.7.1.
  • Updated update_dependencies.sh script:
    • Replace bash code for removing extras from constraints byusing 'pip-compile --strip-extras'.
    • Post-process the constraints and dev-requirements.txt files to make replacements in the via comments.
  • Updated dependencies; pin myst-parser < 4; pin numpy < 2.1.