diff --git a/DEVELOPERS.txt b/DEVELOPERS.txt index 9ce452d556c..0fac4446847 100644 --- a/DEVELOPERS.txt +++ b/DEVELOPERS.txt @@ -20,7 +20,7 @@ Creating source and binary distributions: * Source:: - python setup.py sdist + python setup.py sdist --format=zip * Windows:: @@ -34,7 +34,8 @@ Creating source and binary distributions: To upload to PyPi:: python setup.py sdist upload - + python setup.py bdist_wininst upload + To simply change the information about the package on the PyPi page (as defined in setup.py):: python setup.py register diff --git a/INSTALL.rst b/INSTALL.rst index 28e2db16135..4a10b5efcfe 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -2,7 +2,7 @@ Installation Instructions ************************* -:Date: Oct 14, 2008 +:Date: Dec 23, 2009 :Authors: Chris Fonnesbeck, Anand Patil, David Huard :Web site: http://code.google.com/p/pymc/ :Copyright: This document has been placed in the public domain. @@ -146,16 +146,16 @@ type:: python setup.py install This will build the C and Fortran extension and copy the libraries and python -modules in the C:/Python25/Lib/site-packages/pymc directory. +modules in the C:/Python26/Lib/site-packages/pymc directory. .. _`MinGW`: http://www.mingw.org/ .. _`MSYS`: http://www.mingw.org/wiki/MSYS -.. _`Automated MinGW Installer`: http://sourceforge.net/project/showfiles.php?group_id=2435 +.. _`Automated MinGW Installer`: http://sourceforge.net/projects/mingw/files/ -.. _`MSYS-1.0.exe`: http://downloads.sourceforge.net/mingw/MSYS-1.0.10.exe +.. _`MSYS-1.0.exe`: http://downloads.sourceforge.net/mingw/MSYS-1.0.11.exe Mac OS X or Linux diff --git a/docs/jss/jss_article.tex b/docs/jss/jss_article.tex index 7f88f819d71..cae463d4681 100644 --- a/docs/jss/jss_article.tex +++ b/docs/jss/jss_article.tex @@ -15,7 +15,7 @@ David Huard\\McGill University \And Christopher Fonnesbeck\\University of Otago} -\title{\pkg{PyMC} 2: Bayesian Stochastic Modelling in \proglang{Python}} +\title{\pkg{PyMC} : Bayesian Stochastic Modelling in \proglang{Python}} \Address{ Anand Patil\\ @@ -137,6 +137,8 @@ \section{Conclusion} Anand Patil's work on PyMC has been supported since 2008 by the \href{http://www.map.ox.ac.uk}{Malaria Atlas Project}, principally funded by the Wellcome Trust. +David Huard's early work on PyMC was supported by a scholarship from the Natural Sciences and Engineering Research Council of Canada. + \appendix % \section[MCMC]{Markov chain Monte Carlo} % \label{sec:MCMC}