Skip to content

Releases: JAEarly/latextable

latextable 1.0.1

10 Nov 13:36
Compare
Choose a tag to compare
  • Fixed bug with missing horizontal and vertical lines when using multicolumn headers. Thanks to @electricbrass.

latextable 1.0.0

09 Feb 16:45
586cc26
Compare
Choose a tag to compare
  • Added the ability to a list of rows rather than a Texttable object.
  • Added support for multi-column headers.
  • Added aliasing, where strings in the original data can be replaced before outputting to Latex (e.g., escaping characters).
  • Added docs via Read the Docs.
  • Updated build to pyproject.toml for PEP 621 compliance.
  • Fixed bug that occurs when texttable align is not set.

latextable 0.3.0

05 Jun 12:50
Compare
Choose a tag to compare
  • Added support for short captions (thanks to PhilW92).
  • Added the ability to drop rows as well as columns.
  • Captions can now be placed above tables instead of below.

latextable 0.2.1

12 Aug 18:42
b2bdf55
Compare
Choose a tag to compare

Fixed bug with hlines in booktabs output.

latextable 0.2.0

12 Aug 17:34
Compare
Choose a tag to compare

Added support for booktabs and table positions.

Initial (ish) Release

20 Jun 22:34
Compare
Choose a tag to compare

First latextable release! v0.1.1 rather than v0.1.0 due to some issues with PyPi.