Skip to content

Tags: JessicaTegner/pypandoc

Tags

v1.16.2

Toggle v1.16.2's commit message

Verified

This tag was signed with the committer’s verified signature.
JessicaTegner Jessica Tegner
Hotfix to add binaries to pypandoc_binary on pypi

v1.16

Toggle v1.16's commit message

Verified

This tag was signed with the committer’s verified signature.
JessicaTegner Jessica Tegner
This version adds arm builds for pypandoc binary, and support for pyt…

…hon 3.14 and 3.15

latest

Toggle latest's commit message

Verified

This commit was signed with the committer’s verified signature.
JessicaTegner Jessica Tegner
pypandoc v1.16

v1.15

Toggle v1.15's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
This release adds support for Python 3.13 and allows non-LaTeX interm…

…ediaries for PDF generation. We also drop CI suppor for python 3.8

- Added support for python 3.13 - Removed ubber bound (#379)
- Added allow non-latex intermediaries for pdf generation (#381)
- Added parameter to control if files are sorted before being passed to pandoc (#378)
- Fix convert_file for Python 3.13 (#384)
- Dropped CI support for older python and pypy versions (#387)

v1.14

Toggle v1.14's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Fixed Use the latest version of pandoc when building pypandoc_binary,…

… instead of hardcoding the version number (#376)

Fixed Use a raw F string for regex in pandoc downloader (#371) supersets #362                                           and #365
Added project urls to setup files (#359)
Added trusted publisher information to workflow file, which is a new requirement for pypi
Remove outdated comments in Dockerfile(#363)

v1.13

Toggle v1.13's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Added optional stdout decoding (#351)

Change when we do source file verification (#344)
pass path to _get_pandoc_version() on windows correctly (#345)
Updated CI to produce arm builds off pypandoc_binary (#356)
Updated docker file to use python 3.12x, and therefore fixed python c… (#357)
Removed support for python 3.6 in CI environment
Other various small CI/CD improvements and workflow maintenance

v1.12.post318

Toggle v1.12.post318's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
pypandoc v1.12.post318

v1.12

Toggle v1.12's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Added python 3.12 support (#346)

make meaningless encoding parameter from convert_file method deprecated (#340)
Update Dockerfile to use Python 3.9 (#334)
Updated python versions for testing (#341)
Fix validate_formats to accept Path object for pdf (#338)
docs: fix typos (#330)
Tests fixes (#328)

v1.11

Toggle v1.11's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
This pypandoc version fixes a few issues and comes with a few improve…

…ments.

We also test, and support python 3.11

* Change sandbox to be False by default #316

* added more logging when converting #326
* fixed not setting root log level. #326
* added python 3.11 support #325 #324

v1.10

Toggle v1.10's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
This release includes the new prebuild wheels for linux with pandoc i…

…ncluded.

        We also now support a new variant of linux "aarch".
        In addition, we now also have a development version, build from the latest sourse code.

        * Added "aarch" type check #303
        * ci: Use cibuildwheel to build wheels #309
        * Sort files before proc fixes #292 #301
        * refact: use fstring in pandoc_download.py #307
        * Updated pandoc-citeproc handling after downloading #311
        * Fixes test cases that uses python, while only python3 is available: Fixes #276 #302

        Enjoy