Skip to content

Latest commit

 

History

History
71 lines (34 loc) · 3.54 KB

CHANGELOG.md

File metadata and controls

71 lines (34 loc) · 3.54 KB

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.4.0 (2023-04-22)

Features

1.3.0 (2023-04-12)

Features

1.2.2 (2023-02-22)

Bug Fixes

  • Require typing-extensions >= 4.0.1 for proper self type support (83a8abf)

1.2.1 (2023-02-21)

Bug Fixes

  • Handle calculated items in determining series names. Fixes fcf usage (#97) (e069fba)

1.2.0 (2023-02-21)

Features

  • Set Name of Series from Statement getattr (#87) (a22bb49)

1.1.0 (2023-02-21)

Features

  • Round statements, better str output. Fix operations with forecasted statements. Completely rework snapshot testing (#94) (e5fe87c)

1.0.1 (2023-01-29)

Bug Fixes

  • Add same config_managers fix in statements (07c0fb3)

1.0.0 (2023-01-28)

Bug Fixes

  • Fix format issues that only exist with newer version of black (3ba4d27)
  • Fix lint issues (ba7acf7)
  • Switch from fbprophet to prophet to fix installation issues (d99457a)

1.0.0-alpha.1 (2023-01-28)

Bug Fixes

  • Fix format issues that only exist with newer version of black (3ba4d27)
  • Fix lint issues (ba7acf7)
  • Switch from fbprophet to prophet to fix installation issues (d99457a)