Releases: takos22/codingame
codingame 1.4.3
Version 1.4.3
Changelog
Changed
- Every
datetime.datetime
is now timezone aware, using the CodinGame timezone (UTC). ClashOfCode.creation_time
can beNone
because of an API change by CodinGame.
Fixed
KeyError
was raised when usingClient.get_clash_of_code
because of an API change by CodinGame. Closes #29.
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
Version 1.4.2
Changelog
Fixed
KeyError
was raised when usingClient.get_challenge_leaderboard
instead ofNotFound
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
Version 1.4.1
Changelog
Fixed
ValueError
when usingClient.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
Version 1.4.0
Changelog
Added
Client.mark_notifications_as_seen
andClient.mark_notifications_as_read
.Notification.mark_as_seen
andNotification.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
Version 1.3.0
Changelog
Added
Client.get_unread_notifications
.Client.get_read_notifications
.PartialCodinGamer
.Notification.codingamer
.Notification.seen
,Notification.seen_date
,Notification.read
andNotification.read_date
.NotificationType
andNotificationTypeGroup
enums forNotification.type
andNotification.type_group
.NotificationData
and subclasses.
Changed
- Deprecated
Notification.creation_time
in favor ofNotification.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
Version 1.2.4
Changelog
Fixed
CodinGamer.get_followers
andCodinGamer.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
Version 1.2.3
Changelog
Fixed
ImportError
ofcodingame.types
submodule when importingcodingame
, the1.2.1
and1.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
Version 1.2.2
Changelog
Fixed
ImportError
ofcodingame.types
submodule when importingcodingame
.
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
Version 1.2.1
Changelog
Fixed
ModuleNotFoundError
ofcodingame.types
submodule when importingcodingame
.
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
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