Releases: barseghyanartur/faker-file
Releases · barseghyanartur/faker-file
0.17.14
0.17.13
2024-10-30
- Upgrade
Pillow
related code to work withPillow
>=9.1.0 (tested with 10.x and 11.x). - Drop EOL Python 3.8 support.
0.17.12
2024-09-12
- Upgrade requirements.
- Upgrade precommit.
- Update secrets.
- Storage optimisations.
0.17.11
- Minor documentation fixes.
0.17.10
- Make
text_extractor_cls
andtext_augmenter_cls
arguments of the
AugmentFileFromDirProvider
provider access string values (to load
requested class from path given). - Add
TextaugmentAugmenter
based ontextaugment
_ package (very
lightweight) and make it a default text augmenter. - Minor documentation fixes.
- Optimized GitHub CI.
0.17.9
- Improvements and fixes in the documentation.
- Announcing feature plans to change default PDF and Image generators
toPillow
based ones, instead ofwkhtmltopdf
in version 0.18.
0.17.8
This release is dedicated to the victims of the war in Artsakh
(Nagorno-Karabakh), a land now lost to its native inhabitants (Armenians).
Following a grueling nine-month blockade, Azerbaijan initiated another
military onslaught on September 19, 2023. The already weakened and
outnumbered forces of Artsakh could no longer mount an effective
resistance.
- Added support for
DynamicTemplate
to all non-graphic image providers.
That means, that you can produce images with text, tables, various
headings and other images. Correspondent snippets are implemented for all
supported image generators; namelyreportlab
,WeasyPrint
and
Pillow
_.
0.17.7
- Added
GTTS_MP3_GENERATOR
andEDGE_TTS_MP3_GENERATOR
to
themp3_file
provider import options.
0.17.6
- Added
add_paragraph
,add_picture
,add_heading_h1
and other
heading helpers topil_snippets
contrib module.
0.17.5
This release might introduces minor backwards incompatible changes only
if you have written own- or customized existing- image providers and used
them in combination with `WeasyPrint`_-based image generator. A new
property named ``image_format`` has been added to all image-based
providers and the ``WeasyPrintImageGenerator`` is using that instead
of formerly used ``extension`` property.
- Added
PilImageGenerator
(for text-to-image). - Added
PilPdfGenerator
(for text-to-image).