Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
willprice committed Jan 17, 2019
1 parent fac2789 commit 360afec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# NEXT
# Next

* Add `colorbar_aspect_ratio` to `plot_confusion_matrix` to allow control of
colobar width

# 0.1.2

* Remove f-formatting strings for python 3.5 support.

# 0.1.1

* Swap axis labels in `plot_confusion_matrix`, the y-axis shows the true class,
not the predicted class.
* Add `colorbar_aspect_ratio` to `plot_confusion_matrix` to allow control of
colobar width

# 0.1.0

Expand Down
2 changes: 1 addition & 1 deletion cvml/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from . import video, plot
__version__ = '0.1.1'
__version__ = '0.1.2'

0 comments on commit 360afec

Please sign in to comment.