Skip to content

Releases: mwouts/itables

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)

Version 2.0.0

16 Mar 14:54
Compare
Choose a tag to compare

Added

  • The CSV, Excel and Print buttons are now included (#50, #155)
  • We have included a few other extensions like SearchBuilder and SearchPanes and documented how to add more (#178, #207, #208, #231)
  • ITables is now tested with Python 3.12

Changed

  • ITables uses the latest version 2.0.2 of DataTables (#121)
  • Large Python integers are now mapped to JavaScript BigInt (#172)
  • ITables is build using hatch and pyproject.toml

Version 2.0.0rc6

16 Mar 13:43
Compare
Choose a tag to compare
Version 2.0.0rc6 Pre-release
Pre-release

Added

  • The CSV, Excel and Print buttons are now included (#50, #155)
  • We have included a few other extensions, and documented how to add more (#178, #207, #208, #231)
  • ITables is now tested with Python 3.12

Changed

  • ITables uses the latest version 2.0.2 of DataTables (#121)
  • Large Python integers are now mapped to JavaScript BigInt (#172)
  • ITables is build using hatch and pyproject.toml

Version 2.0.0rc5

16 Mar 13:33
Compare
Choose a tag to compare
Version 2.0.0rc5 Pre-release
Pre-release

Added

  • The CSV, Excel and Print buttons are now included (#50, #155)
  • We have included a few other extensions, and documented how to add more (#178, #207, #208, #231)
  • ITables is now tested with Python 3.12

Changed

  • ITables uses the latest version 2.0.2 of DataTables (#121)
  • Large Python integers are now mapped to JavaScript BigInt (#172)
  • ITables is build using hatch and pyproject.toml

Version 2.0.0rc4

14 Mar 00:02
Compare
Choose a tag to compare
Version 2.0.0rc4 Pre-release
Pre-release

Added

  • The CSV, Excel and Print buttons are now included (#50, #155)
  • We have included a few other extensions, and documented how to add more (#178, #207, #208, #231)
  • ITables is now tested with Python 3.12

Changed

  • ITables uses the latest version 2.0.2 of datatables-net (#121)
  • Large Python integers are now mapped to JavaScript BigInt (#172)
  • ITables is build using hatch and pyproject.toml

Version 2.0.0rc3

13 Mar 20:25
Compare
Choose a tag to compare
Version 2.0.0rc3 Pre-release
Pre-release

Added

  • The CSV, Excel and Print buttons are now included (#50, #155)
  • We have included a few other extensions, and documented how to add more (#178, #207, #208, #231)
  • ITables is now tested with Python 3.12

Changed

  • ITables uses the latest version 2.0.2 of datatables-net (#121)
  • Large Python integers are now mapped to JavaScript BigInt (#172)
  • ITables is build using hatch and pyproject.toml