v0.10.1
PrettyTables v0.10.1
- The cell width computation when the column has a maximum allowed size was fixed. (Issue #93)
Closed issues:
- Latex tables wrapped in tabular environment (#84)
- ft_printf() not printing in fixed width (#88)
- HTML backend broken? (#89)
- PrettyTables 0.10 doesn't handle Tuple columns (#90)
- Formatter example from the manual does not work (#91)
- Simplex tableau (#92)
- Wrong calculation of column width when cropping due to maximum allowed size (#93)
Merged pull requests:
- Add a .gitignore (#72) (@NicholasWMRitchie)
- Fix typo in documentation (#83) (@charleskawczynski)
- add wrap_table option (#85) (@pdeffebach)