1. Non-stationary Transformer, Pyraformer, Reformer, SCINet, RevIN, Koopa, MICN, TiDE, StemGNN are included in this new release;
2. another new PyPOTS Ecosystem library [`BenchPOTS`](https://github.com/WenjieDu/BenchPOTS) has been released and supports preprocessing pipelines of 170 public time series datasets for benchmarking machine learning on POTS data;
3. add the argument `verbose` to mute all info level logging;
👍 Kudos to our new contributor LinglongQian.
Please refer to the changelog below for more details.
What's Changed
* Implement Non-stationary Transformer as an imputation model by WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/388
* Implement Pyraformer as an imputation model by WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/389
* Add Nonstationary Transformer and Pyraformer, update docs by WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/390
* Treat keyboard interruption during training as a warning, and update the docs by WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/391
* Add SCINet modules and implement it as an imputation model by WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/406
* Add RevIN modules and implement it as an imputation model by WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/407
* Add Koopa modules and implement it as an imputation model by WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/403
* Add MICN modules and implement it as an imputation model by WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/401
* Update docs and references by WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/410
* Add TiDE modules and implement it as an imputation model by WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/402
* Add Koopa, SCINet, RevIN, MICN and TiDE, and update the docs by WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/412
* Add StemGNN modules and implement it as an imputation model by WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/415
* Add GRU-D as an imputation model by WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/417
* Update README and docs by WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/420
* Implement StemGNN and GRU-D as an imputation model by WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/421
* Update set_random_seed() by WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/423
* Enable tuning new added models by WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/424
* ETSformer hyperparameters mismatch during NNI tuning by LinglongQian in https://github.com/WenjieDu/PyPOTS/pull/425
* Fix ETSformer tuning bug, and release v0.6rc1 by WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/427
* Add arg `verbose` to control logging by WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/428
* Add Reformer as an imputation model by WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/433
* Add Reformer, add option `version` to control training log, and add benchpots as a dependency by WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/434
* Raise the minimum support python version to v3.8 by WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/436
* Fix linting error by WenjieDu in https://github.com/WenjieDu/PyPOTS/pull/437
**Full Changelog**: https://github.com/WenjieDu/PyPOTS/compare/v0.5...v0.6