Releases: mwouts/itables
Releases · mwouts/itables
Version 2.0.0rc0
Version 1.7.1
Version 1.7.0
Added
- ITables works well with Quarto. We have added Quarto examples to the documentation. We set
data-quarto-disable-processing="true"
on the tables that are generated withuse_to_html=False
and thus can't be processed by Quarto (#179)
Fixed
- ITables works when you duplicate a notebook (#222)
- We use
df.isetitem(i, ...)
rather thandf.iloc[:,i] = ...
to avoid a warning with Pandas 2.2.0 (#223)
Changed
- We have changed how datatables.net is loaded. This is expected to improve the VSCode experience (#216)
- We have removed legacy Python 2 code.
Version 1.6.4
Fixed
- Complex table footers are now in the correct order (#219)
- We have adjusted the test suite for
pandas==2.2.0
(#223, pandas-57229, pandas-55080)
Version 1.6.3
Changed
- HTML in table columns is supported (#213)
Version 1.6.2
Fixed
- We have removed an indirect dependency on
jinja2
caused by the Pandas style objects (#202)
Version 1.6.1
Fixed
- We have fixed an issue when rendering Pandas style objects in Google Colab (#199)
Version 1.6.0
Added
- We have added support for Pandas style (#194)
Fixed
- We do not generate timedeltas in the sample dataframes when using
pandas==2.1
as this fails (pandas-55080)
Version 1.5.4
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
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