From a4377447b8a9fc10b8fbe43baf364da265d49a34 Mon Sep 17 00:00:00 2001 From: juaristi22 Date: Fri, 3 Apr 2026 18:20:33 +0530 Subject: [PATCH] update fragment --- changelog.d/changed.1.md | 2 +- changelog.d/removed.1.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 changelog.d/removed.1.md diff --git a/changelog.d/changed.1.md b/changelog.d/changed.1.md index b6b2a95..65d886a 100644 --- a/changelog.d/changed.1.md +++ b/changelog.d/changed.1.md @@ -1 +1 @@ -Updated dashboard fonts from Roboto Serif to Inter/JetBrains Mono, added data preview on file upload, added reusable ChartLegend component, and improved chart styling across all visualization components. Updated paper formatting to Times New Roman 11pt with 1.5in margins, added Acknowledgements and Disclosures section with keywords, and refreshed figures and results with latest cross-validation run. +Updated dashboard fonts from Roboto Serif to Inter/JetBrains Mono, added data preview on file upload, added reusable ChartLegend component, and improved chart styling across all visualization components. Updated paper formatting to Times New Roman 11pt with 1.5in margins, added Acknowledgements and Disclosures section with keywords, and refreshed figures and results with latest cross-validation run. Migrated versioning workflow from expired PAT to GitHub App token. diff --git a/changelog.d/removed.1.md b/changelog.d/removed.1.md deleted file mode 100644 index 38da4cd..0000000 --- a/changelog.d/removed.1.md +++ /dev/null @@ -1 +0,0 @@ -Removed flake8 from dev dependencies (ruff is already used for linting).