Releases: open-craft/openedx-completion-aggregator
Releases · open-craft/openedx-completion-aggregator
Add command line arguments to task.
- Fix 403 response for non-staff users
- Batch fetching of StaleCompletions to avoid memory blow-up.
Configure admin pages.
Merge pull request #32 from open-craft/cliff/admin-site Configure django admin pages.
1.5.2: Merge pull request #31 from open-craft/cliff/hotload-percent
Fix some issues with live recalculation of completions.
1.5.1
1.5
1.4
1.3.1: Merge pull request #24 from open-craft/kshitij/fix-means
- Add support for mean value in serializer
- Add SQLite compatible path to store aggregators for edx-platform tests.
1.3
Separate completion from aggregation
Released 2018-07-27
- Adds StaleCompletions to separate block completion from aggregation.
- Adds management command to run aggregation.
- Incorporates a version of the v0 api that uses Aggregators.
Fixing PyPI credentials
I think the last time included an extraneous \n in the password. This should resolve that.