Skip to content

Commit

Permalink
preparing for next tag
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Jul 18, 2018
1 parent aec05e5 commit 58528e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
desisim change log
==================

0.28.0 (unreleased)
0.28.0 (2018-07-18)
-------------------

* Add BALs to templates.QSO class (`PR #321`_).
Expand All @@ -20,9 +20,9 @@ desisim change log
* Add rest-frame option to templates.SIMQSO (`PR #377`_).
* Optionally change output wave vector in templates.SIMQSO when noresample=True
or restframe=True (`PR #383`_).
* Fix `newexp-mock` and `wrap-fastframe` file parsing for `NIGHT/EXPID/*.*`
vs. `NIGHT/*.*`.
* Speed up emission line simulation when using MKL >= 2018.0.2 (`PR #390`_).
* Fix ``newexp-mock`` and ``wrap-fastframe`` file parsing for ``NIGHT/EXPID/*.*``
vs. ``NIGHT/*.*``.
* Speed up emission line simulation when using ``MKL >= 2018.0.2`` (`PR #390`_).

.. _`PR #321`: https://github.com/desihub/desisim/pull/321
.. _`PR #349`: https://github.com/desihub/desisim/pull/349
Expand Down Expand Up @@ -177,7 +177,7 @@ Requires desitarget < 0.19.0
* Add BGS, MWS to z_find QA
* Miscellaneous polishing in QA (velocity, clip before RMS, extend [OII] flux, S/N per Ang)
* Bug fix: correctly select both "bright" and "faint" BGS templates by default
(`PR #257`_).
(`PR #257`_).
* Updates for newexp/fastframe wrappers for end-to-end sims (`PR #258`_).

.. _`PR #250`: https://github.com/desihub/desisim/pull/250
Expand Down
2 changes: 1 addition & 1 deletion py/desisim/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.27.0.dev1392'
__version__ = '0.28.0'

0 comments on commit 58528e0

Please sign in to comment.