Skip to content

Commit

Permalink
README and version num
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanhemani committed Jul 1, 2019
1 parent bcedd4a commit 4cfae7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ pip install datascience

This project adheres to [Semantic Versioning](http://semver.org/).

### v0.12.1
* Adds an `shallow` argument to `Table#select` to allow for shallow
copying of the table's data.

### v0.12.0
* Changes `Table#scatter`'s argument name of `colors` to `group` to mirror `Table#hist`.
* Makes a grouped scatterplot's legend identical to a group histogram's legend.
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.12.0'
__version__ = '0.12.1'

0 comments on commit 4cfae7b

Please sign in to comment.