forked from pymc-devs/pymc2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Incremented version number to 2.3.6; added cruft to .gitigore
- Loading branch information
Christopher Fonnesbeck
committed
Sep 15, 2015
1 parent
7c42d16
commit 7641d70
Showing
8 changed files
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,4 @@ testresults | |
*.tmproj | ||
*.py.bak | ||
.DS_Store | ||
*cpython* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
Introduction | ||
************ | ||
|
||
:Date: 3 September 2013 | ||
:Date: 15 September 2015 | ||
:Authors: Chris Fonnesbeck, Anand Patil, David Huard, John Salvatier | ||
:Contact: [email protected] | ||
:Web site: http://github.com/pymc-devs/pymc | ||
:Copyright: This document has been placed in the public domain. | ||
:License: PyMC is released under the Academic Free License. | ||
:Version: 2.3 | ||
:Version: 2.3.6 | ||
|
||
|
||
Purpose | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
""" | ||
|
||
__version__ = '2.3.5' | ||
__version__ = '2.3.6' | ||
|
||
try: | ||
import numpy | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,7 +90,7 @@ | |
|
||
if __name__ == '__main__': | ||
from numpy.distutils.core import setup | ||
setup( version="2.3.5", | ||
setup( version="2.3.6", | ||
description="Markov Chain Monte Carlo sampling toolkit.", | ||
author="Christopher Fonnesbeck, Anand Patil and David Huard", | ||
author_email="[email protected] ", | ||
|