Release history¶
Version 0.10¶
6 April 2022
Version 0.9¶
January 2022
Version 0.8.4¶
February 14, 2021
Version 0.8.3¶
February 13, 2021
Version 0.8.2¶
January 10, 2021
Version 0.8.1¶
October 6, 2021
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¶
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-database
¶
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. #566 by Maria Telenczuk.
ramp-utils
¶
Version 0.6¶
Version 0.5¶
Changelog¶
ramp-database
¶
ramp-engine
¶
ramp-frontend
¶
ramp-utils
¶
Enhancement: add
ramp_utils.datasets.fetch_from_osf
allowing to fetch a file from OSF. #396 by Guillaume Lemaitre.
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.