Skip to content

v1.2.0

Compare
Choose a tag to compare
@tybug tybug released this 24 Feb 02:02
· 1774 commits to master since this release
2b7a47c
  • now detect steals which either have hr added or hr removed from the replay it was stolen from
  • print progress every 10% when comparing replays
  • print loading progress every time there is a pause for ratelimits while loading beatmaps
  • move api wrapper to separate repo; formalize api calls
  • catch and retry Request related exceptions
  • potentially fix matplotlib printing "invalid command name" (#43)
  • fix error when redownloading outdated replays

Now using circleparse v3.2.1

  • parse rng seed value from last frame of lzma (previously, nonsensical values such as -12345|0|0|10186099 were stored in the replay data)

Now using ossapi v1.0.0

  • move api wrapper to separate repo