Skip to content

Releases: bain3/pronotepy

v0.6

21 Feb 22:56
Compare
Choose a tag to compare
v0.6 Pre-release
Pre-release

Changelog

  • Added file downloading
  • New classes: LessonContent, File, Average
  • Period.averages now returns List[Average]

v0.5

18 Feb 18:58
Compare
Choose a tag to compare
v0.5 Pre-release
Pre-release

Changelog

  • ClientStudent and ClientTeacher now no longer exist
  • Client has now support for ENT
  • Homework error with bad precision fixed
  • Client now checks if the operation is permitted before sending any requests

v0.4

09 Feb 21:01
Compare
Choose a tag to compare
v0.4 Pre-release
Pre-release

Changelog

  • Homework has date attribute
  • Lesson has group_name and student_class attributes.
  • Lesson has normal attribute
  • Period.grades and Period.averages now property instead of a function
  • more efficient api calls in Client.lessons()
  • added Client.keep_alive()