Skip to content

Releases: mwouts/itables

Version 1.3.3

06 Nov 13:38
24e5916
Compare
Choose a tag to compare

Changed

  • We have added scrollX = True to the default options to make the rendering of wide tables more similar to Pandas.

Version 1.3.2

06 Nov 01:18
5da57bc
Compare
Choose a tag to compare

Fixed

  • We have reimplemented the function that encodes the Pandas dataframes to JSON
    to avoid triggering FutureWarnings when using pandas>=1.5 (#107).

Version 1.3.1

05 Nov 19:53
f2fd659
Compare
Choose a tag to compare

1.3.1 (2022-11-05)

Added

  • The show method has a new css argument (defaults to itables.options.css) (#104).

Version 1.3.0

03 Sep 23:03
ca39cb4
Compare
Choose a tag to compare

Changed

  • The order of rows is preserved by default (unless you explicitly pass an order parameter) (#99).

Fixed

  • Nullable types (bool, int) are now supported (#98)

Version 1.2.0

14 Aug 22:25
ffed002
Compare
Choose a tag to compare

Added

  • New to_html_datatable function to export a DataFrame to an HTML div (#88)
  • We have added examples on how to use itables in Shiny for Python (#86)

Version 1.1.3

11 Aug 07:32
da79229
Compare
Choose a tag to compare

Fixed

  • Tables with duplicated column names are now supported, thanks to Antonio Commisso's fix (#89)

Version 1.1.2

02 Jul 21:16
ec388a7
Compare
Choose a tag to compare

Changed

  • Tables with many rows are preferentially downsampled on rows, while tables with many columns are preferentially downsampled on columns (#84)

Version 1.1.1

23 Jun 21:26
47336dd
Compare
Choose a tag to compare

1.1.1 (2022-06-23)

Fixed

  • Added missing column_filters package data.

Version 1.1.0

23 Jun 20:09
d1d366f
Compare
Choose a tag to compare

1.1.0 (2022-06-23)

Added

  • itables.options and the show function have a new column_filters argument to display individual column search boxes (#69)
  • We have documented DataTables' dom option.
  • We have introduced a new class JavascriptFunction to limit the evaluation of Javascript function to selected ones.
  • The documentation is formatted with black thanks to a Jupytext & Black pre-commit hook.

Version 1.0.0

22 Jun 12:05
Compare
Choose a tag to compare

Added

Changed

  • ITables uses the ESM version 1.12.1 of datatables.net