• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

bramp / build-along / 19774768684

Builds Branch Commit Type Ran Committer Via Coverage
19774768684 main Add pdf_page_number to Page and replace InstructionBook with Manual - Add pdf_page_number field to Page class (required, 1-indexed PDF page number) - Add manual property to BatchClassificationResult to create Manual from results - Add model_valid... push 28 Nov 2025 10:15PM UTC bramp github
90.48
19773248084 main Reduced some logging statements from info to debug. push 28 Nov 2025 08:27PM UTC bramp github
90.33
19770990533 main Fix shine matching to require overlap with image The shine classifier was incorrectly matching small drawings that were merely near (within 10 units) but not actually overlapping the part image. This caused small drawings below part images (e.g.,... push 28 Nov 2025 06:04PM UTC bramp github
90.3
19770083201 main Update AGENTS on the rules around dataclasses vs pydantic models. push 28 Nov 2025 05:12PM UTC bramp github
90.35
19759005940 main fix: Improve rotation symbol detection using Drawing clusters - Only detect rotation symbols from Drawing blocks (not Images) since Images can have transparent areas causing unreliable bbox overlaps - Filter out page-spanning drawings (>90% of ... push 28 Nov 2025 09:04AM UTC bramp github
89.79
19756668311 main Convert _BuildSnapshot from a dataclass to a pydantic object. push 28 Nov 2025 07:09AM UTC bramp github
89.09
19751674072 main refactor(classifier): reorganize text modules and break circular dependencies Major Changes: - Created text/ subdirectory for text-related classifier modules - Moved text_histogram, text_extractors, font_size_hints to text/ - Created constants.py... push 28 Nov 2025 01:42AM UTC bramp github
89.02
19750852706 main feat: Add source_blocks invariant assertion to Candidate class Added a Pydantic model_validator to the Candidate class in `src/build_a_long/pdf_extract/classifier/classification_result.py`. This validator enforces the invariant that composite Leg... push 28 Nov 2025 12:43AM UTC bramp github
89.85
19750739274 main refactor: convert Score details to be a abstract Score object with a score method that returns a Weight. - Convert Score base class from ABC with @dataclass to Pydantic BaseModel - Add Weight type alias (Annotated[float, Ge(0), Le(1)]) for score ... push 28 Nov 2025 12:34AM UTC bramp github
89.84
19750070919 main Refactor Part/PartImage architecture to use composite pattern - Simplified PartImage to only store bbox (no part_count or image fields) - Changed Part.diagram from Drawing to PartImage - Refactored PartsImageClassifier to have no dependencies and... push 27 Nov 2025 11:43PM UTC bramp github
89.88
19750071968 main Simplify Classification Pipeline section in README - Replaced exhaustive list of all 10 classifiers with key examples - Organized by atomic vs composite classifiers - Emphasized topological sort for automatic ordering - Referenced Classifier Refe... push 27 Nov 2025 11:43PM UTC bramp github
89.88
19749638961 main Remove unused test_helper file. push 27 Nov 2025 11:11PM UTC bramp github
89.8
19748114946 main Refactor(classifier): Move page-related classifiers to 'pages' directory and rename PageHints Moves all page-related classifier files into a new subdirectory: `src/build_a_long/pdf_extract/classifier/pages/`. This continues the refactoring effor... push 27 Nov 2025 09:25PM UTC bramp github
89.8
19747525474 main Add topological sort for classifiers based on dependencies - Extract topological sort logic into separate topological_sort.py module - Implement Kahn's algorithm to sort classifiers by their dependencies - Add comprehensive tests for topological ... push 27 Nov 2025 08:48PM UTC bramp github
89.79
19747342678 main Refactor(classifier): Move parts-related classifiers to new 'parts' directory Moves all parts-related classifier files into a new subdirectory: `src/build_a_long/pdf_extract/classifier/parts/`. This continues the refactoring effort to improve co... push 27 Nov 2025 08:36PM UTC bramp github
89.77
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc