From e3d0dfe3c030e98e5082a9b67afd0a66b56a4bfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20S=C3=A1nchez-Gallego?= Date: Thu, 4 Jul 2024 11:41:43 -0700 Subject: [PATCH] Update changelog for #455 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 740dce5c..06241798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Next version +### ✨ Improved + +* [#455](https://github.com/sdss/target_selection/pull/455) Significant rewrite of the `FileCarton` code to deal with instances of duplicate rows for a single input identifier. + ### ⚙️ Engineering * [#454](https://github.com/sdss/target_selection/pull/454) Adapt `target_selection` to using a PEP517 installer with Poetry backend. Lint and format using `ruff`. Added linting and release workflows and updated the RTDs build.