From f9aa7b6154bfe34bc79d94d3c7d03350d47eef4a Mon Sep 17 00:00:00 2001 From: Samuel Farrens Date: Thu, 30 Apr 2020 16:29:54 +0200 Subject: [PATCH] Prepared new release (#95) --- README.rst | 20 ++++++++++---------- docs/source/index.rst | 20 ++++++++++---------- modopt/info.py | 4 ++-- 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/README.rst b/README.rst index 49851623..496a1419 100644 --- a/README.rst +++ b/README.rst @@ -30,9 +30,9 @@ ModOpt :Author: Samuel Farrens `(samuel.farrens@cea.fr) `_ -:Version: 1.4.2 +:Version: 1.4.3 -:Release Date: 14/02/2020 +:Release Date: 30/04/2020 :Documentation: |link-to-docs| @@ -65,13 +65,13 @@ Required Packages In order to run the code in this repository the following packages must be installed: -* |link-to-python| [Last tested with v3.7.0] +* |link-to-python| [Last tested with v3.8.2] -* |link-to-numpy| [Tested with v1.16.4] +* |link-to-numpy| [Tested with v1.18.3] -* |link-to-scipy| [Tested with v1.3.0] +* |link-to-scipy| [Tested with v1.4.1] -* |link-to-progressbar| [Tested with v3.42.0] +* |link-to-progressbar| [Tested with v3.51.1] .. |link-to-python| raw:: html @@ -98,13 +98,13 @@ Optional Packages The following packages can optionally be installed to add extra functionality: -* |link-to-astropy| [Last tested with v3.2.1] +* |link-to-astropy| [Last tested with v4.0.1] -* |link-to-matplotlib| [Last tested with v3.1.1] +* |link-to-matplotlib| [Last tested with v3.2.1] -* |link-to-skimage| [Requires >=v0.16.0] +* |link-to-skimage| [Requires >=v0.16.2] -* |link-to-sklearn| [Requires >=v0.21.3] +* |link-to-sklearn| [Requires >=v0.22.2] * |link-to-termcolor| [Last tested with v1.1.0] diff --git a/docs/source/index.rst b/docs/source/index.rst index cfdcc528..6ed406f6 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -8,9 +8,9 @@ ModOpt Documentation :Author: Samuel Farrens `(samuel.farrens@cea.fr) `_ -:Version: 1.4.2 +:Version: 1.4.3 -:Release Date: 14/02/2020 +:Release Date: 30/04/2020 :Documentation: |link-to-docs| @@ -48,13 +48,13 @@ Required Packages In order to run the code in this repository the following packages must be installed: -* |link-to-python| [Last tested with v3.7.0] +* |link-to-python| [Last tested with v3.8.2] -* |link-to-numpy| [Tested with v1.16.4] +* |link-to-numpy| [Tested with v1.18.3] -* |link-to-scipy| [Tested with v1.3.0] +* |link-to-scipy| [Tested with v1.4.1] -* |link-to-progressbar| [Tested with v3.42.0] +* |link-to-progressbar| [Tested with v3.51.1] .. |link-to-python| raw:: html @@ -81,13 +81,13 @@ Optional Packages The following packages can optionally be installed to add extra functionality: -* |link-to-astropy| [Last tested with v3.2.1] +* |link-to-astropy| [Last tested with v4.0.1] -* |link-to-matplotlib| [Last tested with v3.1.1] +* |link-to-matplotlib| [Last tested with v3.2.1] -* |link-to-skimage| [Requires >=v0.16.0] +* |link-to-skimage| [Requires >=v0.16.2] -* |link-to-sklearn| [Requires >=v0.21.3] +* |link-to-sklearn| [Requires >=v0.22.2] * |link-to-termcolor| [Last tested with v1.1.0] diff --git a/modopt/info.py b/modopt/info.py index 5c20594a..aa9bdcaf 100644 --- a/modopt/info.py +++ b/modopt/info.py @@ -6,12 +6,12 @@ :Author: Samuel Farrens -:Version: 1.4.2 +:Version: 1.4.3 """ # Package Version -version_info = (1, 4, 2) +version_info = (1, 4, 3) __version__ = '.'.join(str(c) for c in version_info) __about__ = ('ModOpt \n\n '