From 705a815e807eab74e4563274d7a45eab7e3c4396 Mon Sep 17 00:00:00 2001 From: Dougal Dobie Date: Thu, 18 Jul 2024 17:37:09 +1000 Subject: [PATCH] Fixed incorrect PR number in changelog (#731) --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a411d0d..4e7f634a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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). @@ -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.