Skip to content

Commit 3fc7db5

Browse files
authored
Merge pull request #29 from radionets-project/add_recent_changes
Add baseline calculation changes to changelog
2 parents b147582 + e28b3fc commit 3fc7db5

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CHANGES.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Pyvisgen v0.2.0 (2024-04-11)
1+
Pyvisgen v0.2.0 (2024-06-12)
22
============================
33

44

@@ -49,6 +49,7 @@ Refactoring and Optimization
4949
- add observation class, which holds all relevant information
5050
- drop scan-wise splitting in visibilities calculations, but split all valid baselines equally
5151
- refactor RIME components (currently only uncorrupted available) [`#28 <https://github.com/radionets-project/pyvisgen/pull/28>`__]
52+
- refactor baseline calculations by replacing loops with pytorch built-in methods
5253

5354

5455
Pyvisgen v0.1.4 (2023-11-09)

docs/changes/28.optimization.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
- add observation class, which holds all relevant information
33
- drop scan-wise splitting in visibilities calculations, but split all valid baselines equally
44
- refactor RIME components (currently only uncorrupted available)
5+
- refactor baseline calculations by replacing loops with pytorch built-in methods

docs/changes/29.maintenance.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- add missing changelog

0 commit comments

Comments
 (0)