Skip to content

Commit 58528e0

Browse files
committed
preparing for next tag
1 parent aec05e5 commit 58528e0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/changes.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
desisim change log
33
==================
44

5-
0.28.0 (unreleased)
5+
0.28.0 (2018-07-18)
66
-------------------
77

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

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

183183
.. _`PR #250`: https://github.com/desihub/desisim/pull/250

py/desisim/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.27.0.dev1392'
1+
__version__ = '0.28.0'

0 commit comments

Comments
 (0)