-
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 #30 from sfarrens/astropy_fix
Astropy fix
- Loading branch information
Showing
19 changed files
with
307 additions
and
408 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
ModOpt | ||
====== | ||
|
||
|travis| |coveralls| |license| |python27| |python35| | ||
|travis| |coveralls| |license| |python27| |python35| |python36| | ||
|
||
.. |travis| image:: https://travis-ci.org/CEA-COSMIC/ModOpt.svg?branch=master | ||
:target: https://travis-ci.org/CEA-COSMIC/ModOpt | ||
|
@@ -12,17 +12,20 @@ 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-yellow.svg | ||
.. |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-yellow.svg | ||
.. |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/ | ||
|
||
:Author: Samuel Farrens `([email protected]) <[email protected]>`_ | ||
|
||
:Version: 1.1.7 | ||
:Version: 1.2.0 | ||
|
||
:Date: 26/10/2018 | ||
:Date: 21/11/2018 | ||
|
||
:Documentation: |link-to-docs| | ||
|
||
|
@@ -52,17 +55,15 @@ Required Packages | |
In order to run the code in this repository the following packages must be | ||
installed: | ||
|
||
* |link-to-python| [Tested with 2.7.11 and 3.6.3] | ||
|
||
* |link-to-numpy| [Tested with v1.13.3] | ||
* |link-to-python| [Last tested with v2.7.15 and v3.7.0] | ||
|
||
* |link-to-scipy| [Tested with v1.0.0] | ||
* |link-to-numpy| [Tested with v1.15.4] | ||
|
||
* |link-to-future| [Tested with v0.16.0] | ||
* |link-to-scipy| [Tested with v1.1.0] | ||
|
||
* |link-to-astropy| [Tested with v2.0.2] | ||
* |link-to-future| [Tested with v0.17.1] | ||
|
||
* |link-to-progressbar| [Tested with v3.34.3] | ||
* |link-to-progressbar| [Tested with v3.38.0] | ||
|
||
.. |link-to-python| raw:: html | ||
|
||
|
@@ -84,11 +85,6 @@ installed: | |
<a href="http://python-future.org/quickstart.html" | ||
target="_blank">Future</a> | ||
|
||
.. |link-to-astropy| raw:: html | ||
|
||
<a href="http://www.astropy.org/" | ||
target="_blank">Astropy</a> | ||
|
||
.. |link-to-progressbar| raw:: html | ||
|
||
<a href="https://progressbar-2.readthedocs.io/en/latest/" | ||
|
@@ -99,15 +95,29 @@ Optional Packages | |
|
||
The following packages can optionally be installed to add extra functionality: | ||
|
||
* |link-to-matplotlib| [Tested with v2.1.0] | ||
* |link-to-astropy| [Last tested with v3.0.5] | ||
|
||
* |link-to-matplotlib| [Last tested with v3.0.2] | ||
|
||
* |link-to-termcolor| [Tested with v1.1.0] | ||
* |link-to-skimage| [Last tested with v0.14.1] | ||
|
||
* |link-to-termcolor| [Last tested with v1.1.0] | ||
|
||
.. |link-to-astropy| raw:: html | ||
|
||
<a href="http://www.astropy.org/" | ||
target="_blank">Astropy</a> | ||
|
||
.. |link-to-matplotlib| raw:: html | ||
|
||
<a href="http://matplotlib.org/" | ||
target="_blank">Matplotlib</a> | ||
|
||
.. |link-to-skimage| raw:: html | ||
|
||
<a href="https://scikit-image.org/" | ||
target="_blank">Scikit-Image</a> | ||
|
||
.. |link-to-termcolor| raw:: html | ||
|
||
<a href="https://pypi.python.org/pypi/termcolor" | ||
|
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,9 +8,9 @@ ModOpt Documentation | |
|
||
:Author: Samuel Farrens <[email protected]> | ||
|
||
:Version: 1.1.7 | ||
:Version: 1.2.0 | ||
|
||
:Date: 26/10/2018 | ||
:Date: 21/11/2018 | ||
|
||
ModOpt is a series of Modular Optimisation tools for solving inverse problems. | ||
|
||
|
@@ -35,18 +35,15 @@ Required Packages | |
In order to run the code in this repository the following packages must be | ||
installed: | ||
|
||
* |link-to-python| [Tested with 2.7.11 and 3.6.3] | ||
* |link-to-python| [Last tested with v2.7.15 and v3.7.0] | ||
|
||
* |link-to-numpy| [Tested with v1.13.3] | ||
* |link-to-numpy| [Tested with v1.15.4] | ||
|
||
* |link-to-scipy| [Tested with v1.0.0] | ||
* |link-to-scipy| [Tested with v1.1.0] | ||
|
||
* |link-to-future| [Tested with v0.16.0] | ||
|
||
* |link-to-astropy| [Tested with v2.0.2] | ||
|
||
* |link-to-progressbar| [Tested with v3.34.3] | ||
* |link-to-future| [Tested with v0.17.1] | ||
|
||
* |link-to-progressbar| [Tested with v3.38.0] | ||
|
||
.. |link-to-python| raw:: html | ||
|
||
|
@@ -68,11 +65,6 @@ installed: | |
<a href="http://python-future.org/quickstart.html" | ||
target="_blank">Future</a> | ||
|
||
.. |link-to-astropy| raw:: html | ||
|
||
<a href="http://www.astropy.org/" | ||
target="_blank">Astropy</a> | ||
|
||
.. |link-to-progressbar| raw:: html | ||
|
||
<a href="https://progressbar-2.readthedocs.io/en/latest/" | ||
|
@@ -83,15 +75,29 @@ Optional Packages | |
|
||
The following packages can optionally be installed to add extra functionality: | ||
|
||
* |link-to-matplotlib| [Tested with v2.1.0] | ||
* |link-to-astropy| [Last tested with v2.0.8 and v3.0.5] | ||
|
||
* |link-to-matplotlib| [Last tested with v3.0.2] | ||
|
||
* |link-to-termcolor| [Tested with v1.1.0] | ||
* |link-to-skimage| [Last tested with v0.14.1] | ||
|
||
* |link-to-termcolor| [Last tested with v1.1.0] | ||
|
||
.. |link-to-astropy| raw:: html | ||
|
||
<a href="http://www.astropy.org/" | ||
target="_blank">Astropy</a> | ||
|
||
.. |link-to-matplotlib| raw:: html | ||
|
||
<a href="http://matplotlib.org/" | ||
target="_blank">Matplotlib</a> | ||
|
||
.. |link-to-skimage| raw:: html | ||
|
||
<a href="https://scikit-image.org/" | ||
target="_blank">Scikit-Image</a> | ||
|
||
.. |link-to-termcolor| raw:: html | ||
|
||
<a href="https://pypi.python.org/pypi/termcolor" | ||
|
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 |
---|---|---|
|
@@ -6,12 +6,12 @@ | |
:Author: Samuel Farrens <[email protected]> | ||
:Version: 1.1.7 | ||
:Version: 1.2.0 | ||
""" | ||
|
||
# Package Version | ||
version_info = (1, 1, 7) | ||
version_info = (1, 2, 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
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
Oops, something went wrong.