Skip to content

Releases: mwouts/itables

Version 1.6.3

10 Dec 12:15
Compare
Choose a tag to compare

Changed

  • HTML in table columns is supported (#213)

Version 1.6.2

07 Oct 10:51
500d36c
Compare
Choose a tag to compare

Fixed

  • We have removed an indirect dependency on jinja2 caused by the Pandas style objects (#202)

Version 1.6.1

01 Oct 22:34
92ca939
Compare
Choose a tag to compare

Fixed

  • We have fixed an issue when rendering Pandas style objects in Google Colab (#199)

Version 1.6.0

30 Sep 23:52
862e300
Compare
Choose a tag to compare

Added

Fixed

  • We do not generate timedeltas in the sample dataframes when using pandas==2.1 as this fails (pandas-55080)

Version 1.5.4

18 Aug 18:42
Compare
Choose a tag to compare

Fixed

  • Fixed an OverflowError when displaying Polar tables containing unsigned integers (#192)

Changed

  • We have refactored the GitHub Action workflows. Python 2 was removed since it is not supported anymore.

Version 1.5.3

11 Jun 13:28
Compare
Choose a tag to compare

Fixed

  • We fixed an interaction issue with other ui elements in Shiny apps - use from itables.shiny import DT (#181)
  • We fixed the rendering of some empty dataframes

Version 1.5.2

26 Mar 18:42
Compare
Choose a tag to compare

Fixed

  • Integers that are too big for Javascript are converted to str (#152)
  • If a downsampling occurs, the downsampling message is displayed even if the table only has a few rows

Added

  • We have added a CI configuration where we test itables against pandas in pre-release versions

Version 1.5.1

12 Mar 00:32
Compare
Choose a tag to compare

Fixed

  • Empty Polars DataFrame are now rendered correctly (#167)

Version 1.5.0

11 Mar 22:38
Compare
Choose a tag to compare

Fixed

  • We have addressed the window.initializeDataTable is not a function error when a notebook is reloaded
    (#160, #163). Many thanks again to François Wouts for providing the right fix!

Added

  • Polars DataFrames are supported (#159)
  • We have added an example to show how to include images in tables (#158)
  • We have added links and images (flags from https://flagpedia.net) to the sample countries df (#158).

Changed

  • We have updated the pre-commit hooks

Version 1.4.6

31 Jan 23:25
29ec54c
Compare
Choose a tag to compare

Added

  • We have added a new JavascriptCode class to encapsulate JS Code. This will let the user set JS values for some options like columnDefs.render (#154).