Skip to content

Commit

Permalink
Update changes.rst prior to 1.0.4 tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed Jun 24, 2019
1 parent 765d467 commit 772c108
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,24 @@
fiberassign change log
======================

1.0.3 (unreleased)
1.0.4 (2019-06-24)
------------------

* Fix an issue with reproducibility of the ordering of available tile-fibers
for each target (PR `#203`_).
* Switch to using device location (rather than fiber ID) as an indexing key
throughout the code (PR `#204`_).
* Remove "short cut" when computing fiber collisions. Always do the collision
check (PR `#206`_).
* Restore sorting of output assignment in fiber ID order rather than device
location (PR `#208`_).

.. _`#203`: https://github.com/desihub/fiberassign/pull/203
.. _`#204`: https://github.com/desihub/fiberassign/pull/204
.. _`#206`: https://github.com/desihub/fiberassign/pull/206
.. _`#208`: https://github.com/desihub/fiberassign/pull/208

1.0.2 (2019-05-30)
1.0.3 (2019-05-30)
------------------

* PR `#202`_:
Expand Down

0 comments on commit 772c108

Please sign in to comment.