File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -63,4 +63,11 @@ Changelog
63
63
* Bugfix: FmtHighlightText - explicitly set non-bold for column header
64
64
* Feature: Add page break example to documentation
65
65
* Bugfix: Pass ` apply_to_header_and_index ` to base class on all formatters
66
-
66
+
67
+ ### 1.1.9 (2018-09-19)
68
+
69
+ * Bugfix: Indexing error in table.html with non-unique indices
70
+ * Bugfix: Removed Pandas warning in tests
71
+ * Remove WidePanel, update ipynb
72
+ * Feature: Add support for specifying different text colors for MultiIndex levels
73
+ * Feature: Add a context manager for temporarily setting plot format/DPI
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ def run_tests(self):
163
163
164
164
setup (
165
165
name = "pybloqs" ,
166
- version = "1.1.8 " ,
166
+ version = "1.1.9 " ,
167
167
author = "Man AHL Technology" ,
168
168
169
169
description = "Data Visualization and Report Building" ,
You can’t perform that action at this time.
0 commit comments