Skip to content

Releases: startable/pdtable

v1.0.1

09 Jul 07:44
Compare
Choose a tag to compare

What's Changed

v1.0.0

04 Jan 14:42
Compare
Choose a tag to compare
  • TableDataFrame now produces less warning messages when pandas methods are called. Contributed by @K4liber

v0.0.20

15 Sep 13:37
Compare
Choose a tag to compare

Changed

  • ParseFixer has new option to allow for non-strict types. Contributed by @K4liber (PR #139)

v0.0.19

18 Apr 07:46
Compare
Choose a tag to compare

Fixed

  • Now allows to write tables with NaNs to JSON

Changed

  • Support for Pandas 2.0.
    • Important: this changes how dates are interpreted by default! Now strings in the format AA/BB/YYYY will be interpreted as MM/DD/YYYY, following the Pandas default.
  • Now allows for constructing new Table object with different metadata

v0.0.18

17 Jan 08:39
5d6aa03
Compare
Choose a tag to compare

Fixed

  • Bug causing types of columns in DataFrame not to be checked.

Changed

  • str destinations in TableMetadata constructor will now be transformed into a set. This means that destinations="abc" is interpreted as destination "abc" instead of destinations "a", "b", and "c".

v0.0.17

01 Nov 09:04
d83f8d4
Compare
Choose a tag to compare

Fixes bug when writing empty tables with xlsxwriter

v0.0.16

26 Oct 10:25
cbf5521
Compare
Choose a tag to compare

Fixes bug with excel writer parsing of engine_kwargs

v0.0.15

20 Oct 07:48
4a7174f
Compare
Choose a tag to compare
  • Support for writing excel tables using xlsxwriter

v0.0.14

08 Sep 13:28
18b2088
Compare
Choose a tag to compare

Fixed

  • Can now read empty tables (tables with only name and origin, no column or unit information).
  • Fixes deprecation warning related to numpy type
  • Fixes warning when calling groupby method

v0.0.13

28 Oct 07:11
Compare
Choose a tag to compare

Fixed

  • Issue in make_table_dataframe when using unit_map.