Skip to content

Releases: stograde/stograde

v2.0.11

04 Oct 05:49
Compare
Choose a tag to compare

Changes

  • Add a check in setup.py that ensures it's being installed on python3.4 or newer.

v2.0.10

04 Oct 05:48
Compare
Choose a tag to compare

Changes

  • Clarify that --sort-by=count sorts the table by the number of completed submissions, not purely the number of submissions.
  • Remove github token support – it now requires a username/password. 😢
  • Indent the list of missing files in a recording

v2.0.9

20 Sep 03:04
Compare
Choose a tag to compare

Changelog

  • Switched from s['homeworks'] to s.get('homeworks', []), so there's a fallback to an empty list instead of a KeyNotFoundError exception, in tabulate

v2.0.8

20 Sep 03:03
Compare
Choose a tag to compare

Changelog

  • Add some warnings and checks for the "no homeworks" errors in tabulate

v2.0.7

20 Sep 00:14
Compare
Choose a tag to compare

Changelog

  • Finish disabling update checking

v2.0.6

20 Sep 00:11
Compare
Choose a tag to compare

Changelog

  • Fix a typo in the save_recordings mkdir call
  • Rework the file catting to not spawn cat
  • Disable update checking

v2.0.5

20 Sep 00:10
Compare
Choose a tag to compare

Changelog

  • Fix version import for update_checker
  • Add pyvenv deactivation instructions to the README

v2.0.4

20 Sep 00:09
Compare
Choose a tag to compare

Changelog

  • Update README to recommend pyvenv
  • Include update_checker

v2.0.3

19 Sep 07:49
Compare
Choose a tag to compare

Changelog

  • Updated README
  • Check for updates after argparse has looked for the --help arg, so we don't make any files if they're just looking for --help. Or hit the network. Both are bad. 😄

v2.0.2

19 Sep 07:48
Compare
Choose a tag to compare

Changelog

  • Create the logs/ folder if it doesn't exist