File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,10 @@ All notable changes to this project will be documented in this file.
55This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
77### v0.18.0
8- * Updated project's setup.py to the requirement of python 3.6, due to use of f-strings.
8+ * Improved color contrast for charts (gold, blue)
9+ * Fixed make_array() so it doesn't auto-convert booleans to integers
10+ * Updated project's setup.py to document that we require python 3.6, due to use of f-strings.
11+ * Eliminated deprecation error for pkg_resources by moving to importlib.resources
912
1013### v0.17.6
1114* Removed a deprecated function which allowed calling non-table attributes on a table.
Original file line number Diff line number Diff line change 1- __version__ = '0.17.6 '
1+ __version__ = '0.18.0 '
You can’t perform that action at this time.
0 commit comments