Releases: openedx/edx-bulk-grades
Releases · openedx/edx-bulk-grades
0.8.12: Fix: Gradebook Bulk Management not working with multiple per-user overrides
fix: Gradebook Bulk Management not working with multiple per-user ove…
0.8.11: Fix: pre-filtered columns breaking history report (#77)
* fix: add missing null check to column filtering * refactor: refactor tests * chore: bump version
0.8.10: Python requirements update
Python Requirements Update (#75) * chore: upgrade requirements Pins jinja2, MarkupSafe, and click to avoid version conflicts * chore: bump bulk grades version
0.8.9: Dependency updates
- Dependency updates
- Version bump
0.8.8: add excludedCourseRoles to grade export endpoint
Add the parameter excludedCourseRoles to specify one or more CourseAccessRoles. Users enrolled in the course but with the specified CourseAccessRole will be excluded from the results of the grade export. 'all' will exclude all CourseAccessRoles, regardless of their role.
0.8.7: Grade override history column filtering (#71)
* Only return modified columns in override report * Update to super-csv 2.0.1 to allow for column filtering * Update docs and .gitignore * Bump to version 0.8.7
0.8.6: add 'Assignment Grade' to GradeCSVProccessor
For each subsection in the GradeCSVProcessor, add a column 'grade-' that is equal to the original grade if there is no override, or equal to the override if one exists.
Upgrade celery to 5.0
- Upgrade celery to 5.0
- Removed python 3.5 classifier as its support is dropped earlier
0.8.2: GradeExportView filter out inactive enrollments
Added a parameter to filter out inactive learners and use it to make GradeExportView only return active enrollments
0.8.1
Merge pull request #53 from edx/jenkins/upgrade-python-requirements-4…