Release history

Version 0.10

6 April 2022

Changelog

TODO: specify the module before to add the desired entry.

ramp-database

  • Allow 1-fold cross validation #552

ramp-engine

  • Remove ramp_test_submission from AWS worker as it is removed from ramp-workflow > 0.3.3 #566 #570

Version 0.9

January 2022

Changelog

ramp-database

  • Add User.update_timestamp database field #537

ramp-engine

ramp-frontend

ramp-utils

Version 0.8.4

February 14, 2021

Changelog

ramp-frontend

  • Fix a bug due to unseen merge conflicts resolution.

Version 0.8.3

February 13, 2021

Changelog

ramp-frontend

  • Use a ThreadPoolExecutor to send async emails #557

Version 0.8.2

January 10, 2021

Changelog

ramp-database

  • Convert bagged scores to float in submission.py #555

Version 0.8.1

October 6, 2021

Changelog

ramp-database

  • Don’t pre-select all users by default on the approval page #536

ramp-frontend

  • The list of users to approve are sorted by newest first #537

  • Add a /manage_users admin page with a list of all users, and a search input #538

  • Improve button colors on the approval page #539

Version 0.8.0

June 8, 2021

Changelog

  • Support for Python 3.6 was dropped and all ramp-* packages now require Python 3.7+ (#532)

ramp-database

  • Add possibility to export the leaderboards (private and public) as .csv file using command line (#507 by Maria Telenczuk).

  • Add a CLI subcommand compute_contributivity to compute contributivity (#517)

  • Remove predictions from the database (#513)

ramp-engine

ramp-frontend

  • Add TRACK_CREDIT global configuration option (with default to False) to track credit for submissions (#517)

  • Add button to delete user account under the /update_profile endpoint. (#527)

  • Fix Bokeh plot in the admin dashboard (#477)

  • Add customization mechanism for the sign up instructions and for a privacy page (#478)

  • Add UI to delete accounts (#526)

ramp-utils

Version 0.7

Changelog

Maintenance

ramp-database

ramp-engine

ramp-frontend

ramp-utils

Version 0.6

Changelog

ramp-database

ramp-engine

  • Fix a bug that make AWS worker hang by adding a time between each collection check. #447 by Lucy Leeow.

ramp-frontend

ramp-utils

Version 0.5

Changelog

ramp-database

ramp-engine

ramp-frontend

ramp-utils

Version 0.4

Changelog

ramp-database

  • Bug: fix a bug which was always doing a symlink of the external data.

Instead, we now always copy the file. #413 by Guillaume Lemaitre.

ramp-engine

ramp-frontend

  • Bug: fix a bug for which it was impossible to download a submission via the frontend. #397 by Guillaume Lemaitre.

  • Bug: fix a bug for which a user could not check their own code in “My submission” menu. #408 by Guillaume Lemaitre.

  • Bug: fix a bug which was not showing modal box during sign-in due to lack of redirection. #412 by Maria Telenczuk.

ramp-utils