Skip to content

Commit

Permalink
Update HISTORY.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
kiudee committed Jul 9, 2021
1 parent 35bf214 commit 2f45146
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ History

0.7.3 (2021-06-27)
------------------

Local tuner
~~~~~~~~~~~

* Add ``--fast-resume`` switch to the tuner, which allows instant resume
functionality from disk (new default).
* Fix the match parser producing incorrect results, when concurrency > 1 is
used for playing matches.

Distributed tuning framework
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Add ``--run-only-once`` flag to distributed tuning client. If True, it will
terminate after completing one job or immediately if no job is found.
* Add ``--skip-benchmark`` flag to distributed tuning client. If True, it will
Expand All @@ -16,8 +25,8 @@ History
* Tuning server now also uses the updated pentanomial model including
noise estimation.
* ``warp_inputs`` can now be passed via database to the tuning server.
* Fix the match parser producing incorrect results, when concurrency > 1 is
used for playing matches.
* Fix the server for distributed tuning not sorting the data by job id causing
the model to be fit with randomly permuted scores.
* Fix the server for distributed tuning trying to compute the current optimum
before a model has been fit.

Expand Down

0 comments on commit 2f45146

Please sign in to comment.