The main change here is that we dropped tensorflow as dependency and removed all related code
because there were complicated issues with using outdated tensorflow code.
What's Changed
* added a simple MLP neural network for wet-dry classification by eoydvin in https://github.com/pycomlink/pycomlink/pull/146 (this was removed later and replaced by the scikit-learn approach, see below)
* Remove tensorflow by nblettner in https://github.com/pycomlink/pycomlink/pull/151
* Add poligrain as dependency and remove overlapping code by nblettner in https://github.com/pycomlink/pycomlink/pull/153
* switch from m2r2 to myst-parser for readthedocs by cchwala in https://github.com/pycomlink/pycomlink/pull/155
* Add MLP-based rainfall detection with scikit-learn backend by eoydvin in https://github.com/pycomlink/pycomlink/pull/156
New Contributors
* eoydvin made their first contribution in https://github.com/pycomlink/pycomlink/pull/146
**Full Changelog**: https://github.com/pycomlink/pycomlink/compare/0.3.10...0.4.0