From 09c4c4b5b8d38315c6e0b06db0f5bc734429ce49 Mon Sep 17 00:00:00 2001 From: Andrea Zonca Date: Fri, 15 Nov 2024 12:23:55 -0800 Subject: [PATCH] changelog --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.rst b/CHANGES.rst index 2b766e82..22382392 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,6 @@ 3.4.1 (unreleased) ================== +- Make sure models are evaluated in double precision https://github.com/galsci/pysm/pull/196 - Fix bug in `cib1` when frequency goes below 18.7 GHz, emission too large https://github.com/galsci/pysm/pull/195 - Finalized Point Source Catalog component and backgroud component https://github.com/galsci/pysm/pull/191 - Configure verbosity easily with `set_verbosity()`