- Bug fix: fixed an issue with the
round_and_adjustfunction.
- Bug fix: fixed broken API definition.
- Updated README to reflect new installation instructions.
- Added functionality for
base_price_imputationfunction acceptingtheto_imputeargument. - Aggregation function now works with mean or geometric mean dependingon
methodargument. - The function
calculate_indexintroduced offering variousdifferent index methods. - The
index_calculatorpipeline function offers an end-to-endpipeline for calculating indices with optional base price imputation.
- Bug fix in uprate function occuring in Q4 periods.
- Removed the prorate function.
- Introduced new function uprate and get_uprating_factors for price uprating.
- Bug fix
- Introduced improvements to round_and_adjust_weights to work with Seriesand on any axis of a DataFrame with the axis option.
- Rolled back set_first_period in chaining as it introduced a bug.
- Bug fix: included flip_axis function in helpers.
Modified aggregation function to work with weight Series and different axes.
- Changed set_jans in chaining to set_first_period_to_100 to work withquarterly series.
Added round_and_adjust_weights function in rounding.py.
- Add set_jans function and improved time series validation in chaining tomake functions more robust.
- Added create_special_aggregation function.
- Fixed bug in importing functions in get_stats module.
- First installable version.