Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Sep 4, 2016
1 parent 21b5919 commit 7a49551
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion examples/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: download.py [] [email protected] $
# ID: download.py [1f73d2b] [email protected] $

"""
Downloads the example datasets for running the examples.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt and NOTICE.md
#
# ID: setup.py [] [email protected] $
# ID: setup.py [c4f3ba7] [email protected] $

"""
Setup script for installing yellowbrick.
Expand Down
4 changes: 2 additions & 2 deletions tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: tests.py [] [email protected] $
# ID: __init__.py [0c5ba04] [email protected] $

"""
Testing package for the yellowbrick visualization library.
Expand All @@ -24,7 +24,7 @@
## Test Constants
##########################################################################

EXPECTED_VERSION = "0.1"
EXPECTED_VERSION = "0.2"


##########################################################################
Expand Down
2 changes: 1 addition & 1 deletion tests/test_bestfit.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: test_bestfit.py [] [email protected] $
# ID: test_bestfit.py [56236f3] [email protected] $

"""
Tests for the bestfit module.
Expand Down
2 changes: 1 addition & 1 deletion tests/test_regressor.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: test_regressor.py [] [email protected] $
# ID: test_regressor.py [be63645] [email protected] $

"""
Ensure that the regressor visualizations work.
Expand Down
2 changes: 1 addition & 1 deletion yellowbrick/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: __init__.py [] [email protected] $
# ID: __init__.py [0c5ba04] [email protected] $

"""
A suite of visual analysis and diagnostic tools to facilitate feature
Expand Down
2 changes: 1 addition & 1 deletion yellowbrick/anscombe.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: anscombe.py [] [email protected] $
# ID: anscombe.py [0bfa366] [email protected] $

"""
Plots Anscombe's Quartet as an illustration of the importance of visualization.
Expand Down
2 changes: 1 addition & 1 deletion yellowbrick/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: base.py [] [email protected] $
# ID: base.py [4a59c49] [email protected] $

"""
Abstract base classes and interface for Yellowbrick.
Expand Down
2 changes: 1 addition & 1 deletion yellowbrick/bestfit.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: bestfit.py [] [email protected] $
# ID: bestfit.py [56236f3] [email protected] $

"""
Uses Scikit-Learn to compute a best fit function, then draws it in the plot.
Expand Down
2 changes: 1 addition & 1 deletion yellowbrick/classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: classifier.py [] [email protected] $
# ID: classifier.py [5eee25b] [email protected] $

"""
Visualizations related to evaluating Scikit-Learn classification models
Expand Down
2 changes: 1 addition & 1 deletion yellowbrick/color_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: color.py [] benjamin@bengfort.com $
# ID: color_utils.py [15f72bf] pvomelveny@gmail.com $

"""
Defines color definitions and color maps specific to DDL and Yellowbrick.
Expand Down
2 changes: 1 addition & 1 deletion yellowbrick/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: exceptions.py [] [email protected] $
# ID: exceptions.py [cb75e0e] [email protected] $

"""
Exceptions hierarchy for the yellowbrick library
Expand Down
2 changes: 1 addition & 1 deletion yellowbrick/regressor.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: regressor.py [] [email protected] $
# ID: regressor.py [4a59c49] [email protected] $

"""
Visualizations related to evaluating Scikit-Learn regressor models
Expand Down
4 changes: 2 additions & 2 deletions yellowbrick/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2016 District Data Labs
# For license information, see LICENSE.txt
#
# ID: version.py [] [email protected] $
# ID: version.py [0c5ba04] [email protected] $

"""
Maintains version and package information for deployment.
Expand All @@ -19,7 +19,7 @@

__version_info__ = {
'major': 0,
'minor': 1,
'minor': 2,
'micro': 0,
'releaselevel': 'final',
'serial': 0,
Expand Down

0 comments on commit 7a49551

Please sign in to comment.