v0.1.0
Code refactoring:
- decomposition of functions into different files
- restructuring of namespaces during import
- adding a linter pipeline after each push action in pull-requests
- adding a linter script for the developers
- refactoring all code logic with linter
- updating doc
New features:
- new normalization in the convolution block as
InstanceNormNd - new adaptive pooling in the decoder as
AdaptiveMaxPoolNd - new channels counters like
linearandconstant ascendingparam is replaced bychannel_growth_ratewhich can beratio(same asascending = False),proportion(same asascending = True),linearandconstant- new 3d convolutions in
ForecasterBase