APLpy
Advanced tools
+20
| APLpy - The Astronomical Plotting Library in Python | ||
| Copyright (c) 2010-2013 Thomas P. Robitaille and Eli Bressert | ||
| Permission is hereby granted, free of charge, to any person obtaining a | ||
| copy of this software and associated documentation files (the "Software"), | ||
| to deal in the Software without restriction, including without limitation | ||
| the rights to use, copy, modify, merge, publish, distribute, sublicense, | ||
| and/or sell copies of the Software, and to permit persons to whom the | ||
| Software is furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in | ||
| all copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
| FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | ||
| DEALINGS IN THE SOFTWARE. |
+40
| [](https://travis-ci.org/aplpy/aplpy) | ||
| [](https://coveralls.io/r/aplpy/aplpy?branch=master) | ||
| [](https://aplpy.readthedocs.io/en/latest/) | ||
| About | ||
| ----- | ||
| APLpy (the Astronomical Plotting Library in Python) is a | ||
| Python module aimed at producing publication-quality plots | ||
| of astronomical imaging data in FITS format. | ||
| PyPI: https://pypi.python.org/pypi/APLpy | ||
| Website: http://aplpy.github.io | ||
| Documentation: http://aplpy.readthedocs.io | ||
| APLpy is released under an MIT open-source license. | ||
| Installing | ||
| ---------- | ||
| The following dependencies are required: | ||
| * [Numpy](http://numpy.scipy.org) 1.4.1 or later | ||
| * [Matplotlib](http://www.matplotlib.org) 1.0.0 or later | ||
| * [Astropy](http://www.astropy.org) 0.2.0 or later | ||
| and the following are optional: | ||
| * [Montage](http://montage.ipac.caltech.edu/) 3.0 or later | ||
| * [PyAVM](http://astrofrog.github.io/pyavm/) | ||
| * [pyregion](http://pyregion.readthedocs.org/) | ||
| * [Python Imaging Library](http://www.pythonware.com/products/pil/) (PIL) | ||
| * [montage-wrapper](http://www.astropy.org/montage-wrapper) 0.9.5 or later | ||
| You can install APLpy with: | ||
| pip install aplpy |
+5
-5
@@ -1,2 +0,2 @@ | ||
| # Autogenerated by Astropy-affiliated package aplpy's setup.py on 2016-09-23 12:18:42.210699 | ||
| # Autogenerated by Astropy-affiliated package aplpy's setup.py on 2016-10-04 16:46:22.235148 | ||
| from __future__ import unicode_literals | ||
@@ -184,4 +184,4 @@ import datetime | ||
| _packagename = "aplpy" | ||
| _last_generated_version = "1.1" | ||
| _last_githash = "087e7c3b2c44c8b1ca07de88f8f038c01265188b" | ||
| _last_generated_version = "1.1.1" | ||
| _last_githash = "1c8402d91a08e309db9891f7f7a81632074df336" | ||
@@ -204,6 +204,6 @@ # Determine where the source code for this module | ||
| minor = 1 | ||
| bugfix = 0 | ||
| bugfix = 1 | ||
| release = True | ||
| timestamp = datetime.datetime(2016, 9, 23, 12, 18, 42, 210699) | ||
| timestamp = datetime.datetime(2016, 10, 4, 16, 46, 22, 235148) | ||
| debug = False | ||
@@ -210,0 +210,0 @@ |
+7
-0
| CHANGES | ||
| -------- | ||
| 1.1.1 (2016-10-04) | ||
| ------------------ | ||
| - Added missing LICENSE and README to tarball. | ||
| - Fix undefined ``HDUList``. [#317] | ||
| 1.1 (2016-09-23) | ||
@@ -5,0 +12,0 @@ ---------------- |
+1
-1
| Metadata-Version: 1.1 | ||
| Name: APLpy | ||
| Version: 1.1 | ||
| Version: 1.1.1 | ||
| Summary: The Astronomical Plotting Library in Python | ||
@@ -5,0 +5,0 @@ Home-page: http://aplpy.github.io |
+1
-1
@@ -49,3 +49,3 @@ #!/usr/bin/env python | ||
| # VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) | ||
| VERSION = '1.1' | ||
| VERSION = '1.1.1' | ||
@@ -52,0 +52,0 @@ # Indicates if this version is a release version |
Sorry, the diff of this file is too big to display
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
1899833
0.14%263
0.77%