- COSMIT: accepted [Black](https://black.readthedocs.io/en/stable/index.html) a the code style of choice, introduced pre-commit hooks for developers
- FIX: having a dunder-version in the root of the package is a the standard (issue 24)
- FIX: set the minimal python to `3.7` as pointed out in issue 24
- UPD: bumped the base version of torch to at least `1.8`
- FIX: upgraded `.utils.spectrum` to new native torch complex backend (`torch>=1.8`)
- FIX: ensured ONNX support in PR 14
- ENH: implemented modulus-based maxpooling, requested in issue 17
- FIX: made `.Cplx` instances `deepcopy`-able, fixing issue 18
- DOC: improved docs for `.nn.ModReLU` indicating the sign-deviation from the original paper proposing it (issue 22)
- DOC: added a basic TOC to the main README docs
Completed DEPRECATION cycles
- misnamed VD and misplaced ARD layers in `.nn.relevance`
- sparsity stats badly placed in `.utils.stats`
- misnamed $\ell_0$ probabilistic pruning layer in `.nn.relevance.extensions.real`, since it had nothing to do with the Automatic Relevance Determination Bayesian approach