Skip to content

Commit

Permalink
update release notes and version for desisim/0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbailey committed Mar 5, 2024
1 parent 8e03511 commit 1b5f229
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,20 @@
desisim change log
==================

0.37.2 (unreleased)
0.38.1 (unreleased)
-------------------

* No changes yet

0.38.0 (2024-03-05)
-------------------

* Fixed bug on quickquasars quasar sampling method to reproduce z distribution
from SV causing a wrong shape in cross-correlation (PR `#577`_).
* Updates for DESI-Y1 LyA mocks with quickquasars (PR `#578`_).

.. _`#577`: https://github.com/desihub/desisim/pull/577
.. _`#578`: https://github.com/desihub/desisim/pull/578

0.37.1 (2023-01-13)
-------------------
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.37.1.dev2411'
__version__ = '0.38.0'

0 comments on commit 1b5f229

Please sign in to comment.