Skip to content

Releases: Kyostenas/prettyTables

Pretty Tables 1.1.5

11 Jul 04:04
Compare
Choose a tag to compare

Hot Fix

Bug Fixes

  • Wasn't possible to add empty rows. (7a94a3f)

Pretty Tables 1.1.4

11 Jul 04:03
Compare
Choose a tag to compare

Bug Fixes

  • Accidental import removed. (47e798a)
  • Auto trimming fixed. (92e3a66)
  • Auto-wrapping fixed. (4b8d631)
  • Autowrapping with index shown fixed. (cbcb70c)
  • Columns not showing wen passing less headers in class args. (1559fe4)
  • Passing extra headers causes an IndexError. (e5a3e42)
  • Using rows and headers arguments gives error. (0479cd5)

Pretty Tables 1.1.3

07 May 12:31
Compare
Choose a tag to compare

Bug Fixes

  • more accidental imports (25e4c88)

Pretty Tables 1.1.2

07 May 12:31
Compare
Choose a tag to compare

Bug Fixes

Pretty Tables 1.1.1

07 May 12:00
Compare
Choose a tag to compare

Bug Fixes

  • adding column of different size causing misplaced missing values. (66abc50)
  • unintended info printing on console. (560af0a)

Pretty Tables 1.1.0

07 May 11:38
Compare
Choose a tag to compare

Features

  • added auto-wrapping for string columns. (0cacdef)
  • added float parsing and alignment (1a65acd)
  • added show_index option (8b8d328)
  • auto-wrap depends on the auto_wrap option. (a1e09e5)
  • column data trimming added. (f53503b)
  • show_empty_columns, show_empty_rows options (a7e4288)

Bug Fixes

  • add_column omitting columns_with_i (4cc900d)
  • auto-wrapping doesn't wrap columns "equally". (9ba68ab)
  • empty column and row hiding working bad (76979e9)
  • float columns weren't considering header size (f8ffce3)
  • header wrapping wasn't working (09b5136)
  • hiding empty r/c when showing i behaving bad (823776a)
  • index displays incorrectly when hiding empty rows (6054dda)
  • large missing val. in float col. causes bad alignment (565d58c)
  • missing value was a normal value and was affecting alignment (a01d4fa)
  • read_json not closing json (6702f53)
  • table with index wasn't auto-wrapping (23457a5)
  • when displaying index and adding rows table data messes up. (3c0a724)
  • when showing i table data displays incomplete. (b33ed42)
  • wrapping wasn't working (cf63647)

Pretty Tables 1.0.0

05 Apr 23:25
Compare
Choose a tag to compare

A revamped library

  • Several changes to the structure of the library has been made.
  • Is no longer necessary to manualy call for make to get a string table.
  • Removed all the classes and left just the Table class for simplicity.
  • Now headers, rows and columns can be added properly.

Full Changelog: v0.4-beta.1...v1.0.0

Pretty Tables Beta 0.4

22 Apr 21:59
ef6f583
Compare
Choose a tag to compare
v0.4-beta.1

Update README.md

Pretty Tables Beta 0.2

24 Mar 19:19
Compare
Choose a tag to compare
v0.2-beta.1

modified setup

Pretty Tables Beta 0.1

24 Mar 17:56
Compare
Choose a tag to compare
v0.1-beta.1

moved tables to be an independent lib