Skip to content

Releases: Nixtla/neuralforecast

v3.2.1

Choose a tag to compare

@github-actions github-actions released this 04 Aug 14:47
e0ca472

New features

  • [FEAT] Categorical feature support for distributed workflows @marcopeix (#1581)
  • [FEAT] Support categorical features for explainability @marcopeix (#1575)
  • [FEAT] Support categorical features for simulation paths @marcopeix (#1574)
  • [FEAT] Support categorical features for multivariate and recurrent models @marcopeix (#1573)

Bug fixes

v3.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 13:03
a98b8d0

New features

Bugfixes

Documentation

v3.1.9

Choose a tag to compare

@github-actions github-actions released this 28 May 14:44
6898904

New features

Documentation

Bug fixes

  • [FIX] Get rid of Lightning tips and deprecation messages @elephaint (#1532)
  • [FIX] ResetEarlyStopping state in cross-validation when refit=True @marcopeix (#1529)
  • [FIX] Upgrade idna to fix vulnerability @marcopeix (#1526)
  • [FIX] Return self so we don't lose HINT wrapper and preds are reconciled @marcopeix (#1524)

v3.1.8

Choose a tag to compare

@github-actions github-actions released this 06 May 22:02
5f1e59c

Changes

Dependencies

v3.1.7

Choose a tag to compare

@github-actions github-actions released this 10 Apr 17:22
4168c85

Features

Bug fixes

Documentation

v3.1.6

Choose a tag to compare

@github-actions github-actions released this 27 Mar 17:30
24c3457

New Features

Bugfixes

v3.1.5

Choose a tag to compare

@github-actions github-actions released this 27 Feb 18:03
d7a9aef

New features

Fixes

  • [FIX] Add protection against duplicated level and quantiles in distribution losses @marcopeix (#1448)
  • [FIX] Inverse scaling with MASE loss @marcopeix (#1447)
  • [FIX] Exogenous support in TimeXer @marcopeix (#1444)
  • [FIX] Correct min_samples formula in conformal prediction for step_size @W057 (#1461)
  • [FIX] Fix save() to prevent FileExistsError with DDP @W057 (#1460)

Documentation

v3.1.4

Choose a tag to compare

@github-actions github-actions released this 15 Jan 16:48
69e4314

Changes

v3.1.3

Choose a tag to compare

@github-actions github-actions released this 13 Jan 20:40
5f2354a

Features

Bug fixes

Documentation

Changes

Many thanks to @nasaul for his work on the CI! We usually don't list these PRs in the release notes, but thanks to his work, tests run better for all contributors.

v3.1.2

Choose a tag to compare

@github-actions github-actions released this 01 Oct 19:45
093dc4f

Features

Bug fixes