We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10949f6 commit 34ebe3eCopy full SHA for 34ebe3e
docs/changelog.md
@@ -1,10 +1,17 @@
1
# Changelog for Tabulator for Python
2
3
+## pytabulator v0.2.2
4
+
5
+* Add themes
6
+* Add optional support for xlsx exports via sheetjs
7
8
9
## pytabulator v0.2.1 (2024-04-03)
10
11
* Set version of pandas requirement to `>=1.5.3`
12
* Allow extra arguments in `TableOptions`
13
14
15
## pytabulator v0.2.0 (2024-04-02)
16
17
Initial PyPI release
@@ -16,6 +23,7 @@ Initial PyPI release
23
* Add detailed example
24
* Add utility function to create columns configuration from data frame
18
25
26
19
27
## pytabulator v0.1.0 (2024-01-31, Pre-release)
20
28
21
29
Initial release
0 commit comments