gonito/CHANGELOG.md

119 lines
1.8 KiB
Markdown
Raw Normal View History

2021-07-26 07:55:29 +02:00
## 3.5.0 (2021-07-25)
Improvements:
* Improve handling MultiLabel-F1 when probs are given
* Improve legitibility of submissions with a large number of parameters
2021-07-19 16:58:34 +02:00
## 3.4.0
Enhancements (with GEval):
* Fuzzy matching can be used for Accuracy
2021-06-30 09:38:20 +02:00
## 3.3.0
Improvements:
* Handle DOS/Windows end-of-lines
2021-06-29 08:53:44 +02:00
## 3.2.0
Enhancements:
* Add TEAM_FIELD configuration variable to choose a metadata field from
which to take the team name of a user
* Add AUTO_TEAM configuration variable to automatically set
the default team for a submission
2021-06-16 08:54:00 +02:00
## 3.1.0
Enhancements:
* Update to new version of GEval (Haversine and BIO-Weighted-F1 metrics added)
* Add challenge-repo end-point
* Improve generating browsable links
2021-06-29 08:53:44 +02:00
2021-05-31 08:02:54 +02:00
## 3.0.0
Breaking compatibility:
* "version" property is always a list of integers
Improvements:
* Clean up Swagger documentation
* Fix metric names to be shown
* Add the proper end-point for images
2021-05-12 07:11:45 +02:00
## 2.3.0
Changes:
* Switch to new style of Dockerfile
* Challenge slugs can start with a digit
2021-04-27 11:50:23 +02:00
## 2.2.2
Improvements:
* Improve swagger and documentation
2021-04-26 07:52:05 +02:00
## 2.2.1
Bug fixes:
* Logging is fully working now with Nginx
* Add git-annex to the container
2021-04-17 11:37:41 +02:00
## 2.2.0
Bug fixes:
* UTF-8 locale is set in the container
New features:
* A challenge can marked as competition (sorting by submitter/team is enforced then)
2021-03-13 11:20:38 +01:00
## 2.1.0
New features:
* A team captain can invite other members
2021-03-11 22:52:26 +01:00
## 2.0.0
New features:
* users can be organized into teams
Enhancements:
* add end-point for listing tags
Breaking compatibility:
* switch to a different DB schema
2021-02-24 21:42:01 +01:00
## 1.2.0
Enhancements:
* add "version" field for challenges
* add end-point for challenge versions
* no CSRF token is required when submitting a solution via API
2021-02-22 14:44:57 +01:00
## 1.1.0
Improvements
* more fields in leaderboard end-point
* adding an instant pre-check for a submission
2021-02-15 20:45:45 +01:00
## 1.0.0
Start CHANGELOG