Skip to content

Commit 65323b7

Browse files
committed
Version 2.3.0
1 parent 5fbe2de commit 65323b7

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/changelog.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
ITables ChangeLog
22
=================
33

4-
2.3.0rc1
5-
---------
4+
2.3.0 (2025-04-05)
5+
------------------
66

77
**Added**
88
- ITable now has a component for Dash! You can render your Python DataFrames in your Dash application with `from itables.dash import ITable` ([#245](https://github.com/mwouts/itables/issues/245))
99

1010
**Changed**
1111
- We have changed the default value of the `all_interactive` argument of `itables.init_notebook_mode` to `True`
1212
- The ITables options can be imported and modified directly through `itables.options`
13-
- We have upgraded `datatables.net-dt==2.2.2` and `datatables.net-select-dt==3.0.0`, and the dependency of both the Jupyter widget and the Streamlit component.
13+
- We have updated `dt_for_itables` to `datatables.net-dt==2.2.2` and `datatables.net-select-dt==3.0.0`
14+
- We have updated the dependencies of our Jupyter widget and our of Streamlit component.
1415

1516

1617
2.2.5 (2025-02-22)

src/itables/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""ITables' version number"""
22

3-
__version__ = "2.3.0rc1"
3+
__version__ = "2.3.0"

0 commit comments

Comments
 (0)