* Bug fix: erroneous .to_list calls at utils.display_loan was raising AttributeError
1.2.1
------------------
* Bug fix: annual interest rate not being properly converted to a daily interest rate
1.2.0
------------------
* Implement Newton-Raphson based solver to approximate IRR * Remove dependency on `scipy` and `numpy` * Expand on grossup documentation * Implement function `interest_rate.convert_to_daily_interest_rate`
1.1.0
------------------
* Remove generic grossup solver. Only direct implementation of mathematical models should be encouraged