From ba0ad293da86429c9ffcd97c4cb43d2f2b8bcef6 Mon Sep 17 00:00:00 2001 From: Anno Knierim Date: Fri, 28 Feb 2025 19:00:07 +0100 Subject: [PATCH] Update changelog --- docs/changes/53.maintenance.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changes/53.maintenance.rst b/docs/changes/53.maintenance.rst index 290b8a4..bf99a92 100644 --- a/docs/changes/53.maintenance.rst +++ b/docs/changes/53.maintenance.rst @@ -1,6 +1,6 @@ - Complete rewrite of dataset creation routine ``pyvisgen.simulation.data_set.SimulateDataSet`` - Accessible using a classmethod to load a config file - - Add optional multiprocessing support + - Add optional multithreading support - Draw and fully test parameters before simulation loop. Previously this was done in the loop and tests were only performed for two time steps - Support for polarization - Add new default config file for new dataset creation routine @@ -8,3 +8,4 @@ - Allow passing HDF5 key in ``pyvisgen.utils.data.open_bundles`` - Restructure ``pyvisgen.gridding`` module by adding a ``utils`` submodule that contains all utility functions that previously were in the ``gridder`` submodule - Also fix parts of the utility functions +- Update and fix tests