Skip to content

Releases: ctreffe/mortimer

Mortimer v0.9.0

13 Feb 17:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.13...v0.9.0

Mortimer v0.8.13

21 May 15:34
b807c9c
Compare
Choose a tag to compare

Changed

  • (New) users are now allowed to remove documents in their own alfred3
    mongoDB collections.

Fixed

  • Fixed support for url-jumping support
  • Fixed #82

Added

  • Added logging capability (#78)
  • Added log calls for 412 server responses (#79)

Mortimer v0.8.12

28 Oct 20:15
19a6156
Compare
Choose a tag to compare

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

14 Oct 18:46
017b792
Compare
Choose a tag to compare

Mortimer v0.8.11 (Released 2021-10-14)

Changed

  • Compatibility patch for alfred3 v2.2.0

Mortimer v0.8.10

09 Jun 08:24
77e1361
Compare
Choose a tag to compare

Added

  • Added beta support for social media previews

Mortimer v0.8.8

03 Jun 12:04
7789f6b
Compare
Choose a tag to compare

Added v0.8.8

  • .zip archives can be used for uploading experiment resources

Mortimer v0.8.7

14 May 18:47
952ca05
Compare
Choose a tag to compare

Fixed v0.8.7

  • Fixed subdirectory display (#54)
  • Inactive experiments are now in fact unavailable (#53)

Mortimer v0.8.6

14 May 18:29
7dd8aef
Compare
Choose a tag to compare

Changed v0.8.6

  • Increased timeout before experiment sessions are removed by mortimer.

Mortimer v0.8.5

20 Apr 06:35
606a4b5
Compare
Choose a tag to compare

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

15 Apr 14:29
44bd043
Compare
Choose a tag to compare

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.