Skip to content

Release v0.7.0-alpha.5

Pre-release
Pre-release

Choose a tag to compare

@mitches-got-glitches mitches-got-glitches released this 17 Dec 14:54
· 0 commits to master since this release

API changes

  • Changed base_price_ffill_shift to just ffill_shift
  • Added quality adjustment to index_calculator
  • Modified index_calculator so that it now accepts base_prices as a parameter, and fills and shifts them when it does.

Bugs

  • Fixed in get_base_prices where .eq() method was being used instead of isin().