Tags: SqAtx/pypandoc
Tags
PyPandoc v1.7.3 * Added the possibility to specify a working directory, from where pandoc will be executed from ( JessicaTegner#252 ) * A new logging mechanism has been implemented in PyPandoc. See {the readme for more information}(https://github.com/nicklastegner/pypandoc/) * Added deprecation messages for using the quiet argument in the convert_* functions, as they will be removed in a future version (likely 1.8). * Various fixes to tests. * code cleanup.
This release of PyPandoc enables the new sandbox mode of pandoc >= 2.… …15 by default. This can be toggled and has no effect on pandoc versions < 2.15. In addition this release also adds an option to verify from and to formats before converting, reducing the calls to pandoc. Two new utility functions has also been added (ensure_pandoc_minimal_version and ensure_pandoc_maximal_version), to check the major and minor version of the pandoc currently being used. In addition, the old convert() function, has been set to be removed in the next major release of PyPandoc (1.8) Other than that, a few bug fixes here and there.
Changelog for 1.6.4 * Add verify_formats option to reduce calls to pandoc. JessicaTegner#164 (this should improve speed a bit) * Fixes JessicaTegner#226 Make error message in RuntimeException readable by converting error to unicode * BUG: Need to add targetfolder to PATH when ensuring installed JessicaTegner#225 Noticeable, there shouldn't be any breaking, hence only a patch release.
Merge pull request JessicaTegner#223 from NicklasTegner/ci-release Updated tokens for CI Releases