Releases: Renondedju/Osu.py
Releases · Renondedju/Osu.py
v0.5.3
See https://github.com/ppy/osu-api/issues/130 for more details
v0.5.2 Quickfix. See https://github.com/ppy/osu-api/issues/130 for more details
Corrections
- Updated license
- Added automatic data conversion
Version 0.5.0
Corrections and proper install
- BaseCollection now inherits from list
- Added a setup.py and install instructions in Readme
- Split models, types and collections with proper package hierarchy
Contributors : @obayemi
Version 0.4.2
v0.4.2 Merge branch 'dev'
Version 0.4.1
Docs !
I guess everything is said ...
I added docs sooo hf :)
Version 0.4.0
.osu file download !
- Added the BeatmapFile Model
- Added OsuApi.get_beatmap_file()
This version added all the basic features I was planning to implement.
The next fiew versions are probably gonna be fixes or minor improvements.
Version 0.3.1
- Unavaliable requested requests no longer raise ReplayUnavailable exception
Version 0.3.0
Replays and multiplayer match arrived !
- Created replay model
- Added OsuApi.get_replay()
- Added the ReplayUnavailable exception
- Added the MultiplayerMach model
- Added the MultiplayerGame model
- Added the MultiplayerScore model
- Added the MultiplayerTeam enum
- Added the ScoringType enum
- Added the TeamType enum
- Added OsuApi.get_match()
- Fixed route check bug
Version 0.2.0
User bests and recent are now avaliable !
- Improved loading times and reworked the base architecture of the api
- Created The BaseModel and BaseCollection classes for easier extensions
- Renamed Api class to OsuApi to avoid confusions
- Added OsuApi.get_user_best()
- Added OsuApi.get_user_bests()
- Added User Best model
- Added OsuApi.get_user_recent()
- Added OsuApi.get_user_recents()
- Added User Recent model