Releases: JAEarly/latextable
Releases · JAEarly/latextable
latextable 1.0.1
- Fixed bug with missing horizontal and vertical lines when using multicolumn headers. Thanks to @electricbrass.
latextable 1.0.0
- 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
- 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
Fixed bug with hlines in booktabs output.
latextable 0.2.0
Added support for booktabs and table positions.
Initial (ish) Release
First latextable release! v0.1.1 rather than v0.1.0 due to some issues with PyPi.