Recent Releases of slider

slider - v0.8.2

  • change slider follow radius from 3 to 2.4 for sliderbreak calculation (#120)

- Python
Published by tybug over 2 years ago

slider - v0.8.1

  • dont pack beatmap / beatmapset id if not present
  • fix computation of inherited slider velocity when greater than 10x

- Python
Published by tybug over 2 years ago

slider - v0.8.0

  • fix error on catmull sliders with one control point
  • add new_combo and combo_skip attributes for all hit objects
  • export all hit objects from __init__

- Python
Published by tybug almost 3 years ago

slider - v0.7.0

  • fix pp calc erroring
  • add Beatmap#true_slider_ticks, which is similar to Beatmap#slider_ticks but accounts for the legacy last tick offset.

- Python
Published by tybug over 3 years ago

slider - v0.6.0

  • add new methods Beatmap#write_path, Beatmap#write_file, and Beatmap#pack to allow serializing beatmaps back to a string or file (after potentially making changes to values of the beatmap)
  • fix bookmarks not being parsed

- Python
Published by tybug over 4 years ago

slider - v0.5.4

  • fix maps with float x and y positions failing to parse

- Python
Published by tybug over 4 years ago

slider - v0.5.3

  • make click an optional dependency
  • fix api user retrieval erroring for users that have never set a play

- Python
Published by tybug almost 5 years ago

slider - v0.5.2

  • make HitObject#hard_rock, HitObject#half_time, and HitObject#double_time idempotent (see #80 for reasoning and more info)
  • fix error when parsing user supporter event from api

- Python
Published by tybug almost 5 years ago

slider - v0.5.1

  • add library#beatmap_cached method to check if a beatmap is currently cached by the library
  • fix replay#hits erroring

- Python
Published by tybug about 5 years ago

slider - v0.5.0

  • fix old beatmap versions failing to parse
  • fix ActionBitMask not returning proper values
  • add an option to the cli to skip beatmaps that cause errors when parsing a folder of beatmaps (--skip-exceptions)
  • add __repr__ for Action

- Python
Published by tybug over 5 years ago

slider - v0.4.0

  • add beatmap#closest_hitobject method that returns the hitobject closest temporally to the given time

- Python
Published by tybug over 5 years ago

slider - v0.3.2

  • remove dependency on pytz and toolz
  • fix dates returned from the osu! api being incorrectly parsed as utc+8
  • fix beatmap parsing failing on beatmaps with extra whitespace

- Python
Published by tybug over 5 years ago

slider - v0.3.1

  • fix stacked hitobjects being cached too aggressively and sometimes being used for other mod combinations
  • add catmull slider implementation

- Python
Published by tybug almost 6 years ago