From 1b5f229f37c97ec6f7aade30bb2ade3774dfb523 Mon Sep 17 00:00:00 2001 From: Stephen Bailey Date: Tue, 5 Mar 2024 13:45:43 -0800 Subject: [PATCH] update release notes and version for desisim/0.38.0 --- doc/changes.rst | 9 ++++++++- py/desisim/_version.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/changes.rst b/doc/changes.rst index b996edef3..ce48f1a0a 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -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) ------------------- diff --git a/py/desisim/_version.py b/py/desisim/_version.py index 7d8f31397..457618b15 100644 --- a/py/desisim/_version.py +++ b/py/desisim/_version.py @@ -1 +1 @@ -__version__ = '0.37.1.dev2411' +__version__ = '0.38.0'