Skip to content

v1.6

Compare
Choose a tag to compare
@RussellDash332 RussellDash332 released this 16 Jan 11:49
· 18 commits to main since this release

What's new:

  • NUSKattis-specific methods!
    • courses: lists down all NUS courses that are currently ongoing and recently ended
    • offerings: lists down all offerings from a particular NUS course
    • assignments: lists down all assignments from a particular NUS course offering
  • new_get and new_post methods to essentially increase the number of retries
  • <get/set>_<base_url/homepage> methods for the sake of OOP
  • Changes to login print message - it should be at the very end of the __init__ method
  • Minor bugfixes, e.g. the 1E+30 issue when there is no data to show on problems
  • Remove strict versioning for pandas and seaborn requirement. There seems to be no apparent issue so far

Full Changelog: v1.5...v1.6