Skip to content

latextable 1.0.0

Choose a tag to compare

@JAEarly JAEarly released this 09 Feb 16:45
· 6 commits to master since this release
586cc26
  • 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.