New Features
- [FEAT]: Support providing DataLoader arguments to optimize GPU usage @jasminerienecker (#1186)
- [FEAT]: Set activation function in GRN of TFT @marcopeix (#1175)
- [FEAT]: Conformal Predictions in NeuralForecast @JQGoh (#1171)
Bug Fixes
- [FIX]: Ability load models saved using versions before 1.7 @tylernisonoff (#1207)
- [FIX]: Conformal prediction issues @elephaint (#1179)
- [FIX]: Feature importance when using only hist_exog in TFT fails @elephaint (#1174)
- [FIX]: Remove unused output layer NBEATSx @elephaint (#1168)
- [FIX]: Fix Tweedie loss @elephaint (#1164)
- [FIX]: MLPMultivariate incorrect static_exog parsing @elephaint (#1170)
- [FIX]: Deprecate activation functions for GRU @marcopeix (#1198)
Documentation
- [DOC]: Tutorial on cross-validation @marcopeix (#1176)
- [DOC]: Build docs on release only @elephaint (#1183)