Skip to content

Releases: pszemraj/confectionary

customization & flexibility

22 Oct 21:22
70b2b10
Compare
Choose a tag to compare

This release helps ensure confectionary is flexible and portable:

  • add the ability to load custom word2vec model so not stuck with 3.7G one
  • add the --api-info switch and print_api_info() function to display what models are available
  • update default model to glove-wiki-gigaword-100 - 200 MB only and still solid performance from testing
  • misc improvements to README and documentation

What's Changed

Full Changelog: v0.2.8...v0.3

patch login issues

11 Oct 20:36
9057e73
Compare
Choose a tag to compare

patches instances when you are running this but no login exists (google colab)

What's Changed

Full Changelog: v0.2.7...v0.2.8

v0.2.7 - messy lines patch

11 Oct 19:44
Compare
Choose a tag to compare

enables reading text from files and discarding their initial formatting

Full Changelog: v0.2.6...v0.2.7

v0.2.6 - add more general fns

21 Feb 21:30
022ae88
Compare
Choose a tag to compare
  • add basic functions for non-directory usage: file_to_pdf and str_to_pdf

What's Changed

Full Changelog: 0.2.5...v0.2.6

0.2.5 - pypi stable

18 Feb 21:43
3ea8d8b
Compare
Choose a tag to compare

FINALLY fix pypi publish issues.

What's Changed

Full Changelog: v0.2.0...0.2.5

v0.2.0

18 Feb 20:36
e2b081e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.7...v0.2.0

pypi #5

18 Feb 19:53
66fa1e0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.7

pypi

18 Feb 22:15
3ea8d8b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.1

18 Feb 11:12
9fff9ed
Compare
Choose a tag to compare
  • making installable via PyPI - additional configs on PyPI site needed.

What's Changed

Full Changelog: v0.1.0...v0.1.1

created module

18 Feb 06:13
7341c24
Compare
Choose a tag to compare
  • confectionary is now installable as a package ✨ (after requirements.txt is installed) with:
pip install .
import confectionary
confectionary.text2pdf.convert_files_to_pdf("./example/text-files", "./example/outputs")

pypi release coming soon!

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.1.0