Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/versioning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

paths:
- "changelog.d/**"
- "CHANGELOG.md"
- "!pyproject.toml"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion changelog.d/changed.1.md
Original file line number Diff line number Diff line change
@@ -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. Migrated versioning workflow from expired PAT to GitHub App token.
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. Update versioning path to include CHANGELOG.
Loading