Skip to content

Releases: ubccapico/canvascli

Version 0.3.3

12 Nov 21:06
Compare
Choose a tag to compare

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

08 Jul 02:12
Compare
Choose a tag to compare

Added:

  • Support Canvas grade override column

Version 0.3.1

01 Jun 18:13
Compare
Choose a tag to compare

Added:

  • canvascli is now on PyPI!
  • More readable visualizations

Version 0.3.0

31 May 18:57
Compare
Choose a tag to compare

Added

  • Round grades to integers.
  • Cap grades at 100.
  • Optional overrides of detected course info.

Changed

  • Abbreviate options flags.

Version 0.2.1

31 May 03:47
Compare
Choose a tag to compare

Fixed

  • Raise useful message upon unauthorized course access

Version 0.2.0

31 May 02:41
Compare
Choose a tag to compare

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 of dataclasses from stdlib in order to handle class inheritance with default values.