Releases: paris-saclay-cds/ramp-board
Version 0.10.0
Version 0.8.4
Version 0.8.4
February 14, 2021
Changelog
ramp-frontend
- Fix a bug due to unseen merge conflicts resolution.
Version 0.8.3
Version 0.8.3
February 13, 2021
Changelog
ramp-frontend
- Use a
ThreadPoolExecutor
to send async emails #557
Version 0.9.0
add cli option to save the scores in .csv file
Joint 0.7.4 release
Adds export-leaderboards to cli
#507 Maria Telenczuk.
bug fixes in AWS worker
bug fixes in AWS worker
Version 0.7.1
Changelog
ramp-engine
-
Fix bug in AWS to handle worker errors.
#470 and #473 by Maria Telenczuk. -
Fix bug in the dispatcher in the name of the submission state.
#469 by Maria Telenczuk. -
Enable finding only the latest version of the AWS image if more than one
is given with the same name
#472 by Maria Telenczuk. -
Improve the message communicated to the participants on the checking error.
#480 by Maria Telenczuk. -
Improve - put back into the queue if a problem with initializing an instance.
#484 by Maria Telenczuk.
ramp-frontend
Version 0.7.0
Version 0.7
Changelog
Maintenance
-
Add support for Python 3.8.
#375 by Guillaume Lemaitre. -
Add
email_validator
in requirements.
#448 by Guillaume Lemaitre. -
Move CI to github action.
#460 by Roman Yurchak.
ramp-engine
-
Add support for spot instance in AWS.
#455 by Lucy Leeow. -
Fix bug in AWS to handle worker errors.
#465 by Maria Telenczuk. -
Fix bug in dispatcher to handle workers errors.
#464 by Maria Telenczuk. -
Add timeout for
curl
request in AWS worker and handle the
subsequent SSH error.
#467 by Maria Telenczuk. -
Improve the logging in the dispatcher.
#468 by Thomas Moreau.
ramp-frontend
- Fix sorting index for score in the leaderboards.
#466 by Maria Telenczuk.
Version 0.6.3
Enable use of AWS spot instances. Adds AWS worker configuration user_spot_instance
.
Version 0.6.2
Add time_between_collection
parameter to Dispatcher
, which controls how long to wait before re-checking if submission is ready for collection (#447).