Skip to content

Commit 8f9d0e4

Browse files
committed
release: v3.0.0
1 parent a555a7f commit 8f9d0e4

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
# v2.0.1 (2024-12-05)
1+
# v3.0.0 (2025-04-07)
2+
3+
Updated all modes' difficulty and performance calculation. See osu!'s newspost for more info: <https://osu.ppy.sh/home/news/2025-03-06-performance-points-star-rating-updates>
4+
5+
rosu-pp changelog: <https://github.com/MaxOhn/rosu-pp/blob/main/CHANGELOG.md#v300-2025-04-07>
6+
7+
- Removed properties:
8+
- `DifficultyAttributes.od`
9+
- `DifficultyAttributes.peak`
10+
11+
- Added properties:
12+
- `DifficultyAttributes.aim_difficult_slider_count` (osu!standard)
13+
- `DifficultyAttributes.reading` (osu!taiko)
14+
- `DifficultyAttributes.meh_hit_window` (osu!standard)
15+
- `PerformanceAttributes.speed_deviation` (osu!standard)
16+
- `Strains.reading` (osu!taiko)
17+
- `BeatmapAttributes.od_meh_hit_window` (osu!standard)
18+
19+
- Adjustments:
20+
- The property `DifficultyAttributes.great_hit_window` is no longer available for osu!mania but it is now available for osu!standard
21+
- The property `DifficultyAttributes.ok_hit_window` is now also available for osu!standard
22+
23+
## v2.0.1 (2024-12-05)
224

325
- Fixed the `lazer` argument not being passed to the calculation ([#12])
426
- Fixed the type error when passing mods to `Beatmap.convert` ([#13])

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rosu-pp-py"
3-
version = "2.0.1"
3+
version = "3.0.0"
44
edition = "2021"
55
authors = ["Max Ohn <ohn.m@hotmail.de>"]
66
license = "MIT"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "rosu-pp-py"
7-
version = "2.0.1"
7+
version = "3.0.0"
88
requires-python = ">=3.7"
99
description = "Difficulty and performance calculation for osu!"
1010
classifiers = [

0 commit comments

Comments
 (0)