This repository has been archived by the owner on May 1, 2024. It is now read-only.
Releases: openedx-unsupported/edx-analytics-data-api-client
Releases · openedx-unsupported/edx-analytics-data-api-client
0.18.3
What's Changed
- docs: Update the contributing guidelines link. by @feanil in #119
- feat: update pypa's publish branch away from master by @brobro10000 in #135
- fix: Replaced whitelist_externals with allowlist_externals in tox and removed tox-battery by @edx-requirements-bot in #149
- feat: add python312 support by @edx-requirements-bot in #168
New Contributors
- @brobro10000 made their first contribution in #135
Full Changelog: 0.18.2...0.18.3
Python requirements upgrade
- Python requirements upgraded.
Full Changelog: 0.18.1...0.18.2
Drop engagement timeline
Merge pull request #92 from openedx/alangsto/update_version chore: bump version
Drop Python 3.5 Support
- Drop Python 3.5 Support
Remove python 2.7 and 3.6 tests and add python 3.5 and 3.8 tests.
Remove python 2.7 and 3.6 tests and add python 3.5 and 3.8 tests.
Drop python2.7 support. Added Python3.8 support
Drop python2.7 support. Added Python3.8 support
Updated the setup classifiers
Merge pull request #55 from edx/awais786/BOM-67 BOM-74
0.15.3: Merge pull request #51 from edx/dcs/bump-version
Bumped version
0.13.0
- Designed to support v1.0.0 of the edX Analytics Data API, which has the changes:
- Add pagination, filtering, sorting, searching, and caching to course_summaries/
- Add course_totals/ endpoint
0.12.0
Updates course_summaries() to use the new POST method of course_summaries/ in the API. Depends on the edX Analytics API v0.26.0 or greater.