Releases: ctreffe/mortimer
Releases · ctreffe/mortimer
Mortimer v0.9.0
What's Changed
- display ali version by @jobrachem in #116
- remove upload script cards by @jobrachem in #117
- Update dependencies by @jobrachem in #118
Full Changelog: v0.8.13...v0.9.0
Mortimer v0.8.13
Mortimer v0.8.12
Mortimer v0.8.12 (Released 2021-10-28)
Added
- Added support for alfred3's new test mode
- Added "sid" prefix for session ids
- Added quickstart options for alfred3's test mode and debug mode
- Added a warning that will appear upon codebook download if element
labels in the two newest datasets are unequal.
Mortimer v0.8.11
Mortimer v0.8.11 (Released 2021-10-14)
Changed
- Compatibility patch for alfred3 v2.2.0
Mortimer v0.8.10
Added
- Added beta support for social media previews
Mortimer v0.8.8
Added v0.8.8
- .zip archives can be used for uploading experiment resources
Mortimer v0.8.7
Mortimer v0.8.6
Changed v0.8.6
- Increased timeout before experiment sessions are removed by mortimer.
Mortimer v0.8.5
Mortimer v0.8.5 (Released 2021-04-20)
Changed v0.8.5
- Changed some internal functions in alfredo.py for compatibility with
alfred3 v2.0.0
Mortimer v0.8.4
Mortimer v0.8.4 (Released 2021-04-15)
Added v0.8.4
- Added button for starting an experiment directly with url parameters
Changed v0.8.4
- Participant registration route now works with experiment version. The version is required for registration and optional for checking.
- Changed internal handling of page tokens
- /callable route in alfredo.py does not automatically redirect to /experiment anymore. This prevents unnecessary redirects. Previously, those redirects happened every time the called function return
None
. - /callable route in alfredo.py now automatically jsonifies return values.
Mortimer v0.8.2
Added
Starting from v0.8.2, Mortimer allows experimenters to check, whether partcipants have
participated in a specific experiment through the route /participation
.
A guide on how to use it is available in the wiki
Mortimer v0.8.0
Changed
Mortimer was updated to be compatible with alfred3 v2.0. This included
first and foremost an update to the data export handling and some small
updates to configuration handling. Due to these changes, Mortimer v0.8.0
is not compatible with older versions of alfred3.