Skip to content

Releases: mwouts/itables

Version 2.1.5

08 Sep 20:03
Compare
Choose a tag to compare

Fixed

  • DataTables was updated to its latest version (2.1.6)
  • We have added the DateTime extension, required by SearchTime when showing dates (#288)
  • We have improved the function that determines whether a dark theme is being used (#294)
  • We have adjusted the generation of the Polars sample dataframes to fix the CI (Polars-18130)
  • The test on the Shiny app fallbacks to ui.nav_panel when ui.nav is not available
  • The dependencies of the streamlit component have been updated (#313, #315)

Version 2.1.4

03 Jul 22:28
Compare
Choose a tag to compare

Fixed

  • We have fixed an OverflowError (can't convert negative int to unsigned) when displaying Polars DataFrames that contain unsigned integers (#299)

Version 2.1.3

24 Jun 19:38
Compare
Choose a tag to compare

Fixed

  • We have improved the detection of large integers in the context of Polars DataFrames (#291)

Version 2.1.2

19 Jun 21:34
Compare
Choose a tag to compare

Changed

  • The default CSS contains now has overflow:auto on div.dt-layout-table>div. Thanks to this we now get an automatic horizontal scrolling in Jupyter, Jupyter Book and also Streamlit if the table is too wide (#282).

Fixed

  • The dependencies of the streamlit components have been updated to fix a vulnerability in ws (Alert #1)

Version 2.1.1

08 Jun 00:38
Compare
Choose a tag to compare

2.1.1 (2024-06-08)

Fixed

  • We have added an explicit encoding argument in the calls to read_text to address an issue seen on Windows (#252).
  • We have adjusted the codecov settings (#280)

Changed

  • We have added a default css on dt-container equal to {max-width:100%}.
  • We have updated datatables.net-dt to 2.0.8, and included the column visibility button in the dt_for_itables package (#284)

Version 2.1.0

27 May 21:29
Compare
Choose a tag to compare

Added

  • ITables works with Streamlit (#270)

Changed

  • ITables now uses the src layout (#246) - many thanks to Mahendra Paipuri for his help on this topic!
  • We have updated dt_for_itables' dependencies to datatables.net-dt==2.0.7 and datatables.net-select-dt==2.0.2 (#273)
  • We have updated the pre-commit hooks used in the project (#268)

Version 2.1.0rc3

27 May 20:56
Compare
Choose a tag to compare
Version 2.1.0rc3 Pre-release
Pre-release

Changed

  • ITables now uses the src layout (#246) - many thanks to Mahendra Paipuri for his help on this topic!
  • We have updated dt_for_itables' dependencies to datatables.net-dt==2.0.7 and datatables.net-select-dt==2.0.2 (#273)
  • We have updated the pre-commit hooks used in the project (#268)

Added

  • We have added a streamlit component for ITables (#270)

Version 2.1.0rc2

26 May 23:58
Compare
Choose a tag to compare
Version 2.1.0rc2 Pre-release
Pre-release

Changed

  • ITables now uses the src layout (#246) - many thanks to Mahendra Paipuri for his help on this topic!
  • We have updated dt_for_itables' dependencies to datatables.net-dt==2.0.7 and datatables.net-select-dt==2.0.2 (#273)
  • We have updated the pre-commit hooks used in the project (#268)

Added

  • We have added a streamlit component for ITables (#270)

Version 2.1.0rc1

26 May 23:30
Compare
Choose a tag to compare
Version 2.1.0rc1 Pre-release
Pre-release

Changed

  • ITables now uses the src layout (#246) - many thanks to Mahendra Paipuri for his help on this topic!
  • We have updated dt_for_itables' dependencies to datatables.net-dt==2.0.7 and datatables.net-select-dt==2.0.2 (#273)
  • We have updated the pre-commit hooks used in the project (#268)

Added

  • We have added a streamlit component for ITables (#270)

Version 2.0.1

30 Apr 21:47
Compare
Choose a tag to compare

Added

  • We have added a logo for ITables (#257)
  • The loading message gives more information, including the version of ITables and where DataTables is loaded from (#258)

Changed

  • We have updated DataTables to 2.0.5 and its extensions to their latest version (#260)
  • maxBytes can now be a string. Its default value remains unchanged at 64KB (#239)

Fixed

  • We have improve the compatibility with dark themes (#255)
  • We now enforce non-sparse index when displaying Pandas Style objects with a multiindex (#254)
  • Export buttons are shown when using show(df, buttons=...) on a Pandas Style object (#259)
  • We have fixed a side effect when using logging (#265)