Skip to content

Releases: ickc/pantable

Pantable v0.14.2

30 Nov 21:18
Compare
Choose a tag to compare
  • v0.14.2: Support pandoc 2.15–16
    • improve test matrix in GitHub Actions
    • update dependency constraints

Pantable v0.14.0

03 Jul 03:23
Compare
Choose a tag to compare

Support pandoc 2.14

  • close #61
  • requires panflute >= 2.1
  • add environment.yml for an example conda environment running pantable
  • remove pantable.util.PandocVersion as it is merged upstream in panflute.tools.PandocVersion.

Pantable v0.13.6

20 May 00:34
Compare
Choose a tag to compare

Fix #57; update dependencies.

Minor bug fix

26 Mar 20:34
Compare
Choose a tag to compare
v0.13.5

Bump version: 0.13.4 → 0.13.5

Fix converting from native table that contains footnotes

27 Jan 01:53
Compare
Choose a tag to compare

v0.13.1: improve `iter_convert_texts_markdown_to_panflute`

19 Dec 05:05
Compare
Choose a tag to compare

util.py: fix iter_convert_texts_markdown_to_panflute

v0.13.0: Complete rewrite to support pandoc 2.11.2+ and enable this as a library

19 Dec 03:43
Compare
Choose a tag to compare

c.f. #56

  • v0.13:added pandoc 2.11.0.4+ & panflute 2+ support
    • pandoc 2.10 introduces a new table AST. This version provides complete support of all features supported in the pandoc AST. Hence, older pandoc versions are no longer supported. Install pantable=0.12.4 if you need to use pandoc<2.10.
    • deprecated pipe_tables, grid_tables, raw_markdown options in pantable, which were introduced in v0.12. pantable v0.13 has a much better way to process markdown cells that these are no longer needed.
    • slight changes on markdown output which should be functionally identical. Both changes in pandoc and pantable cause this. See commit eadc6fb.
    • add short-caption, alignment-cells, fancy_table, format, ms, ns_head. See docs for details.

Require panflute<2 explicitly

10 Nov 03:21
Compare
Choose a tag to compare

panflute 2 is released to support pandoc API 1.22. This release ensures that version control is correct when people specify pantable==0.12 in the future.

Fixes test and CI; update on supported Python versions

15 May 00:01
Compare
Choose a tag to compare
  • migrate from Travis CI to GitHub Actions
  • supported Python versions are now 3.5-3.8, pypy3
  • minor update in README

Add `grid_tables`

21 May 06:22
Compare
Choose a tag to compare
v0.12.2

Deploy to PyPI