Skip to content

Releases: RussellDash332/autokattis

v1.4.11

05 Dec 12:33
Compare
Choose a tag to compare

Some problems updated their test cases from the normal form to a grouped form. This apparently breaks the code for the stats method 😛

image

If the score is not given, the default value will be the ratio of the test cases passed.

Full Changelog: v1.4.10...v1.4.11

v1.4.10

05 Dec 12:06
Compare
Choose a tag to compare

Handle new problems with unknown difficulties

Full Changelog: v1.4.9...v1.4.10

v1.4.9

23 Oct 19:48
Compare
Choose a tag to compare

Full Changelog: v1.4.8...v1.4.9

v1.4.8

23 Sep 05:09
Compare
Choose a tag to compare

New UI for problem list just dropped!

Full Changelog: v1.4.7...v1.4.8

v1.4.7

27 Aug 06:02
Compare
Choose a tag to compare

Small functionality additions:

  • Pandas DataFrame conversion can be done without importing pandas, simply use the to_df() method, more on README
  • Caching on results using lru_cache
  • Password is an optional argument but will be prompted using getpass when not provided, this allows one to conceal their password all the time when using autokattis
  • Remove nesting on ranklist JSON so the DataFrame version is more usable

Full Changelog: v1.4.6...v1.4.7

v1.4.6

06 Aug 10:34
Compare
Choose a tag to compare

The color mapping in the Seaborn plot, as well as the category ordering, were previously randomized. This update will remove such randomization and match with the difficulty color Kattis shows on their website.

The plot title is also updated to include the username.

Full Changelog: v1.4.5...v1.4.6

v1.4.5

09 Jul 09:01
Compare
Choose a tag to compare

Very minor bugfix that happens only when one has a matplotlib GUI backend. The plot gets plotted on the GUI but not on the image file.

Full Changelog: v1.4.4...v1.4.5

v1.4.4

20 Jun 09:06
Compare
Choose a tag to compare

Full Changelog: v1.4.3...v1.4.4

v1.4.3

14 May 13:49
Compare
Choose a tag to compare

Very minor update on behavioral issues upon login with wrong credentials

Full Changelog: v1.4.2...v1.4.3

v1.4.2

14 May 13:48
Compare
Choose a tag to compare

Full Changelog: v1.4.1...v1.4.2