Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

### v0.18.0
* Updated project's setup.py to the requirement of python 3.6, due to use of f-strings.
* Improved color contrast for charts (gold, blue)
* Fixed make_array() so it doesn't auto-convert booleans to integers
* Updated project's setup.py to document that we require python 3.6, due to use of f-strings.
* Eliminated deprecation error for pkg_resources by moving to importlib.resources

### v0.17.6
* Removed a deprecated function which allowed calling non-table attributes on a table.
Expand Down
2 changes: 1 addition & 1 deletion datascience/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.17.6'
__version__ = '0.18.0'
Loading