Skip to content

Release 0.7.0

Latest
Compare
Choose a tag to compare
@mberk mberk released this 09 Jan 18:03

Added

  • Add get_inplay_bet_delay_from_prices_file function
  • Add is_market_one_tick_wide function
  • Add is_market_contiguous function
  • Add examples
  • Add virtualise_two_runner_price

Changed

  • Drop support for Python 3.7 and 3.8
  • Enable get_market_time_as_datetime to work on market definitions as well as market books
  • Enable get_seconds_to_market_time to work on market definitions as well as market books
  • Replace deepcopy with pickle in remove_bet_from_runner_book

Deprecated

Removed

Fixed

  • Handle RunnerBooks with dictionary priceSizes in remove_bet_from_runner_book #47

Security