2020.02
For a complete list of changes see v2019.11...v2020.02
New Features
- Created policies app (#1041)
- Added jpg png image builder (#1055)
- Added navbar links (#1065)
- Updated the challenge card design (#1067)
- Added breadcrumbs and reader study creation time (#1077)
- Added ChallengeSeries and more filters (#1081)
- Added exposing enum support for rest_framework.CharField through swagger
- Added default zoom scale and overlay alpha (#1083)
- Adding ground truth to reader study questions (#1094)
- Added public S3 storage and migrates summernote images to it (#1105)
- Moved logos banners and supplementary files to S3 (#1106)
- Used Public S3 for default storage (#1117)
- Added reader study scoring (#1104)
- Upgraded to Django 3 (#1127)
- Upgraded to Python 3.8 (#1129)
- Added asgi config (#1130)
Bug Fixes
- Changed LandmarkAnnotationSet endpoint and add custom action (#1039)
- Made invalid uuid return as 404 instead of 500 (#1040)
- Upgrade poetry and get virtualenv path from poetry (#1045)
- Made grader field optional and default to current in serializer (#1057)
- De-duplicate emails (#1064)
- Improved challenge list performance (#1068)
- Fixed answer type annotation schema checking bug and added tests (#1082)
- Fixed challenge page tags (#1091)
- Excluded unused archives in huge retina archives API endpoint (#1096)
- Refactored cases (#1099)
- Refactored build images (#1100)
- Serialized RawImageFile.staged_file_id (#1102)
- Removed dbox folders (#1118)
- Replaced travis with GitHub actions (#1123)
- Fixed adding ground truth for boolean type questions (#1121)
- Moved reader study scoring to a celery task (#1122)
- Cleaned up of legacy code (#1126)
- Serialized zoom and overlay as floats (#1133)
- Improved performance of annotation admin (#1136)
- Moved the upload session files endpoint to upload-sessions/files/ (#1139)