Skip to content

Releases: barseghyanartur/faker-file

0.17.14

15 Nov 00:13
ac55c8c
Compare
Choose a tag to compare
  • Minor fixes.
  • Clean-up Makefile.
  • Replace black and isort with ruff.
  • Update ruff style imports.
  • Upgrade pre-commit.
  • Update contributing docs.
  • Clean-up unused scripts.

0.17.13

30 Oct 00:14
ccbacc4
Compare
Choose a tag to compare

2024-10-30

  • Upgrade Pillow related code to work with Pillow>=9.1.0 (tested with 10.x and 11.x).
  • Drop EOL Python 3.8 support.

0.17.12

11 Sep 23:37
7375bfd
Compare
Choose a tag to compare

2024-09-12

  • Upgrade requirements.
  • Upgrade precommit.
  • Update secrets.
  • Storage optimisations.

0.17.11

20 Nov 23:51
32d23a2
Compare
Choose a tag to compare
  • Minor documentation fixes.

0.17.10

19 Nov 00:28
68b1293
Compare
Choose a tag to compare
  • Make text_extractor_cls and text_augmenter_cls arguments of the
    AugmentFileFromDirProvider provider access string values (to load
    requested class from path given).
  • Add TextaugmentAugmenter based on textaugment_ package (very
    lightweight) and make it a default text augmenter.
  • Minor documentation fixes.
  • Optimized GitHub CI.

0.17.9

09 Oct 22:06
68baba4
Compare
Choose a tag to compare
  • Improvements and fixes in the documentation.
  • Announcing feature plans to change default PDF and Image generators
    to Pillow based ones, instead of wkhtmltopdf in version 0.18.

0.17.8

21 Sep 22:05
cf7eff0
Compare
Choose a tag to compare
    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; namely reportlab, WeasyPrint and
    Pillow_.

0.17.7

11 Sep 22:54
Compare
Choose a tag to compare
  • Added GTTS_MP3_GENERATOR and EDGE_TTS_MP3_GENERATOR to
    the mp3_file provider import options.

0.17.6

11 Sep 22:54
5502b1b
Compare
Choose a tag to compare
  • Added add_paragraph, add_picture, add_heading_h1 and other
    heading helpers to pil_snippets contrib module.

0.17.5

22 Aug 22:56
Compare
Choose a tag to compare
    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).