Skip to content

Commit b9de47b

Browse files
committed
update: move issue #342 to DOING, #324 to DONE after PR #368 merge
1 parent d4f197d commit b9de47b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BACKLOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
**User-Facing Issues (Medium Priority)**
1616

1717
**Infrastructure & Documentation Issues (Lower Priority)**
18-
- [ ] #342: Refactor - complete symlog tick generation implementation
1918
- [ ] #343: Refactor - extract label positioning constants
2019
- [ ] #344: Refactor - add format threshold constants in axes module
2120
- [ ] #350: Refactor - improve documentation comments in raster drawing module
@@ -24,7 +23,7 @@
2423
- [ ] #360: Refactor - split fortplot_raster.f90 to comply with file size limits
2524

2625
## DOING (Current Work)
27-
- [ ] #324: Refactor - define epsilon constant for numerical comparisons
26+
- [ ] #342: Refactor - complete symlog tick generation implementation
2827

2928
## BLOCKED (Infrastructure Issues)
3029

@@ -51,6 +50,7 @@
5150
- Performance impact validation
5251

5352
## DONE (Completed)
53+
- [x] #324: Refactor - define epsilon constant for numerical comparisons - FIXED: Extracted epsilon constants to shared fortplot_constants module, eliminating code duplication across multiple modules and creating centralized location for mathematical constants (PR #368 merged)
5454
- [x] #323: Test - add edge case tests for PDF heatmap color validation - FIXED: Added comprehensive edge case tests validating constant fields, NaN/infinity values, extreme ranges, and epsilon precision in PDF heatmap rendering (PR #367 merged)
5555
- [x] #347: Fix - Remove funny header from https://lazy-fortran.github.io/fortplot/ - FIXED: Removed duplicate 'project: fortplotlib' line from doc.md that was creating redundant header on GitHub Pages, documented FORD configuration format to prevent recurrence (PR #366 merged)
5656
- [x] #327: Fix - MP4 link not showing on animation.html - FIXED: Corrected incorrect reference from animation.mp4 to animated_plot.mp4 in documentation examples (PR #365 merged)

0 commit comments

Comments
 (0)