What's Changed
* [FIX] Colab link getting started in https://github.com/Nixtla/neuralforecast/pull/329
* Improved MQ-NBEATS [B,H]+[B,H,Q] -> [B,H,Q] in https://github.com/Nixtla/neuralforecast/pull/330
* Improved MQ-NBEATSx [B,H]+[B,H,Q] -> [B,H,Q] in https://github.com/Nixtla/neuralforecast/pull/331
* fixed pytorch losses' init documentation in https://github.com/Nixtla/neuralforecast/pull/333
* TCN in https://github.com/Nixtla/neuralforecast/pull/332
* Update README.md in https://github.com/Nixtla/neuralforecast/pull/335
* [FEAT] DistributionLoss in https://github.com/Nixtla/neuralforecast/pull/339
* [FEAT] Deprecated GMMTFT in favor of DistributionLoss' modularity in https://github.com/Nixtla/neuralforecast/pull/342
* [Feat] Scaled Distributions in https://github.com/Nixtla/neuralforecast/pull/345
* Deprecate AffineTransformed class in https://github.com/Nixtla/neuralforecast/pull/350
* [FEAT] Add cla action in https://github.com/Nixtla/neuralforecast/pull/349
* [FIX] Delete cla.yml in https://github.com/Nixtla/neuralforecast/pull/353
* [FIX] CI tests in https://github.com/Nixtla/neuralforecast/pull/357
* [FEAT] Added return_params to Distributions in https://github.com/Nixtla/neuralforecast/pull/348
* [FEAT] Ignore jupyter notebooks as part of `languages` in https://github.com/Nixtla/neuralforecast/pull/355
* [FEAT] Added `num_samples` to Distribution's initialization in https://github.com/Nixtla/neuralforecast/pull/359
**Full Changelog**: https://github.com/Nixtla/neuralforecast/compare/v1.1.0...v1.2.0