Skip to content

Releases: stsievert/salmon

v0.9.0rc4

23 Dec 06:12
b4ec4b1
Compare
Choose a tag to compare
v0.9.0rc4 Pre-release
Pre-release
API/DOC/backwards: rework config defaults  (#125)

* API: the defaults change, and there's also some easier methods to pass arguments to every sampler.
* DOC: the documentation around the defaults is much better.
* TST: the config are tested too!
* TST BUG: fixes CI testing!
* TST: makes sure configs are proper experiments.
* MAINT: only change docs on release (lesson learned)

See #125 for more detail.

v0.9.0rc3

21 Dec 21:19
b4ec4b1
Compare
Choose a tag to compare
v0.9.0rc3 Pre-release
Pre-release
API/DOC/backwards: rework config defaults  (#125)

* API: the defaults change, and there's also some easier methods to pass arguments to every sampler.
* DOC: the documentation around the defaults is much better.
* TST: the config are tested too!
* TST BUG: fixes CI testing!
* TST: makes sure configs are proper experiments.
* MAINT: only change docs on release (lesson learned)

See #125 for more detail.

v0.9.0rc2

07 Dec 23:57
Compare
Choose a tag to compare
v0.9.0rc2 Pre-release
Pre-release
change default w/ tims feedback

v0.9.0rc1

28 Nov 04:16
Compare
Choose a tag to compare
v0.9.0rc1 Pre-release
Pre-release

A pre-release to resolve #124 (comment).

v0.8.1rc5

08 Nov 21:23
Compare
Choose a tag to compare
v0.8.1rc5 Pre-release
Pre-release

v0.8.1rc5

v0.8.1rc3

08 Nov 20:07
Compare
Choose a tag to compare
v0.8.1rc3 Pre-release
Pre-release

v0.8.1rc3

v0.8.1rc1

08 Nov 18:19
Compare
Choose a tag to compare
v0.8.1rc1 Pre-release
Pre-release
v0.8.1.rc1

Order scores

v0.8.1rc4

08 Nov 21:07
Compare
Choose a tag to compare
v0.8.1rc4 Pre-release
Pre-release
DOC: restoring from old database files

v0.8.1rc2

08 Nov 20:05
Compare
Choose a tag to compare
v0.8.1rc2 Pre-release
Pre-release

v0.8.1rc2

v0.8.0

03 Nov 21:58
Compare
Choose a tag to compare

Backward incompatible changes:

  • Format of init.yaml file changed (#122). See details below.

Improvements

In addition, some documentation has been updated:

  • Detailing running Salmon offline; example given with scoring queries with custom embedding (6baaff8)
  • FAQ about specifying custom participant ID (ab76df8)
  • Using HTTPS with Salmon (issue #119)
  • About setting/changing username/password after/before launch (issue #115)
  • Allow users to use arrow keys to submit answers (implemented in #122 as part of the HTML configuration; tracked in issue #121).

Details on YAML change

instructions: Click buttons
debrief: Goodbye!
max_queries: 4
...

Now:

html:
  instructions: Click buttons
  debrief: Goodbye!
  max_queries: 4
...

Salmon will raise an informative error if an old configuration file is uploaded.