From 2112a277b8215497f87ad8ef565eca270dd8c3dd Mon Sep 17 00:00:00 2001 From: Anno Knierim Date: Wed, 12 Jun 2024 18:22:24 +0200 Subject: [PATCH 1/3] Add baseline calculation changes --- docs/changes/28.optimization.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changes/28.optimization.rst b/docs/changes/28.optimization.rst index ee5a31e..a849c51 100644 --- a/docs/changes/28.optimization.rst +++ b/docs/changes/28.optimization.rst @@ -2,3 +2,4 @@ - add observation class, which holds all relevant information - drop scan-wise splitting in visibilities calculations, but split all valid baselines equally - refactor RIME components (currently only uncorrupted available) +- refactor baseline calculations by replacing loops with pytorch built-in methods From b4b502832d0186ec6defba2b2b486c44506ccfcb Mon Sep 17 00:00:00 2001 From: Anno Knierim Date: Wed, 12 Jun 2024 18:30:02 +0200 Subject: [PATCH 2/3] Update CHANGES.rst --- CHANGES.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6a0b4a8..681902f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -Pyvisgen v0.2.0 (2024-04-11) +Pyvisgen v0.2.0 (2024-06-12) ============================ @@ -49,6 +49,7 @@ Refactoring and Optimization - add observation class, which holds all relevant information - drop scan-wise splitting in visibilities calculations, but split all valid baselines equally - refactor RIME components (currently only uncorrupted available) [`#28 `__] + - refactor baseline calculations by replacing loops with pytorch built-in methods Pyvisgen v0.1.4 (2023-11-09) From e28b3fcb0520862d4a7e65abcaf4a081d16f2339 Mon Sep 17 00:00:00 2001 From: Kevin Schmidt Date: Wed, 12 Jun 2024 18:36:05 +0200 Subject: [PATCH 3/3] add changelog --- docs/changes/29.maintenance.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/changes/29.maintenance.rst diff --git a/docs/changes/29.maintenance.rst b/docs/changes/29.maintenance.rst new file mode 100644 index 0000000..187aafe --- /dev/null +++ b/docs/changes/29.maintenance.rst @@ -0,0 +1 @@ +- add missing changelog