- Fixed subdirectory display (54) - Inactive experiments are now in fact unavailable (53)
0.8.6
- Increased timeout before experiment sessions are removed by mortimer.
0.8.5
- Changed some internal functions in alfredo.py for compatibility with alfred3 v2.0.0
0.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.
0.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](https://github.com/ctreffe/mortimer/wiki/Check-participation)
0.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.