diff --git a/CHANGELOG.md b/CHANGELOG.md index 590ae99a88fcf7eb9211ed4e6f1f07418f4b55b2..83d877e23af04cafc41e6ac0dc762cb4aad4a05d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog of webgeodyn +0.8.0 - 2019-08-07 +------------------ +* COVOBS splines loading method now returns the SV + - This is done by implementing the expression of derivative splines that is tested against the numerical counterpart + - The test fails for scipy<1.1 so webgeodyn now requires scipy>1.1 +* New versions of webgeodyn should now normally be uploaded automatically on PyPI + 0.7.1 - 2019-06-07 ------------------ * Fixed COVOBS splines loading method: diff --git a/webgeodyn/_version.py b/webgeodyn/_version.py index f0788a87ae54de7e276b262e052432adecb00b4b..32a90a3b944427b7122686816d6f979b779242cb 100644 --- a/webgeodyn/_version.py +++ b/webgeodyn/_version.py @@ -1 +1 @@ -__version__ = '0.7.1' +__version__ = '0.8.0'