Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

APLpy

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

APLpy - npm Package Compare versions

Comparing version
1.1
to
1.1.1
+20
LICENSE.md
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.
[![Build Status](https://travis-ci.org/aplpy/aplpy.svg?branch=master)](https://travis-ci.org/aplpy/aplpy)
[![Coverage Status](https://coveralls.io/repos/aplpy/aplpy/badge.svg?branch=master)](https://coveralls.io/r/aplpy/aplpy?branch=master)
[![Documentation Status](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](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 @@

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 @@ ----------------

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

@@ -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