Skip to content

Commit

Permalink
Merge pull request #29 from radionets-project/add_recent_changes
Browse files Browse the repository at this point in the history
Add baseline calculation changes to changelog
  • Loading branch information
aknierim authored Jun 12, 2024
2 parents b147582 + e28b3fc commit 3fc7db5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Pyvisgen v0.2.0 (2024-04-11)
Pyvisgen v0.2.0 (2024-06-12)
============================


Expand Down Expand Up @@ -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 <https://github.com/radionets-project/pyvisgen/pull/28>`__]
- refactor baseline calculations by replacing loops with pytorch built-in methods


Pyvisgen v0.1.4 (2023-11-09)
Expand Down
1 change: 1 addition & 0 deletions docs/changes/28.optimization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions docs/changes/29.maintenance.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- add missing changelog

0 comments on commit 3fc7db5

Please sign in to comment.