2023-04-26 11:59:27 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-prettytable: updated to 3.7.0
Release 3.7.0
Added
Add horizontal lines to create sections within a table
Declare support for Python 3.12
Changed
Rename licence file for detection by GitHub
Rename master to main
|
2023-01-17 11:07:19 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-prettytable: updated to 3.6.0
3.6.0
Added
Updated pre-commit with mypy
Test Python 3.12 pre-releases
Fixed
Fix to min_table_width parameter
Widen tables with long titles
|
2022-12-29 13:49:08 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-prettytable: updated to 3.5.0
Release 3.5.0
Added
Add py.typed and update setup.cfg
Add type hints from typeshed
Changed
Convert from setuptools to hatchling
|
2022-10-31 23:06:26 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-prettytable: updated to 3.4.1
3.4.1
Fixed
Revert "Add header alignment attribute"
3.4.0
Added
Add option to specify line break character used in pagination
Add header alignment attribute
Fixed
None annotation for __init__ constructors/functions
|
2022-06-27 17:29:18 by Frederic Cambus | Files touched by this commit (41) |
Log message:
*: drop maintainership for packages not related to toolchains and ELF.
|
2022-05-05 23:02:17 by Frederic Cambus | Files touched by this commit (2) |  |
Log message:
py-prettytable: update to 3.3.0.
Added:
- Support Python 3.11
- Add flag to preserve internal borders when border=False
Fixed:
- Alignment timing fix
|
2022-03-07 13:21:09 by Frederic Cambus | Files touched by this commit (2) |  |
Log message:
py-prettytable: update to 3.2.0.
Added:
- Use concrete built-in exceptions instead of Exception base class
Fixed:
- Fix width for custom none_format
- Enforce max widths for field names
|
2022-02-16 21:19:02 by Frederic Cambus | Files touched by this commit (2) |  |
Log message:
py-prettytable: update to 3.1.1.
Fixed:
- Resolve "KeyError" issue on _stringify_row
|
2022-02-14 09:53:14 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-prettytable: updated to 3.1.0
Release 3.1.0
Added
Add colorful tables and themes
Convert None to empty cell or custom value
|
2022-01-08 00:15:05 by Frederic Cambus | Files touched by this commit (2) |  |
Log message:
py-prettytable: update to 3.0.0.
Removed:
- Drop support for EOL Python 3.6 (#152) @hugovk
Fixed:
- Use <caption> tags to print html table titles (#160) @daibhid
|