Skip to content

Commit

Permalink
update release notes and version for desimodel/0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbailey committed Sep 19, 2017
1 parent 813de6d commit 19e4a3a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
desimodel Release Notes
=======================

0.9.0 (unreleased)
0.9.1 (unreleased)
------------------

* No changes yet

0.9.0 (2017-09-19)
------------------

* Added desimodel.focalplane.radec2xy, which converts RA, Dec coordinates to x, y coordinates on the focal plane, which accepts vector inputs.
Expand All @@ -11,6 +16,7 @@ desimodel Release Notes
* Added desimodel.focalplane.get_gfa_targets() to return a table with added columns GFA_LOC and TILEID that consists of all targets on any GFA on any tile satisfying a minimum flux in the r-band.
* Unittests for the desimodel.focalplane functions were updated accordingly.
* Added desimodel.footprint.find_points_in_tel_range() to return a list of indices withnin a radius of an arbitray telescope pointing, unaware of tiles (Added respective unittest)
* Adds desimodel.focalplane.fiber_area_arcsec2()
* Updates tests to work with trimmed data subset

0.8.0 (2017-08-07)
Expand Down
2 changes: 1 addition & 1 deletion py/desimodel/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.7.0.dev204'
__version__ = '0.9.0'

0 comments on commit 19e4a3a

Please sign in to comment.