Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Peng Chang (Charles) (81b16a3201749e40359a64fd4b33b12eccadc6dc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "Peng Chang \(Charles\)" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Peng Chang (Charles) (81b16a3201749e40359a64fd4b33b12eccadc6dc)
  • Date: Sat, 18 Jun 2011 02:44:33 -0500

GIT changes to master grimoire by Peng Chang (Charles) <chp AT sourcemage.org>:

ChangeLog | 3 +++
python-pypi/pymc/BUILD | 2 ++
python-pypi/pymc/DEPENDS | 1 +
python-pypi/pymc/DETAILS | 20 ++++++++++++++++++++
python-pypi/pymc/HISTORY | 3 +++
5 files changed, 29 insertions(+)

New commits:
commit 81b16a3201749e40359a64fd4b33b12eccadc6dc
Author: Peng Chang (Charles) <chp AT sourcemage.org>
Commit: Peng Chang (Charles) <chp AT sourcemage.org>

python-pypi/pymc: new spell, MCMC package for python

diff --git a/ChangeLog b/ChangeLog
index 4db71b0..5ec4286 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-06-18 Peng Chang (Charles) <chp AT sourcemage.org>
+ * python-pypi/pymc: new spell, MCMC package for python
+
2011-06-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* science-libs/lmfit: new spell, a Levenberg-Marquardt minimizer

diff --git a/python-pypi/pymc/BUILD b/python-pypi/pymc/BUILD
new file mode 100755
index 0000000..4a751c5
--- /dev/null
+++ b/python-pypi/pymc/BUILD
@@ -0,0 +1,2 @@
+unset LDFLAGS &&
+default_build
diff --git a/python-pypi/pymc/DEPENDS b/python-pypi/pymc/DEPENDS
new file mode 100755
index 0000000..8fad7b8
--- /dev/null
+++ b/python-pypi/pymc/DEPENDS
@@ -0,0 +1 @@
+depends numpy
diff --git a/python-pypi/pymc/DETAILS b/python-pypi/pymc/DETAILS
new file mode 100755
index 0000000..77c7e56
--- /dev/null
+++ b/python-pypi/pymc/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=pymc
+ VERSION=git
+ SOURCE=${SPELL}.tar.bz2
+ SOURCE_URL[0]=git://github.com/${SPELL}-devs/${SPELL}.git
+ FORCE_DOWNLOAD=on
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
+ WEB_SITE="http://code.google.com/p/pymc/";
+ LICENSE[0]=MIT
+ ENTERED=20110618
+ SHORT="PyMC is a python module that implements a suite of MCMC
algorithms"
+cat << EOF
+Bayesian estimation, particularly using Markov chain Monte Carlo (MCMC),
+is an increasingly relevant approach to statistical estimation. However,
+few statistical software packages implement MCMC samplers, and they are
+non-trivial to code by hand. PyMC is a python module that implements a suite
+of MCMC algorithms as python classes, and is extremely flexible and
applicable
+to a large suite of problems. PyMC includes methods for summarizing output,
+plotting, goodness-of-fit and convergence diagnostics.
+EOF
diff --git a/python-pypi/pymc/HISTORY b/python-pypi/pymc/HISTORY
new file mode 100644
index 0000000..f2486d6
--- /dev/null
+++ b/python-pypi/pymc/HISTORY
@@ -0,0 +1,3 @@
+2011-06-18 Peng Chang (Charles) <chp AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Peng Chang (Charles) (81b16a3201749e40359a64fd4b33b12eccadc6dc), Peng Chang (Charles), 06/18/2011

Archive powered by MHonArc 2.6.24.

Top of Page