Skip to content

Releases: openedx/edx-bulk-grades

0.8.12: Fix: Gradebook Bulk Management not working with multiple per-user overrides

22 Jun 15:13
Compare
Choose a tag to compare
fix: Gradebook Bulk Management not working with multiple per-user ove…

0.8.11: Fix: pre-filtered columns breaking history report (#77)

14 Jun 19:34
ef67bc1
Compare
Choose a tag to compare
* fix: add missing null check to column filtering

* refactor: refactor tests

* chore: bump version

0.8.10: Python requirements update

17 May 16:41
1d0a851
Compare
Choose a tag to compare
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

09 Apr 17:31
Compare
Choose a tag to compare
  • Dependency updates
  • Version bump

0.8.8: add excludedCourseRoles to grade export endpoint

08 Apr 19:25
4f19b59
Compare
Choose a tag to compare

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)

15 Mar 16:41
cec9a5a
Compare
Choose a tag to compare
* 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

25 Jan 15:52
efbc5f7
Compare
Choose a tag to compare

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

08 Jan 09:41
01c1e02
Compare
Choose a tag to compare
  • Upgrade celery to 5.0
  • Removed python 3.5 classifier as its support is dropped earlier

0.8.2: GradeExportView filter out inactive enrollments

03 Nov 19:46
c79566e
Compare
Choose a tag to compare

Added a parameter to filter out inactive learners and use it to make GradeExportView only return active enrollments

0.8.1

17 Sep 15:36
0948016
Compare
Choose a tag to compare
Merge pull request #53 from edx/jenkins/upgrade-python-requirements-4…