This commit is contained in:
MaxOhn
2022-08-02 21:01:16 +02:00
parent 7997284913
commit 2e98ffc5dc
2 changed files with 8 additions and 2 deletions
+7 -1
View File
@@ -1,4 +1,10 @@
# v0.7.2 (2022-07-16)
# v0.8.0 (2022-08-02)
- Updated to [rosu-pp v0.8.0](https://github.com/MaxOhn/rosu-pp/blob/main/CHANGELOG.md#v080-2022-08-02)
- The calculation result now contains a `timePreempt` field for osu!standard and `greatHitWindow` for
osu!standard, osu!taiko, and osu!mania.
- Fixed map attributes when mods were interacting with custom clock rates
## v0.7.2 (2022-07-16)
- Apply mods before acc to fix pp values sometimes calculating incorrectly for osu!catch ([#3] - [@tsunyoku])
## v0.7.1 (2022-07-12)
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "rosu-pp-py"
version = "0.7.2"
version = "0.8.0"
requires-python = ">=3.7"
description = "osu! difficulty and pp calculation for all modes"
classifiers = [