Skip to content

Releases: ourownstory/neural_prophet

1.0.0rc10

27 Jun 00:00
1bfa633
Compare
Choose a tag to compare
1.0.0rc10 Pre-release
Pre-release

Changes from Beta 0.9.0 are also included.

Major Changes

Other Changes

Full Changelog: 0.9.0...1.0.0rc10

Beta 0.9.0

21 Jun 07:42
83720b1
Compare
Choose a tag to compare

Major Changes

New Features

Fixes

Other Changes

New Contributors

Full Changelog: 0.8.0...0.9.0

1.0.0rc9

23 Feb 20:18
dbd0458
Compare
Choose a tag to compare
1.0.0rc9 Pre-release
Pre-release

What's Changed

Full Changelog: 1.0.0rc8...1.0.0rc9

Beta 0.8.0

23 Feb 20:22
43af46d
Compare
Choose a tag to compare

Note: identical to 1.0.0rc9

Major Changes

Other Changes

Full Changelog: 0.7.0...0.8.0

1.0.0rc8

19 Feb 22:05
a273926
Compare
Choose a tag to compare
1.0.0rc8 Pre-release
Pre-release

What's Changed

Full Changelog: 1.0.0rc7...1.0.0rc8

1.0.0rc7

14 Feb 23:49
d4dffe9
Compare
Choose a tag to compare
1.0.0rc7 Pre-release
Pre-release

What's Changed

Full Changelog: 0.7.0...1.0.0rc7

1.0.0rc6

14 Feb 22:55
a2e65fc
Compare
Choose a tag to compare
1.0.0rc6 Pre-release
Pre-release

Major changes

  • [Major] Throw RuntimeError when trying to fit model second time (Fixes #1493) by @ourownstory in #1531
  • [Major] reduce batch size for small datasets, reduce overall epochs for most datasets by @ourownstory in #1533

Fixes

Documentation

Dependencies and tests

New Contributors

Full Changelog: 1.0.0rc5...1.0.0rc6

Beta 0.7.0

14 Feb 23:28
8d9b444
Compare
Choose a tag to compare

Note: Identical to 1.0.0rc6

About

This is the first non-pre-release of a large set of changes destined for 1.0.0. We decided to do a regular beta release, as there should be no breaking changes and the main branch has been without major issues for a few months. This release contains many fixes and improvements compared to 0.6.x.

Major changes

Introduced in 1.0.0rc1:

Introduced in 1.0.0rc3:

Introduced in 1.0.0rc4:

Introduced in 1.0.0rc5:

Introduced in 1.0.0rc6:

  • [Major] Throw RuntimeError when trying to fit model second time (Fixes #1493) by @ourownstory in #1531
  • [Major] reduce batch size for small datasets, reduce overall epochs for most datasets by @ourownstory in #1533

Everything that has changed since 0.6.0

Read more

1.0.0rc5

11 Dec 19:31
5c45f46
Compare
Choose a tag to compare
1.0.0rc5 Pre-release
Pre-release

What's Changed

Breaking

(None)

Major

Minor

Bugs

Documentation

Tests

Dev Ops

New Contributors

Full Changelog: 1.0.0rc4...1.0.0rc5

1.0.0rc4

19 Sep 18:21
e55cc30
Compare
Choose a tag to compare
1.0.0rc4 Pre-release
Pre-release

What's Changed

Major changes

Minor changes

  • [minor] Memory optimized stride function by @leoniewgnr in #1400
  • [minor] Speed up dataloader by @leoniewgnr in #1360
  • [minor] Memory efficient float32 types instead of float64 types by @leoniewgnr in #1402
  • [minor] Add a verbose option to NeuralProphet.test by @c3-ziqin in #1407

Bugs fixed

  • [bug] Fix correct definition of torchmetrics inside pytorch lightning module by @leoniewgnr in #1365
  • [bug] fixed ruff warnings by @leoniewgnr in #1408
  • [fix] Remove wrong plotting warning by @Maisa-bs in #1411
  • Add the trainer back to the forecaster after saving model to file by @c3-ziqin in #1416
  • [fix] Tutorials on Colab Crash by @SimonWittner in #1418

New Contributors

Full Changelog: 1.0.0rc3...1.0.0rc4