Releases: nickderobertis/py-finstmt
Releases · nickderobertis/py-finstmt
v1.4.0
v1.3.0
v1.2.2
v1.2.1
v1.2.0
v1.1.0
v1.0.1
v1.0.0
v1.0.0-alpha.1
v0.3.2 🌈
Changes
🚀 Features
- Specify adjustments and replacements both as either dict or list @nickderobertis (#36)
- Improve forecasting. Add trend, CAGR, average, recent, and manual models, and better plots. @nickderobertis (#32)
- Raise parse exception suggesting to set index if no statement items are found @nickderobertis (#25)
🐛 Bug Fixes
- Sort dates before creating financial statements so they are always increasing in time to the right @nickderobertis (#35)
- Make fbprophet plot consistent with others to not show twice @nickderobertis (#34)
- Add forecast and forecast_assumptions to dir for FinancialStatements @nickderobertis (#30)
🧰 Maintenance
- Bring changes from cookiecutter 0.6.0 @nickderobertis (#29)
📖 Documentation
- Add forecasting example docs @nickderobertis (#33)