Skip to content

Releases: thouska/spotpy

v1.6.2

28 Feb 09:28
Compare
Choose a tag to compare

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

08 Sep 11:43
Compare
Choose a tag to compare

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 and tutorials #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

21 Jun 14:46
Compare
Choose a tag to compare

Relase Notes

  • Update Tests to new Python3 standards
  • Cleanup of old tests
  • Introduce Github actions for testing and upload to pypi

v.1.5.15

21 Jun 12:27
e77e52c
Compare
Choose a tag to compare

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

09 Oct 13:07
Compare
Choose a tag to compare

Relase Notes

  • New algorithm NSGAii [#246]
  • Bugfix in generalizedLikelihoodFunction [#257]
  • Bugfix in pickle file of sceua [#258]
  • New documentation slides [#259]

Spotpy v1.5.11

07 Sep 13:18
015e2c1
Compare
Choose a tag to compare

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

04 Sep 12:17
72f4eb0
Compare
Choose a tag to compare

Release Notes

Starting with this version, changes are documented via GitHub Tags and Releases.