You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: prepare to add content agnostic layout generation (#35)
* feat: enhance layout processing with new processors and dataset handling
* feat: add pytest-lazy-fixtures to development dependencies
* refactor: remove unused abstract methods and imports from Processor class
* refactor: streamline processing and selection in layout tests
* refactor: rename _invoke to invoke and update parameter names for clarity
* feat: enhance poster layout processing with dataset handling and bbox discretization
* feat: add base and content-aware serializers for layout generation
* feat: implement layout ranker and selector modules with content-aware functionality
* feat: add GenTypeSerializer and refactor layout serialization methods
* feat: add GenTypeSerializer to the public API of serializers
* feat: add unit tests for layout ranker and content-aware selector modules
* fix: ensure proper newline at end of file in test files
* refactor: remove unused imports and clean up code in multiple files
* chore: update version to 0.7.0 in pyproject.toml and uv.lock
* refactor: simplify chain of transformations in GenTypeProcessor
fix: raise NotImplementedError in LayoutSerializer invoke method
* refactor: comment out unused imports and methods in GenTypeSizeProcessor
* fix: add --last-failed option to pytest command in Makefile
0 commit comments