Skip to content

Commit

Permalink
Change changelog to present tense
Browse files Browse the repository at this point in the history
  • Loading branch information
aknierim committed Jan 27, 2025
1 parent 7a6dace commit 2921c8d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions docs/changes/39.bugfix.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- Fixed gridding in `pyvisgen.simulation.observation.Observation` methods `create_rd_grid` and `create_lm_grid`
- Fix gridding in `pyvisgen.simulation.observation.Observation` methods `create_rd_grid` and `create_lm_grid`
methods resulting in rotated images
- Fixed `pyvisgen.simulation.observation.ValidBaselineSubset` dataclass field order
- Fixed tests failing because of api change
- Fix `pyvisgen.simulation.observation.ValidBaselineSubset` dataclass field order
- Fix tests failing because of api change
8 changes: 4 additions & 4 deletions docs/changes/39.feature.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- Added class `Polarisation` to `pyvisgen.simulation.visibility` that is called in `vis_loop`
- Add class `Polarisation` to `pyvisgen.simulation.visibility` that is called in `vis_loop`
- Added linear, circular, and no polarisation options
- Updated `pyvisgen.simulation.visibility.Visibilities` dataclass to also store polarisation degree tensors
- Added keyword arguments for polarisation simulation to `pyvisgen.simulation.observation.Observation` class
- Added parallactic angle computation
- Update `pyvisgen.simulation.visibility.Visibilities` dataclass to also store polarisation degree tensors
- Add keyword arguments for polarisation simulation to `pyvisgen.simulation.observation.Observation` class
- Add parallactic angle computation
8 changes: 4 additions & 4 deletions docs/changes/39.maintenance.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- Changed pyvisgen.simulation.visibility.Visibilities dataclass component names from stokes components (I , Q, U, and V)
- Change pyvisgen.simulation.visibility.Visibilities dataclass component names from stokes components (I , Q, U, and V)
to visibilities constructed from the stokes components (`V_11`, `V_22`, `V_12`, `V_21`)
- Changed indices for stokes components according to AIPS Memo 114
- Change indices for stokes components according to AIPS Memo 114
- Indices will be set automatically depending on simulated polarisation
- Updated comment strings in FITS files
- Updated docstrings accordingly in `pyvisgen.simulation.visibility.vis_loop` and `pyvisgen.simulation.observation.Observation`
- Update comment strings in FITS files
- Update docstrings accordingly in `pyvisgen.simulation.visibility.vis_loop` and `pyvisgen.simulation.observation.Observation`

0 comments on commit 2921c8d

Please sign in to comment.