Releases: dsavransky/grading
v2.3.0
New contributions by Guy Hoffman: module support. Adding listModule
and getModule
methods. Also, adding dir2page
- generates new canvas page from a local dir with choice of file extensions.
v2.2.0
Updates primarily to latex2page
focusing on equations. Equation labels (inside of mathmode) now will be properly hyperlinked when referenced in the text. Equation blocks now have proper style applied within the HTML image block.
Note: v2.1.0 was released on PyPI but did not have a github release.
v2.0.0
Major refactoring to put all qualtrics endpoint wrappers into their own class (so you can now do qualtrics tasks without needing to connect to canvas). Multiple additional qualtrics endpoints have new wrappers, including managing quotas! No major changes on the canvas side, but a small accumulation of minor feature updates and bugfixes since the last release.
v1.2.0
Minor functionality bump: adding ability to export csv files of project groups, formatted for use with Zoom breakout rooms.
v1.1.2
Minor bugfix and capability bump. Addedallowed_extension
keyword passthrough to setupPrivateHW
, and preflight step to LaTeX to HTML conversion allowing for global replace of commands in the original tex file.
v1.1.1
Fixes a really, really dumb error with Cavnas API token read from file in v1.1.0
v1.1.0
Adding canvas token read from file.
v1.0.1
v1.0.0
First release on PyPI! See docs for all the details.