File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #### 4.2
2+ * ** Added Python 3.10 support**
3+ * Added ability to set individual borders' type via the ` border_type ` argument
4+ when creating a ` Styler ` object
5+ * Fixes [ GitHub issue #108 ] ( https://github.com/DeepSpace2/StyleFrame/issues/108 ) - Styling and exporting a dataframe that
6+ contains a column called "index"
7+ * Fixes error when attempting to use ` best_fit ` argument in ` StyleFrame.to_excel `
8+ on an empty dataframe [ GitHub PR #157 ] ( https://github.com/DeepSpace2/StyleFrame/pull/157 )
9+
110#### 4.1
211* Added ` strikethrough ` and ` italic ` to ` Styler `
312* Raising ` TypeError ` in ` to_excel ` if trying to use a non-openpyxl engine
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def get_all_versions() -> str:
1717 return _versions_
1818
1919
20- _version_ = '4.1 '
20+ _version_ = '4.2 '
2121_python_version_ = get_python_version ()
2222_pandas_version_ = get_pandas_version ()
2323_openpyxl_version_ = get_openpyxl_version ()
You can’t perform that action at this time.
0 commit comments