forked from sunpy/sunpy
-
Notifications
You must be signed in to change notification settings - Fork 1
0.3 Release Notes
Cadair edited this page Apr 13, 2013
·
2 revisions
Features changed or updated:
- Removal of Optional PIL dependancy
- Parse_time now looks through nested lists/tuples
- Draw_limb and draw_grid are now implemented on mapcube
- mapcube.plot() now runs a mpl animation with optional controls
- A basic Region of Interest framework now exists under sunpy.roi
- STEREO COR colour maps have been ported from solarsoft.
- sunpy.time.timerange has a split() method that divides up a time range into n equal parts.
Bug fixes or under the hood chnages:
- A major re-work of all interal imports has resulted in a much cleaner namespace, i.e. sunpy.util.util is no longer used to import util.
- Some SOHO and STEREO files were not importing properly due to a date_obs parameter.
- Sunpy will now read JP2 files without a comment parameter.