Skip to content

Commit 879550c

Browse files
committed
Version 1.5.0
1 parent 9ef7916 commit 879550c

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

docs/changelog.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
ITables ChangeLog
22
=================
33

4-
1.4.7 (2023-03-??)
4+
1.5.0 (2023-03-11)
55
------------------
66

7+
**Fixed**
8+
- We have addressed the `window.initializeDataTable` is not a function error when a notebook is reloaded
9+
([#160](https://github.com/mwouts/itables/issues/160), [#163](https://github.com/mwouts/itables/issues/163)).
10+
Many thanks again to [François Wouts](https://github.com/fwouts) for providing the right fix!
11+
712
**Added**
8-
- We have addressed the `window.initializeDataTable` is not a function error when a notebook is reloaded.
913
- Polars DataFrames are supported ([#159](https://github.com/mwouts/itables/issues/159))
14+
- We have added an example to show how to include images in tables ([#158](https://github.com/mwouts/itables/issues/158))
15+
- We have added links and images (flags from https://flagpedia.net) to the sample countries df ([#158](https://github.com/mwouts/itables/issues/158)).
1016

1117
**Changed**
1218
- We have updated the pre-commit hooks
13-
- We have added links and images (flags from https://flagpedia.net) to the sample countries df ([#158](https://github.com/mwouts/itables/issues/158)).
14-
15-
**Added**
16-
- We have added an example to show how to include images in tables ([#158](https://github.com/mwouts/itables/issues/158))
1719

1820

1921
1.4.6 (2023-01-31)

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__ = "1.4.7-dev"
3+
__version__ = "1.5.0"

0 commit comments

Comments
 (0)