Skip to content

Releases: stsievert/salmon

v0.4.1

26 Sep 20:07
850c1fb
Compare
Choose a tag to compare
  • DOC: improvements in #57, showing adaptive gain (#58), showing dashboard (#71)
  • VIZ: showing embeddings on dashboard (#67), algorithm timings on dashboard (#71, also API), adaptive algorithm creation (#57).
  • MAINT: Backend improvements: running searches/updates in parallel (#66, #74)
  • MAINT: adaptive algorithm stability (#71, #78)
  • API: Experimentalist requests: skip button in (#59)
  • API: allowing targets: int to create N targets
  • MAINT: implement uncertainty sampling (another method different to information gain)

v0.4.0

17 Aug 18:42
6a39019
Compare
Choose a tag to compare

Notable features since v0.3.0:

  • Implementation, integration and documentation of adaptive algorithms (#42,
    #44)
  • Integrate Dask for adaptive algorithms (#47)
  • Documentation showing adaptive algorithms work as expected (#57, #49).

Other changes since v0.3.0 (some of which are in minor releases):

  • Allow download of logs and show server side metric on the dashboard (#36).
  • Support text targets via CSV file upload (#46).
  • Allow users to download responses as CSV files (#51).
  • Add button for user to skip query (#53, #59).
  • Backend stability fixes (#39).
  • Frontend stability (#45).
  • Dashboard stability fixes (#41).
  • Documentation improvements (#41, #58, #57, #55).

v0.3.6

29 Jul 16:08
dbcf1c6
Compare
Choose a tag to compare

Shows "skip button."

v0.3.5

13 Jul 20:30
1fdead4
Compare
Choose a tag to compare

New features:

  • #51, MAINT: download responses as CSV files

v0.3.4

08 Jul 22:59
ed4da8c
Compare
Choose a tag to compare

Support CSV upload.

v0.3.3

08 Jul 18:11
5a73f05
Compare
Choose a tag to compare

Maintenance fix for when ZIP target file uploaded and targets key not specified in YAML file.

v0.3.2

15 Jun 21:28
f9ac7b3
Compare
Choose a tag to compare

Dashboard fixes in #41.

v0.3.1

05 May 20:42
5a9b7d8
Compare
Choose a tag to compare

Some deploy fixes for AWS in #39.

v0.3.0

28 Apr 22:06
777fc37
Compare
Choose a tag to compare

A variety of deploy fixes. Notable features include the following:

  • Allowing upload/download of experiment and persist through reboot
  • Beta implementation of adaptive algorithms
  • Interactive dashboard graphs
  • various EC2 deployment fixes (transparent huge memory pages off, memory swapping, etc)

v0.2.6

16 Apr 22:00
923a927
Compare
Choose a tag to compare

Deploy to experimentalists. Changes include the following:

  • a port change (8000 => 8421)
  • no RedirectResponse on file upload (so experiments aren't overwritten if refreshed)
  • AMI change