Skip to content

Commit f9aa7b6

Browse files
authored
Prepared new release (#95)
1 parent 4815dac commit f9aa7b6

3 files changed

Lines changed: 22 additions & 22 deletions

File tree

README.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ ModOpt
3030

3131
:Author: Samuel Farrens `(samuel.farrens@cea.fr) <samuel.farrens@cea.fr>`_
3232

33-
:Version: 1.4.2
33+
:Version: 1.4.3
3434

35-
:Release Date: 14/02/2020
35+
:Release Date: 30/04/2020
3636

3737
:Documentation: |link-to-docs|
3838

@@ -65,13 +65,13 @@ Required Packages
6565
In order to run the code in this repository the following packages must be
6666
installed:
6767

68-
* |link-to-python| [Last tested with v3.7.0]
68+
* |link-to-python| [Last tested with v3.8.2]
6969

70-
* |link-to-numpy| [Tested with v1.16.4]
70+
* |link-to-numpy| [Tested with v1.18.3]
7171

72-
* |link-to-scipy| [Tested with v1.3.0]
72+
* |link-to-scipy| [Tested with v1.4.1]
7373

74-
* |link-to-progressbar| [Tested with v3.42.0]
74+
* |link-to-progressbar| [Tested with v3.51.1]
7575

7676
.. |link-to-python| raw:: html
7777

@@ -98,13 +98,13 @@ Optional Packages
9898

9999
The following packages can optionally be installed to add extra functionality:
100100

101-
* |link-to-astropy| [Last tested with v3.2.1]
101+
* |link-to-astropy| [Last tested with v4.0.1]
102102

103-
* |link-to-matplotlib| [Last tested with v3.1.1]
103+
* |link-to-matplotlib| [Last tested with v3.2.1]
104104

105-
* |link-to-skimage| [Requires >=v0.16.0]
105+
* |link-to-skimage| [Requires >=v0.16.2]
106106

107-
* |link-to-sklearn| [Requires >=v0.21.3]
107+
* |link-to-sklearn| [Requires >=v0.22.2]
108108

109109
* |link-to-termcolor| [Last tested with v1.1.0]
110110

docs/source/index.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ ModOpt Documentation
88

99
:Author: Samuel Farrens `(samuel.farrens@cea.fr) <samuel.farrens@cea.fr>`_
1010

11-
:Version: 1.4.2
11+
:Version: 1.4.3
1212

13-
:Release Date: 14/02/2020
13+
:Release Date: 30/04/2020
1414

1515
:Documentation: |link-to-docs|
1616

@@ -48,13 +48,13 @@ Required Packages
4848
In order to run the code in this repository the following packages must be
4949
installed:
5050

51-
* |link-to-python| [Last tested with v3.7.0]
51+
* |link-to-python| [Last tested with v3.8.2]
5252

53-
* |link-to-numpy| [Tested with v1.16.4]
53+
* |link-to-numpy| [Tested with v1.18.3]
5454

55-
* |link-to-scipy| [Tested with v1.3.0]
55+
* |link-to-scipy| [Tested with v1.4.1]
5656

57-
* |link-to-progressbar| [Tested with v3.42.0]
57+
* |link-to-progressbar| [Tested with v3.51.1]
5858

5959
.. |link-to-python| raw:: html
6060

@@ -81,13 +81,13 @@ Optional Packages
8181

8282
The following packages can optionally be installed to add extra functionality:
8383

84-
* |link-to-astropy| [Last tested with v3.2.1]
84+
* |link-to-astropy| [Last tested with v4.0.1]
8585

86-
* |link-to-matplotlib| [Last tested with v3.1.1]
86+
* |link-to-matplotlib| [Last tested with v3.2.1]
8787

88-
* |link-to-skimage| [Requires >=v0.16.0]
88+
* |link-to-skimage| [Requires >=v0.16.2]
8989

90-
* |link-to-sklearn| [Requires >=v0.21.3]
90+
* |link-to-sklearn| [Requires >=v0.22.2]
9191

9292
* |link-to-termcolor| [Last tested with v1.1.0]
9393

modopt/info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
77
:Author: Samuel Farrens <samuel.farrens@cea.fr>
88
9-
:Version: 1.4.2
9+
:Version: 1.4.3
1010
1111
"""
1212

1313
# Package Version
14-
version_info = (1, 4, 2)
14+
version_info = (1, 4, 3)
1515
__version__ = '.'.join(str(c) for c in version_info)
1616

1717
__about__ = ('ModOpt \n\n '

0 commit comments

Comments
 (0)