Skip to content

Commit

Permalink
Fixed incorrect PR number in changelog (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddobie authored Jul 18, 2024
1 parent 4efecb7 commit 705a815
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

#### Changed

- Changed pipeline.new_sources.parallel_get_rms_measurements to drop all but one RMS measurmeents [#725](https://github.com/askap-vast/vast-pipeline/pull/725)
- Changed pipeline.new_sources.parallel_get_rms_measurements to drop all but one RMS measurmeents [#730](https://github.com/askap-vast/vast-pipeline/pull/730)
- Use chunks for associations upload [#726](https://github.com/askap-vast/vast-pipeline/pull/726)
- Updated all FITS loading to use a wrapper that can handle compressed FITS files [#694](https://github.com/askap-vast/vast-pipeline/pull/694)
- Downgrade ci-docs to python 3.8 [#702](https://github.com/askap-vast/vast-pipeline/pull/702)
Expand Down Expand Up @@ -79,7 +79,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

#### Fixed

- Fix memory leak in new_sources merge [#725](https://github.com/askap-vast/vast-pipeline/pull/725)
- Fix memory leak in new_sources merge [#730](https://github.com/askap-vast/vast-pipeline/pull/730)
- Fix memory leak in model upload [#726](https://github.com/askap-vast/vast-pipeline/pull/726)
- Implemented sensible dask dataframe partitioning [#724](https://github.com/askap-vast/vast-pipeline/pull/724)
- Fixed outdated `runpipeline` section on CLI docs page [#685](https://github.com/askap-vast/vast-pipeline/pull/685).
Expand Down Expand Up @@ -120,7 +120,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

#### List of PRs

- [#725](https://github.com/askap-vast/vast-pipeline/pull/725): fix: Fix memory leak in new_sources merge
- [#730](https://github.com/askap-vast/vast-pipeline/pull/730): fix: Fix memory leak in new_sources merge
- [#726](https://github.com/askap-vast/vast-pipeline/pull/726): fix: Fix memory leak in model upload and use chunks for associations upload
- [#724](https://github.com/askap-vast/vast-pipeline/pull/724): fix, feat: Implemented sensible dask dataframe partitioning
- [#694](https://github.com/askap-vast/vast-pipeline/pull/694): feat: Handle compressed fits files.
Expand Down

0 comments on commit 705a815

Please sign in to comment.