Releases: thouska/spotpy
Releases · thouska/spotpy
v1.6.2
Release Notes
- Fix links for tutorial #300
- Minor editing in tutorials and analyser.py #302
- Removal of SI calculation after sampling from the fast algorithm, as this is covered by the analyser
- Removal of code testing with black, might be added again at some point as soon as a less picky or autoformat version is available
Full Changelog: v1.6.1...v1.6.2
v1.6.1
Release Notes
- Introduces new Github Actions workflow #287
- Code testing with Black and isort #287
- Automatic upload on test-pypi (always) and pypi (on release) #287
- New folder structure with
src
andtutorials
#287 - Final clean-up of Python 2 leftovers #287
- Removal of setup.py #292
- Minor editing in tutorials and analyser.py
Full Changelog: v.1.5.16...v1.6.1
v.1.5.16
v.1.5.15
Relase Notes
- Using random number of chain pairs to generate the jump in Dream [#284]
- Minor improvements in NSGAii [#246]
- New Tutorial for List sampling
- Longer Strings allowed for parameter names (change from '|U30' to '|U100')
- Longer Floats by default in csv database (change from np.float16 to np.float32)
- Added random_state also for random package, which should better reproducability of spotpy results when set via sampler (not set as default)
v.1.5.14
Spotpy v1.5.11
Relase Notes
- Fixes number of maximal loops in sce-ua
- Speeds up the simulation time by skipping threading
- Automatically uploads new versions on pypi
- Defines the package dependencies and automatically installes them during setup
Spotpy v1.5.10
Release Notes
Starting with this version, changes are documented via GitHub Tags and Releases.