-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from sfarrens/python3.5+
Dropped support for Python < v3.5
- Loading branch information
Showing
21 changed files
with
45 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
ModOpt | ||
====== | ||
|
||
|travis| |coveralls| |license| |python27| |python35| |python36| | ||
|travis| |coveralls| |license| |python35| |python36| |python37| | ||
|
||
.. |travis| image:: https://travis-ci.org/CEA-COSMIC/ModOpt.svg?branch=master | ||
:target: https://travis-ci.org/CEA-COSMIC/ModOpt | ||
|
@@ -12,18 +12,18 @@ ModOpt | |
.. |license| image:: https://img.shields.io/github/license/mashape/apistatus.svg | ||
:target: https://github.com/CEA-COSMIC/ModOpt/blob/master/LICENCE.txt | ||
|
||
.. |python27| image:: https://img.shields.io/badge/python-2.7-green.svg | ||
:target: https://www.python.org/ | ||
|
||
.. |python35| image:: https://img.shields.io/badge/python-3.5-green.svg | ||
:target: https://www.python.org/ | ||
|
||
.. |python36| image:: https://img.shields.io/badge/python-3.6-green.svg | ||
:target: https://www.python.org/ | ||
|
||
.. |python37| image:: https://img.shields.io/badge/python-3.7-green.svg | ||
:target: https://www.python.org/ | ||
|
||
:Author: Samuel Farrens `([email protected]) <[email protected]>`_ | ||
|
||
:Version: 1.3.3 | ||
:Version: 1.4.0 | ||
|
||
:Date: 23/07/2019 | ||
|
||
|
@@ -55,15 +55,13 @@ Required Packages | |
In order to run the code in this repository the following packages must be | ||
installed: | ||
|
||
* |link-to-python| [Last tested with v2.7.15 and v3.7.0] | ||
* |link-to-python| [Last tested with v3.7.0] | ||
|
||
* |link-to-numpy| [Tested with v1.15.4] | ||
* |link-to-numpy| [Tested with v1.16.4] | ||
|
||
* |link-to-scipy| [Tested with v1.1.0] | ||
* |link-to-scipy| [Tested with v1.3.0] | ||
|
||
* |link-to-future| [Tested with v0.17.1] | ||
|
||
* |link-to-progressbar| [Tested with v3.38.0] | ||
* |link-to-progressbar| [Tested with v3.42.0] | ||
|
||
.. |link-to-python| raw:: html | ||
|
||
|
@@ -80,11 +78,6 @@ installed: | |
<a href="http://www.scipy.org/" | ||
target="_blank">Scipy</a> | ||
|
||
.. |link-to-future| raw:: html | ||
|
||
<a href="http://python-future.org/quickstart.html" | ||
target="_blank">Future</a> | ||
|
||
.. |link-to-progressbar| raw:: html | ||
|
||
<a href="https://progressbar-2.readthedocs.io/en/latest/" | ||
|
@@ -95,11 +88,11 @@ Optional Packages | |
|
||
The following packages can optionally be installed to add extra functionality: | ||
|
||
* |link-to-astropy| [Last tested with v3.0.5] | ||
* |link-to-astropy| [Last tested with v3.2.1] | ||
|
||
* |link-to-matplotlib| [Last tested with v3.0.2] | ||
* |link-to-matplotlib| [Last tested with v3.1.1] | ||
|
||
* |link-to-skimage| [Last tested with v0.14.1] | ||
* |link-to-skimage| [Last tested with v0.15.0] | ||
|
||
* |link-to-termcolor| [Last tested with v1.1.0] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,12 +6,19 @@ | |
ModOpt Documentation | ||
====================== | ||
|
||
:Author: Samuel Farrens <[email protected]> | ||
:Author: Samuel Farrens `([email protected]) <[email protected]>`_ | ||
|
||
:Version: 1.3.3 | ||
:Version: 1.4.0 | ||
|
||
:Date: 23/07/2019 | ||
|
||
:Documentation: |link-to-docs| | ||
|
||
.. |link-to-docs| raw:: html | ||
|
||
<a href="https://cea-cosmic.github.io/ModOpt/" | ||
target="_blank">https://cea-cosmic.github.io/ModOpt/</a> | ||
|
||
ModOpt is a series of Modular Optimisation tools for solving inverse problems. | ||
|
||
Contents | ||
|
@@ -24,8 +31,6 @@ Contents | |
|
||
2. `Installation`_ | ||
|
||
3. `Package Contents`_ | ||
|
||
Dependencies | ||
============ | ||
|
||
|
@@ -35,15 +40,13 @@ Required Packages | |
In order to run the code in this repository the following packages must be | ||
installed: | ||
|
||
* |link-to-python| [Last tested with v2.7.15 and v3.7.0] | ||
* |link-to-python| [Last tested with v3.7.0] | ||
|
||
* |link-to-numpy| [Tested with v1.15.4] | ||
* |link-to-numpy| [Tested with v1.16.4] | ||
|
||
* |link-to-scipy| [Tested with v1.1.0] | ||
* |link-to-scipy| [Tested with v1.3.0] | ||
|
||
* |link-to-future| [Tested with v0.17.1] | ||
|
||
* |link-to-progressbar| [Tested with v3.38.0] | ||
* |link-to-progressbar| [Tested with v3.42.0] | ||
|
||
.. |link-to-python| raw:: html | ||
|
||
|
@@ -60,11 +63,6 @@ installed: | |
<a href="http://www.scipy.org/" | ||
target="_blank">Scipy</a> | ||
|
||
.. |link-to-future| raw:: html | ||
|
||
<a href="http://python-future.org/quickstart.html" | ||
target="_blank">Future</a> | ||
|
||
.. |link-to-progressbar| raw:: html | ||
|
||
<a href="https://progressbar-2.readthedocs.io/en/latest/" | ||
|
@@ -75,11 +73,11 @@ Optional Packages | |
|
||
The following packages can optionally be installed to add extra functionality: | ||
|
||
* |link-to-astropy| [Last tested with v2.0.8 and v3.0.5] | ||
* |link-to-astropy| [Last tested with v3.2.1] | ||
|
||
* |link-to-matplotlib| [Last tested with v3.0.2] | ||
* |link-to-matplotlib| [Last tested with v3.1.1] | ||
|
||
* |link-to-skimage| [Last tested with v0.14.1] | ||
* |link-to-skimage| [Last tested with v0.15.0] | ||
|
||
* |link-to-termcolor| [Last tested with v1.1.0] | ||
|
||
|
@@ -106,11 +104,11 @@ The following packages can optionally be installed to add extra functionality: | |
Installation | ||
============ | ||
|
||
To clone the modopt repository from GitHub run the following command: | ||
To clone the ModOpt repository from GitHub run the following command: | ||
|
||
.. code-block:: bash | ||
$ git clone https://github.com/cea-cosmic/modopt | ||
$ git clone https://github.com/cea-cosmic/ModOpt | ||
To install using `easy_install` run the following command: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ | |
""" | ||
|
||
from __future__ import division | ||
import numpy as np | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,6 @@ | |
""" | ||
|
||
from __future__ import division | ||
from builtins import range | ||
import numpy as np | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,12 +6,12 @@ | |
:Author: Samuel Farrens <[email protected]> | ||
:Version: 1.3.3 | ||
:Version: 1.4.0 | ||
""" | ||
|
||
# Package Version | ||
version_info = (1, 3, 3) | ||
version_info = (1, 4, 0) | ||
__version__ = '.'.join(str(c) for c in version_info) | ||
|
||
__about__ = ('ModOpt \n\n ' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ | |
""" | ||
|
||
from __future__ import print_function | ||
import sys | ||
import logging | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ | |
""" | ||
|
||
from __future__ import division | ||
import numpy as np | ||
from modopt.base.types import check_float | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,6 @@ | |
""" | ||
|
||
from __future__ import print_function | ||
import numpy as np | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters