Releases: ubccapico/canvascli
Releases · ubccapico/canvascli
Version 0.3.3
Added
- Warn when there are unposted canvas assignment
Fixed
- Remove suffix number in session since this is not used in the FSC.
- Change to a more suitable number of histogram bins.
Version 0.3.2
Added:
- Support Canvas grade override column
Version 0.3.1
Added:
- canvascli is now on PyPI!
- More readable visualizations
Version 0.3.0
Added
- Round grades to integers.
- Cap grades at 100.
- Optional overrides of detected course info.
Changed
- Abbreviate options flags.
Version 0.2.1
Fixed
- Raise useful message upon unauthorized course access
Version 0.2.0
Added
show_courses
got a--filter
option to facilitate finding the right course.canvascli
now has a--version
flag.- Shell completion.
Changed
- The package was refactored to modularize functionality into subcommands, each with its own options.
dataclassy
is being used instead ofdataclasses
fromstdlib
in order to handle class inheritance with default values.