Releases: mwouts/itables
Releases · mwouts/itables
Version 1.3.2
Fixed
- We have reimplemented the function that encodes the Pandas dataframes to JSON
to avoid triggering FutureWarnings when usingpandas>=1.5(#107).
Version 1.3.1
1.3.1 (2022-11-05)
Added
- The
showmethod has a newcssargument (defaults toitables.options.css) (#104).
Version 1.3.0
Version 1.2.0
Version 1.1.3
Fixed
- Tables with duplicated column names are now supported, thanks to Antonio Commisso's fix (#89)
Version 1.1.2
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
1.1.1 (2022-06-23)
Fixed
- Added missing
column_filterspackage data.
Version 1.1.0
1.1.0 (2022-06-23)
Added
itables.optionsand theshowfunction have a newcolumn_filtersargument to display individual column search boxes (#69)- We have documented DataTables'
domoption. - We have introduced a new class
JavascriptFunctionto limit the evaluation of Javascript function to selected ones. - The documentation is formatted with
blackthanks to a Jupytext & Black pre-commit hook.
Version 1.0.0
Added
- ITables works offline! (#8, #70). Marc would like to thank
Allan Jardine, the author of the datatables library,
and François Wouts for their precious help on the subject.
Changed
- ITables uses the ESM version 1.12.1 of datatables.net
Version 1.0.0
Added
- ITables works offline! (#8, #70). Marc would like to thank Allan Jardine, the author of the datatables library, and François Wouts for their precious help on the subject.
Changed
- ITables uses the ESM version 1.12.1 of datatables.net