Skip to content

Releases: takos22/codingame

codingame 1.4.3

21 Feb 13:02
fb193bc
Compare
Choose a tag to compare

Version 1.4.3

Changelog

Changed

Fixed

Removed

  • Removed support for python 3.7 as it has reached its end of life. For more information, see PEP 537.

Update

Update the module by doing pip install codingame --upgrade

Links

PyPi: https://pypi.org/project/codingame
Docs: https://codingame.readthedocs.io

codingame 1.4.2

14 Apr 20:13
356c261
Compare
Choose a tag to compare

Version 1.4.2

Changelog

Fixed

  • KeyError was raised when using Client.get_challenge_leaderboard instead of NotFound because of an API change by CodinGame. (Issue #26)

Update

Update the module by doing pip install codingame --upgrade

Links

PyPi: https://pypi.org/project/codingame
Docs: https://codingame.readthedocs.io

codingame 1.4.1

11 Feb 20:02
549e2c0
Compare
Choose a tag to compare

Version 1.4.1

Changelog

Fixed

  • ValueError when using Client.get_pending_clash_of_code because of a change in datetime format by CodinGame.

Update

Update the module by doing pip install codingame --upgrade

Links

PyPi: https://pypi.org/project/codingame
Docs: https://codingame.readthedocs.io

codingame 1.4.0

18 Aug 23:05
78aa6ea
Compare
Choose a tag to compare

Version 1.4.0

Changelog

Added

  • Client.mark_notifications_as_seen and Client.mark_notifications_as_read.
  • Notification.mark_as_seen and Notification.mark_as_read.

Removed

  • Removed support for python 3.6 as it has reached its end of life. For more information, see PEP 494.

Update

Update the module by doing pip install codingame --upgrade

Links

PyPi: https://pypi.org/project/codingame
Docs: https://codingame.readthedocs.io

codingame 1.3.0

20 Jun 22:35
a169a0c
Compare
Choose a tag to compare

Version 1.3.0

Changelog

Added

  • Client.get_unread_notifications.
  • Client.get_read_notifications.
  • PartialCodinGamer.
  • Notification.codingamer.
  • Notification.seen, Notification.seen_date, Notification.read and Notification.read_date.
  • NotificationType and NotificationTypeGroup enums for Notification.type and Notification.type_group.
  • NotificationData and subclasses.

Changed

  • Deprecated Notification.creation_time in favor of Notification.date

Removed

  • Removed Notification._raw.

Update

Update the module by doing pip install codingame --upgrade

Links

PyPi: https://pypi.org/project/codingame
Docs: https://codingame.readthedocs.io

codingame 1.2.4

16 Jun 23:21
17b62d0
Compare
Choose a tag to compare

Version 1.2.4

Changelog

Fixed

  • CodinGamer.get_followers and CodinGamer.get_followed now work while being logged in as any user, not just as the user you want to get the followers of.

Update

Update the module by doing pip install codingame --upgrade

Links

PyPi: https://pypi.org/project/codingame
Docs: https://codingame.readthedocs.io

codingame 1.2.3

07 Nov 13:19
531f7fe
Compare
Choose a tag to compare

Version 1.2.3

Changelog

Fixed

  • ImportError of codingame.types submodule when importing codingame, the 1.2.1 and 1.2.2 fixes don't work.

Update

Update the module by doing pip install codingame --upgrade

Links

PyPi: https://pypi.org/project/codingame
Docs: https://codingame.readthedocs.io

codingame 1.2.2

06 Nov 23:05
9fbd06f
Compare
Choose a tag to compare

Version 1.2.2

Changelog

Fixed

  • ImportError of codingame.types submodule when importing codingame.

Update

Update the module by doing pip install codingame --upgrade

Links

PyPi: https://pypi.org/project/codingame
Docs: https://codingame.readthedocs.io

codingame 1.2.1

06 Nov 22:46
0133b13
Compare
Choose a tag to compare

Version 1.2.1

Changelog

Fixed

  • ModuleNotFoundError of codingame.types submodule when importing codingame.

Update

Update the module by doing pip install codingame --upgrade

Links

PyPi: https://pypi.org/project/codingame
Docs: https://codingame.readthedocs.io

codingame 1.2.0

04 Nov 21:49
8e22e3b
Compare
Choose a tag to compare

Version 1.2.0

Changelog

Added

  • Client.request to make requests to CodinGame API services that aren't implemented yet in the library.

Removed

  • codingame.endpoints submodule.

Update

Update the module by doing pip install codingame --upgrade

Links

PyPi: https://pypi.org/project/codingame
Docs: https://codingame.readthedocs.io