Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 20 Dec 17:30
edabb94

0.6.0 (2025-12-20)

Features

  • Add auto-regression (AR) support (#9) (4a58d36)
  • Add display_network/1 for Axon.Display.as_graph compatibility (1f9ead7)
  • Add events and holidays support (c4cecba)
  • Add get_ar_weights/1 for AR layer weight inspection (#11) (4ad2db6)
  • Add piecewise linear trend with changepoint detection (#12) (d39d3a6)
  • Add typespecs notation to each public function in lib/ (e88ae7f)
  • Change seasonality component activation to ReLU (f923ca4)
  • Output components with combined value (a8e04b2)
  • Update model training to use Huber loss and higher learning rate (52a56ce)

Bug Fixes

  • Add docs and typespecs (#4) (e88ae7f)
  • Decrease the learning rate in the Soothsayer model (d947782)
  • enable Hex.pm publishing in release workflow (#13) (b7a33ce)
  • remove duplicated test action yml key (be0d144)
  • Replace invalid loss function with mean_squared_error (2f25af3)
  • Resolve ExDoc warnings for type refs and file links (303a8a0)
  • update version (cc65eb4)