Skip to content

Commit

Permalink
Add epoch 67 (#573)
Browse files Browse the repository at this point in the history
* Update files

* Update __init__

* Update changelog
  • Loading branch information
ddobie authored Oct 3, 2024
1 parent c2809f4 commit c85c9d4
Show file tree
Hide file tree
Showing 4 changed files with 1,372 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

#### Added

- Add epoch 67 [#573](https://github.com/askap-vast/vast-tools/pull/573)
- Add epoch 66 [#569](https://github.com/askap-vast/vast-tools/pull/569)
- Add epochs 64 and 65 [#568](https://github.com/askap-vast/vast-tools/pull/568)
- Support for Python 3.10 [#334](https://github.com/askap-vast/vast-tools/pull/334)
Expand Down Expand Up @@ -36,6 +37,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

#### List of PRs

- [#573](https://github.com/askap-vast/vast-tools/pull/573): feat: Add epoch 67
- [#569](https://github.com/askap-vast/vast-tools/pull/569): feat: Add epoch 66
- [#567](https://github.com/askap-vast/vast-tools/pull/567): fix: Correctly calculate plot_lightcurve y-axis range for multi-frequency upper limits
- [#568](https://github.com/askap-vast/vast-tools/pull/568): feat, docs: Add epochs 64 and 65, and fix new epoch addition docs page syntax
Expand Down
1 change: 1 addition & 0 deletions vasttools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"64": "64",
"65": "65",
"66": "66",
"67": "67",
}

OBSERVED_EPOCHS = {
Expand Down
Loading

0 comments on commit c85c9d4

Please sign in to comment.