Releases: pycomlink/pycomlink
Releases · pycomlink/pycomlink
Release list
v0.6.0
What's Changed
- exchange deprecated setuptools to importlib by @maxmargraf in #179
- cnn wd reshape by @jpolz in #176
- Jpolz/master/cnn wd reshape - clarify behavior by @jpolz in #180
- Prepare pycomlink v0.6.0 by @maxmargraf in #181
Full Changelog: 0.5.0...0.6.0
v0.5.0
What's Changed
- Climatological variogram model parameters by @overeem11 in #166
- Integrate code for pytorch inference and dynamically load model from URL by @xkalet07 in #164
- Integrate code for TensorFlow inference and dynamically load model from URL by @toufikshit in #163
- Extend supported Python versions to 3.11, 3.12 and 3.13 by @cchwala in #167
- Add notebooks to docs by @cchwala in #142
New Contributors
- @overeem11 made their first contribution in #166
- @xkalet07 made their first contribution in #164
- @toufikshit made their first contribution in #163
Full Changelog: 0.4.1...0.5.0
v0.4.1
v0.4.0
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 #146 (this was removed later and replaced by the scikit-learn approach, see below)
- Remove tensorflow by @nblettner in #151
- Add poligrain as dependency and remove overlapping code by @nblettner in #153
- switch from m2r2 to myst-parser for readthedocs by @cchwala in #155
- Add MLP-based rainfall detection with scikit-learn backend by @eoydvin in #156
New Contributors
Full Changelog: 0.3.10...0.4.0