Skip to content

Releases: paris-saclay-cds/ramp-board

Version 0.10.0

06 Apr 15:56
@rth rth
716d0b9
Compare
Choose a tag to compare
Version 0.10.0 (#573)

Version 0.8.4

14 Feb 11:50
Compare
Choose a tag to compare

Version 0.8.4

February 14, 2021

Changelog

ramp-frontend

  • Fix a bug due to unseen merge conflicts resolution.

Version 0.8.3

13 Feb 15:45
Compare
Choose a tag to compare

Version 0.8.3

February 13, 2021

Changelog

ramp-frontend

  • Use a ThreadPoolExecutor to send async emails #557

Version 0.9.0

11 Jan 13:41
Compare
Choose a tag to compare

Version 0.9.0

Minor bug fixes in the database for future MSc course:

ramp_database

  • Add User.update_timestamp database field #537
  • Convert bagged scores to float in submission.py #555

add cli option to save the scores in .csv file

20 Jan 15:16
Compare
Choose a tag to compare

Joint 0.7.4 release

Adds export-leaderboards to cli
#507 Maria Telenczuk.

bug fixes in AWS worker

17 Dec 13:55
Compare
Choose a tag to compare

Joint 0.7.2 (do not use) and 0.7.3 release

Catch suddenly terminated instances
#491 Maria Telenczuk.

enable AWS dispatcher tests and catch no instance.id error
#494 Maria Telenczuk.

Show training error msg (#495)
#495 Maria Telenczuk.

set back timeout error as training error
#498 Maria Telenczuk.

bug fixes in AWS worker

03 Dec 17:02
Compare
Choose a tag to compare

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

  • Fix sorting index for score in the leaderboards.
    #566 by Maria Telenczuk.

  • Fix bug in bokeh plot in admin dashboard.
    #477 by Roman Yurchak.

Version 0.7.0

16 Nov 13:23
Compare
Choose a tag to compare

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

07 Nov 23:18
Compare
Choose a tag to compare

Enable use of AWS spot instances. Adds AWS worker configuration user_spot_instance.

Version 0.6.2

23 Oct 09:16
Compare
Choose a tag to compare

Add time_between_collection parameter to Dispatcher, which controls how long to wait before re-checking if submission is ready for collection (#447).