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.1
2+ * Added ` strikethrough ` and ` italic ` to ` Styler `
3+ * Raising ` TypeError ` in ` to_excel ` if trying to use a non-openpyxl engine
4+ * Exposing ` Exposing StyleFrame.ExcelWriter ` and ` StyleFrame.read_excel ` to the module-level (` styleframe.ExcelWriter `
5+ and ` styleframe.read_excel ` ) to more closely mimic pandas' API
6+ * Fixes [ GitHub issue #124 ] ( https://github.com/DeepSpace2/StyleFrame/issues/124 ) - Improved calculation of color luminosity from tint
7+
18#### 4.0
29* ** Removed Python 3.4 support**
310* ** Removed Python 3.5 support**
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.0.0 '
20+ _version_ = '4.1 '
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