Releases: DocsaidLab/WordCanvas
Releases · DocsaidLab/WordCanvas
Release 0.3.1
Release 0.3.0
Release Note
- [C] Reduce useless variable specification, and optimize program code logic.
Full Changelog: 0.2.5...0.3.0
Release 0.2.5
Release Note
- [C] Filter error fonts.
- [C] Cache font render error info in runtime.
- [C] Update checking list.
- [C] Checking chars not in
Variation Selectors Supplement
.
Full Changelog: 0.2.0...0.2.5
Release 0.2.0
Release Note
-
[F] Fixed dup in font bank selection error.
-
[A] Add weighted params for font choice.
from wordcanvas import WordCanvas gen = WordCanvas(use_random_font_weight=True)
Full Changelog: 0.1.0...0.2.0
Release 0.1.0
Release Note
-
New Features:
- Added
WordCanvas
andtext2image
func to support text and image generation capabilities. - Introduced OCR-B Regular font for testing, expanding the project's testing capabilities.
- Implemented image augmentation testing, enhancing image processing features.
- Added
-
Bug Fixes:
- Resolved issues with scatter split and alignment mode errors, improving data handling.
- Fixed issues related to
font_bank
naming and handling inputs ofNone
type. - Corrected the project's ability to accept array-like inputs, ensuring compatibility and flexibility.
-
Code Enhancements and Updates:
- Updated the README to provide clearer project documentation and setup instructions.
- Revised dashboard and class names for better project structure clarity.
-
Basic Configuration:
- Established fundamental settings files to support the project’s operational framework.
Full Changelog: https://github.com/DocsaidLab/WordCanvas/commits/0.1.0