Releases: openedx/xblock-skill-tagging
Releases · openedx/xblock-skill-tagging
0.3.0
What's Changed
- chore: update Django to 3.2.25 by @magajh in #37
- build: Update codecov and use token by @arbrandes in #38
- fix: pypi-publish master branch sunset by @CodeWithEmad in #39
- build: Switch to ubuntu-latest for builds by @feanil in #43
- chore: drop python 3.8 & add python 3.12 by @irtazaakram in #45
New Contributors
- @arbrandes made their first contribution in #38
- @CodeWithEmad made their first contribution in #39
- @irtazaakram made their first contribution in #45
Full Changelog: 0.2.0...0.3.0
Replaced NamedAttributesMetaclass with XBlockMixin
Replaced NamedAttributesMetaclass with XBlockMixin for compatibility with XBlock 3.0
Removed temporary logging
Removed temporary logging
Pass course key as query param to taxonomy skills api
Pass course key as query param to taxonomy skills api
Verification pipeline filter disabled for proctored exam units
Verification pipeline filter disabled for proctored exam units
Removed temporary logs
Removed temporary logs from xblock skill verification pipeline
Updated logging and default probability for running the pipeline
Updated logging and default probability for running the pipeline
Updated logging to log aborted cases
Updated logging to log aborted cases
Added logs for the skill verification filter pipeline
Added logs for the skill verification filter pipeline
refactor: call skills api only when required
Gate skills API call behind probablity check to reduce traffic.