Skip to content

Commit 296ff7d

Browse files
committed
Update CHANGELOG.md
1 parent 67a351a commit 296ff7d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
0.4.0 (2022-01-06)
22
==================
33

4-
Changed
4+
Fixed
55
-------
66
- Now `itables` also works in Jupyter Lab, Colab, Nteract, VS Code and PyCharm (#3, #4, #26, #40), as we load the `datatables.net` library with an ES import when `require.js` is not available. Many thanks to [François Wouts](https://github.com/fwouts) for his precious help!
7+
8+
Changed
9+
-------
710
- The `show` function (and `itables.options`) has a new argument `eval_functions`. When set to `True`, the nested strings passed to `datatables.net` that start with `function` are converted to Javascript functions.
811
- The HTML code for the datatables.net representation of the table is generated with an HTML template.
912
- We use f-strings and thus require Python >= 3.6
@@ -18,7 +21,6 @@ Fixed
1821
- We documented how to change the default ordering of rows - with the `order` option (#30)
1922
- We documented how to load `require` in Jupyter Lab (#3)
2023

21-
2224
Changed
2325
-------
2426
- The main branch for the project is `main` rather than `master`

0 commit comments

Comments
 (0)