Releases: pszemraj/confectionary
Releases · pszemraj/confectionary
customization & flexibility
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 andprint_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
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
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
- add basic functions for non-directory usage:
file_to_pdf
andstr_to_pdf
What's Changed
Full Changelog: 0.2.5...v0.2.6
0.2.5 - pypi stable
v0.2.0
pypi #5
pypi
v0.1.1
created module
- 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
- package works by @JonathanLehner in #5
- package works by @JonathanLehner in #6
New Contributors
- @JonathanLehner made their first contribution in #5
Full Changelog: v0.0.1...v0.1.0