Skip to content

Commit

Permalink
Merge pull request #443 from linetools/more_script
Browse files Browse the repository at this point in the history
merging; tests failing to new numpy only.
  • Loading branch information
ntejos committed Dec 22, 2017
2 parents 06e7569 + cc8d1fc commit 7acdc98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

Updates
.......

- Added extra attributes to AbsComponents
- Added script to get HST/COS life-time position from date
- Added Cashman+2017 catalog in LineList

Bug fixes
.........
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ def recursive_glob(basedir, pattern):
'lt_plot = linetools.scripts.lt_plot:main',
'lt_radec = linetools.scripts.lt_radec:main',
'lt_solabnd = linetools.scripts.lt_solabnd:main',
'lt_get_COS_LP = linetools.scripts.lt_get_COS_LP:main',

# 'astropy-package-template-example = packagename.example_mod:main',
]

Expand Down

0 comments on commit 7acdc98

Please sign in to comment.