Skip to content

Commit 0fab343

Browse files
committed
Release version 1.1.9
1 parent 9b86d1f commit 0fab343

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGES.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,11 @@ Changelog
6363
* Bugfix: FmtHighlightText - explicitly set non-bold for column header
6464
* Feature: Add page break example to documentation
6565
* 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def run_tests(self):
163163

164164
setup(
165165
name="pybloqs",
166-
version="1.1.8",
166+
version="1.1.9",
167167
author="Man AHL Technology",
168168
author_email="[email protected]",
169169
description="Data Visualization and Report Building",

0 commit comments

Comments
 (0)