Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 13e7561

Browse files
committed
Merge pull request sunpy#365 from sunpy/staging
This is 0.2!
2 parents 004c191 + 571ae63 commit 13e7561

60 files changed

Lines changed: 1575 additions & 741 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
recursive-include doc/html *
22
recursive-include sunpy *.py
3+
recursive-include sunpy *.h
4+
recursive-include sunpy *.c
35
recursive-include sunpy/data/sample *
46
recursive-include sunpy/data/test *
57
include sunpy/data/sunpyrc

RELEASE.txt

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
The SunPy development team is pleased to announce the release of SunPy 0.2 "Thanksgiving Tortoise". This release is a large milestone for SunPy. Including the additon of many new features, and forms the
2+
foundations for future releases.
3+
4+
This release is over 13 months worth of work and contains over 1200 commits from 14 contributors.
5+
6+
The major new features added in this release are:
7+
8+
Completely re-written plotting routines for most of the core datatypes. JPEG 2000 support as an input file type. Improved documentation for much of the code base, including re-written installation
9+
instructions.
10+
11+
New lightcurve object
12+
13+
LYRA support
14+
GOES/XRS support
15+
SDO/EVE support
16+
17+
New Spectrum and Spectrogram object (in development)
18+
19+
Spectrogram plotting routines
20+
Callisto spectrum type and support
21+
STEREO/SWAVES support
22+
23+
Map Object
24+
25+
Added support for LASCO, Yohkoh/XRT maps
26+
A new CompositeMap object for overlaying maps
27+
Resample method
28+
Superpixel method
29+
The addition of the rotate() method for 2D maps.
30+
31+
The people who have contributed to this release are:
32+
33+
Florian Mayer
34+
Keith Hughitt
35+
Jack Ireland
36+
Steven Christe
37+
Stuart Mumford
38+
Albert Shih
39+
Matt Earnshaw
40+
Nicky Chorley
41+
David Perez-Suarez
42+
Andrew Inglis
43+
Russell Hewett
44+
Thomas Robitaille
45+
Jordan Ballew
46+
Arseniy Kustov
47+
48+

doc/logo/sunpy_icon_128x128.png

2.12 KB
Loading

doc/logo/sunpy_icon_500x500.png

20.4 KB
Loading

doc/logo/sunpy_icon_64x64.png

1015 Bytes
Loading
9.4 KB
Loading
7.33 KB
Loading
32.5 KB
Loading
14.6 KB
Loading

doc/source/about.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ About
44
The SunPy project is an effort to create an open-source software library for
55
solar physics using the `Python <http://www.python.org/>`_ programming language.
66

7-
Currently the project is in the very early stages of development and planning,
8-
and is not ready yet to be used in day-to-day software development. If you like
7+
Currently the project is in the early stages of development and planning. If you like
98
to get involved with the effort considering joining the `SunPy mailing list
109
<https://groups.google.com/forum/#!forum/sunpy>`_ or `downloading the latest
1110
source-code <https://github.com/sunpy/sunpy>`_ from GitHub.

0 commit comments

Comments
 (0)