File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ unreleased ]
7+ ## [ 3.2.0 ]
88### Added
99- Add custom MTurk qualification support (#493 )
1010- /dashboard/campaigns and /dashboard/tasks now warn if ` do_scheduler ` is ` False ` (#502 )
1111- amt_services_wrapper's _ get_local_hitids no longer queries the Participants table for hitids.
12- Instead, it wholly relies on the Hit table (` amt_hits ` by default). (#498 ) -- Thanks @evankirkles !
12+ Instead, it wholly relies on the Hit table (` amt_hits ` by default). (#498 ) -- Thanks @evankirkiles !
1313
1414 Experiments that are migrating from psiturk v2 should run the new ` psiturk migrate db ` command
1515 when migrating to this release.
@@ -32,7 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3232- API now uses a custom error handler to pass sometimes-gory exception messages back to the api user (#502 )
3333- Change the Participant.datastring column to be lazy-loaded, causing the datastring to not be loaded by the
3434 sqlalchemy model until explicilty requested. Leads to massive speed increases for any query involving the
35- Participant table for cases where the datastring is large. (#504 )
35+ Participant table for cases where the datastring is large. (Thanks @ evankirkiles !)( #504 )
3636
3737## [ 3.1.0]
3838### Added
Original file line number Diff line number Diff line change 1- version_number = '3.1 .0'
1+ version_number = '3.2 .0'
You can’t perform that action at this time.
0 commit comments