Skip to content

Commit

Permalink
update changes for v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ntejos committed Oct 24, 2017
1 parent 5ebd872 commit 5dea9c1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions CHANGES.rst
@@ -1,8 +1,24 @@
0.2 (unreleased)
0.3 (Unreleased)
----------------

Updates
.......


Bug fixes
.........


0.2 (2017-10-24)
----------------

Updates
.......
- Extra features to main Objects like XSpectrum1D, AbsComponent, AbsLine, LineList
- Added some extra emisison lines to Galaxy LineList
- Refactor from pyQt4 -> pyQt5
- Improvements to GUIs and scripts
- Added EmLine and EmSystem classes
- LineList.available_transitions() no longer has key argument n_max
- LineList: extra attributes for transitions added (`ion_name`, `log(w*f)`, `abundance`, `ion_correction`, `rel_strength`)
- ASCII tables with no header are required to be 4 columns or less for `io.readspec` to work
Expand All @@ -17,7 +33,7 @@ Updates
- Added LineLimits class
- Added SolarAbund class
- Added lt_radec and lt_line scripts
- Added LSF class to handle line-spread-functions. Currently implemented for HST/COS and some HST/STIS configurations.
- Added LSF class to handle line-spread-functions. Currently implemented for HST/COS and most HST/STIS configurations.

Bug fixes
.........
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -47,7 +47,7 @@
builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME

# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
VERSION = '0.2.dev'
VERSION = '0.3.dev'

# Indicates if this version is a release version
RELEASE = 'dev' not in VERSION
Expand Down

0 comments on commit 5dea9c1

Please sign in to comment.