Releases: stsievert/salmon
Releases · stsievert/salmon
v0.7.0
Changes since v0.6.0 (v0.6.0...v0.7.0):
- Viz: better showing response time on dashboard (show histograms of response {rate, gap}) (#110)
- API: allow setting
n_search
inAdaptive
. (#110) - API: set default
mu=0.05
for theCKL
. (#110) - DOC: better show number of queries needed (FAQ + adaptive benchmarks) (#110)
- API: implement validation sampling (#112, #118)
- API: allow customization of
n_top
for ARR (#113). - ENH: add HTML
id
tag to target div on query_page.html (useful for custom javascript/css) (#116). - API: implement synchronous round robin, SRR (#118)
- API: allow a custom participant ID and allow specifying the number of samplers per user (#118)
- API: allow an initial embedding for offline fitting (useful if downloaded from dashboard) (#118).
Backwards incompatible
- Renamed
RandomSampling
toRandom
. (#118) - (internal) renames
Runner
toSampler
andsalmon.backend.runner
tosalmon.backend.sampler
. (#118)
Contributors: @stsievert, @crcox
For more detail, see #110, #112, #113, #118. More tasks have been completed; general maintenance tasks and documentation improvements are hidden.