Skip to content

Commit

Permalink
Merge pull request #838 from Cadair/0.4
Browse files Browse the repository at this point in the history
This is 0.4
  • Loading branch information
Cadair committed Feb 14, 2014
2 parents b738061 + 62cb38a commit 327ef9e
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 73 deletions.
45 changes: 45 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
The SunPy development team is pleased to announce the release of SunPy 0.4.0.
This release contains many new features, some of which are contributed by people
who participated in GSOC 2013. It includes the addition of a new local database for storing
and searching data, it features a HEK to VSO translator and a new HELIO module in net.
As well as this major work has been undertaken on the documentation and a new website developed.

This release contains 1025 commits from 19 people.

New Features:

* **Major** documentation refactor. A far reaching re-write and restructure.
* Add a SunPy Database to store and search local data.
* Add beta support for querying the HELIO HEC
* Add beta HEK to VSO query translation.
* Add the ability to download the GOES event list.
* Add support for downloading and querying the LYTAF database.
* Add support for ANA data.
* Updated sun.constants to use astropy.constants objects which include units, source,
and error instide. For more info check out http://docs.astropy.org/en/latest/constants/index.html
* Add some beta support for IRIS data products
* Add a new MapCubeAnimator class with interactive widgets which is returned by mapcube.peek().
* The Glymur library is now used to read JPEG2000 files.
* GOESLightCurve now supports all GOES satellites.



The people who have contributed to this release are:

Stuart Mumford
Simon Liedtke
Steven Christe
Jack Ireland
Andrew Inglis
Nabil Freij
Samuel Bennett
David Perez-Suarez
Pritish Chakraborty
Albert Y. Shih
John Evans
Michael Malocha
Florian Mayer
Russell Hewett
Jose Iván Campos
Keith Hughitt
Tiago Pereira
70 changes: 0 additions & 70 deletions RELEASE.txt

This file was deleted.

5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'Operating System :: MacOS'
]

VERSION = '0.3.2'
VERSION = '0.4.0'

def git_description():
import subprocess
Expand Down Expand Up @@ -104,11 +104,10 @@ def install(setup): #pylint: disable=W0621
write_version_py()

setup(
author="Steven Christe, Matt Earnshaw, Russell Hewett, Keith Hughitt, Jack Ireland, Florian Mayer, Stuart Mumford, Albert Shih, David Perez-Suarez et. al",
author="Steven Christe, Russell Hewett, Keith Hughitt, Jack Ireland, Florian Mayer, Stuart Mumford, Albert Shih, David Perez-Suarez et. al",
author_email="sunpy@googlegroups.com",
classifiers=CLASSIFIERS,
description=DOCLINES[0],
download_url="http://www.sunpy.org/download/",
install_requires=[
'numpy>1.7.1',
'astropy>=0.3.0',
Expand Down

0 comments on commit 327ef9e

Please sign in to comment.