Skip to content

Releases: stsievert/salmon

v0.7.0

01 Oct 19:07
4dfc1b3
Compare
Choose a tag to compare

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 in Adaptive. (#110)
  • API: set default mu=0.05 for the CKL. (#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 to Random. (#118)
  • (internal) renames Runner to Sampler and salmon.backend.runner to salmon.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.

v0.7.0rc4

18 Aug 17:54
Compare
Choose a tag to compare
v0.7.0rc4 Pre-release
Pre-release
better preloading images

v0.7.0rc3

17 Aug 23:09
Compare
Choose a tag to compare
v0.7.0rc3 Pre-release
Pre-release
alpha preload

v0.7.0rc2

28 Jul 18:52
Compare
Choose a tag to compare
v0.7.0rc2 Pre-release
Pre-release
remove keyboard shortcut

v0.7.0rc1

28 Jul 18:51
Compare
Choose a tag to compare
v0.7.0rc1 Pre-release
Pre-release
fmt

v0.6.1rc9

19 Jul 19:30
Compare
Choose a tag to compare
v0.6.1rc9 Pre-release
Pre-release
add samplers_per_user

v0.6.1rc8

15 Jul 16:35
6686eae
Compare
Choose a tag to compare
v0.6.1rc8 Pre-release
Pre-release
API: allow more configuration of adaptive round robin (#113)

* API: Add n-top
* DOC MAINT: show validation sampling in docs

v0.6.1rc7

05 Jul 21:11
Compare
Choose a tag to compare
v0.6.1rc7 Pre-release
Pre-release
better AJAX request

v0.6.1rc5

01 Jul 21:26
Compare
Choose a tag to compare
v0.6.1rc5 Pre-release
Pre-release
fix slight bug

v0.6.1rc4

01 Jul 20:59
Compare
Choose a tag to compare
v0.6.1rc4 Pre-release
Pre-release
Shuffle queries even more