* | Introduced improvements to round_and_adjust_weights to work with Series | and on any axis of a DataFrame with the axis option.
0.3.3
++++++++++++++++++++
* Rolled back set_first_period in chaining as it introduced a bug.
0.3.2
++++++++++++++++++++
* Bug fix: included flip_axis function in helpers.
0.3.1
++++++++++++++++++++
* Modified aggregation function to work with weight Series and different axes. * | Changed set_jans in chaining to set_first_period_to_100 to work with | quarterly series.
0.3.0
++++++++++++++++++++
* Added round_and_adjust_weights function in rounding.py. * | Add set_jans function and improved time series validation in chaining to | make functions more robust.