Skip to content

Commit 4a164a0

Browse files
committed
Release a new version, and document changes since last release
1 parent 12e1d01 commit 4a164a0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ All notable changes to this project will be documented in this file.
55
This 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.

datascience/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.17.6'
1+
__version__ = '0.18.0'

0 commit comments

Comments
 (0)