Skip to content

Commit 2e579bf

Browse files
Merge pull request #18 from eodaGmbH/dev
Dev
2 parents 10949f6 + 25b74ee commit 2e579bf

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- Sorting
1818
- Column calculations
1919
- Downloads
20+
- Themes
2021
- Reactivity
2122

2223
## Installation

docs/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# Changelog for Tabulator for Python
22

3+
## pytabulator v0.2.2
4+
5+
* Add themes
6+
* Add optional support for xlsx exports via sheetjs
7+
8+
39
## pytabulator v0.2.1 (2024-04-03)
410

511
* Set version of pandas requirement to `>=1.5.3`
612
* Allow extra arguments in `TableOptions`
713

14+
815
## pytabulator v0.2.0 (2024-04-02)
916

1017
Initial PyPI release
@@ -16,6 +23,7 @@ Initial PyPI release
1623
* Add detailed example
1724
* Add utility function to create columns configuration from data frame
1825

26+
1927
## pytabulator v0.1.0 (2024-01-31, Pre-release)
2028

2129
Initial release

0 commit comments

Comments
 (0)