Releases: stsievert/salmon
Releases · stsievert/salmon
v0.9.0rc4
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
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
v0.9.0rc1
A pre-release to resolve #124 (comment).
v0.8.1rc5
v0.8.1rc3
v0.8.1rc1
v0.8.1.rc1 Order scores
v0.8.1rc4
v0.8.1rc2
v0.8.0
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.