Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Releases: circleguard/circleparse

v6.4.1

23 Dec 15:59
Compare
Choose a tag to compare
  • fix error on non-std replay files

v6.4.0

22 Sep 16:31
Compare
Choose a tag to compare
  • implement __str__, __eq__, and __hash__ for ReplayEvent
  • raise ValueError instead of Exception for invalid string offset while decoding

v6.3.0

07 May 01:42
0aa8435
Compare
Choose a tag to compare
  • allow parsing from decompressed lzma. Allows consumers to choose when decompression takes place (or optimize for when they store decompressed lzma in the first place)

v6.2.0

27 Dec 19:03
Compare
Choose a tag to compare
  • remove osu-parser files (circleguard will use slider for beatmap parsing instead)
  • consolidate files by moving classes out of enums.py
  • rename unnecessarily private methods
  • rename gamemode enums

v6.1.0

19 Aug 16:58
1611b07
Compare
Choose a tag to compare

v6.0.0

10 Aug 23:18
Compare
Choose a tag to compare
  • replay_id now parses to an int instead of a tuple

v5.0.1

24 Jul 16:27
Compare
Choose a tag to compare
  • Rename mentions of osrparse to circleparse
  • Remove test suite (will come, improved, back later)

v5.0.0

19 Jul 21:53
Compare
Choose a tag to compare
  • parse replay_id from osr files
  • keep mod_int as int, not frozenset (breaking change)

v4.0.1

05 Mar 03:02
Compare
Choose a tag to compare
  • print instead of harshly erroring when replay seed is not found (fixes fatal crash in versions 3.2.0≤v≤4.0.0)

v4.0.0

26 Feb 01:50
Compare
Choose a tag to compare
  • Fix wrong name to int mappings
  • Add scorev2 (fixes fatal error on attempting to parse a replay with the scorev2 mod)