[Pomp-commits] r376 - in pkg: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Oct 11 00:10:01 CEST 2010
Author: kingaa
Date: 2010-10-11 00:10:01 +0200 (Mon, 11 Oct 2010)
New Revision: 376
Modified:
pkg/DESCRIPTION
pkg/inst/ChangeLog
Log:
- version 0.34-2
Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION 2010-10-10 22:07:05 UTC (rev 375)
+++ pkg/DESCRIPTION 2010-10-10 22:10:01 UTC (rev 376)
@@ -1,8 +1,8 @@
Package: pomp
Type: Package
Title: Statistical inference for partially observed Markov processes
-Version: 0.34-1
-Date: 2010-10-07
+Version: 0.34-2
+Date: 2010-10-10
Author: Aaron A. King, Edward L. Ionides, Carles Breto, Steve Ellner, Bruce Kendall, Helen Wearing,
Matthew J. Ferrari, Michael Lavine, Daniel C. Reuman
Maintainer: Aaron A. King <kingaa at umich.edu>
Modified: pkg/inst/ChangeLog
===================================================================
--- pkg/inst/ChangeLog 2010-10-10 22:07:05 UTC (rev 375)
+++ pkg/inst/ChangeLog 2010-10-10 22:10:01 UTC (rev 376)
@@ -1,5 +1,36 @@
+2010-10-10 kingaa
+
+ * [r375] inst/doc/advanced_topics_in_pomp.Rnw,
+ inst/doc/advanced_topics_in_pomp.pdf, inst/doc/intro_to_pomp.pdf,
+ src/rprocess.c, src/simulate.c: - accelerate 'rprocess' and
+ 'simulate' by using 'memcpy' where appropriate
+ - change the order of topics in 'advanced_topics_in_pomp'
+ vignette
+
2010-10-07 kingaa
+ * [r374] R/pfilter.R: - update pfilter.R to make use of the
+ 'offset' argument to 'rprocess'
+ * [r373] DESCRIPTION:
+ * [r372] NAMESPACE, R/pomp-methods.R, R/rprocess-pomp.R,
+ R/simulate-pomp.R, inst/ChangeLog, inst/NEWS,
+ inst/doc/advanced_topics_in_pomp.Rnw,
+ inst/doc/advanced_topics_in_pomp.pdf, inst/doc/intro_to_pomp.pdf,
+ inst/doc/ou2-first-mif.rda, inst/doc/ou2-trajmatch.rda,
+ man/pomp-methods.Rd, man/rprocess-pomp.Rd, src/pomp_internal.h,
+ src/rprocess.c, src/simulate.c, tests/fhn.R, tests/fhn.Rout.save,
+ tests/gillespie.Rout.save, tests/logistic.Rout.save,
+ tests/ou2-bsmc.Rout.save, tests/ou2-forecast.Rout.save,
+ tests/ou2-kalman.Rout.save, tests/ou2-mif.Rout.save,
+ tests/ou2-nlf.Rout.save, tests/ou2-pmcmc.Rout.save,
+ tests/ou2-probe.Rout.save, tests/ou2-simulate.Rout.save,
+ tests/ou2-trajmatch.Rout.save, tests/pfilter.Rout.save,
+ tests/ricker-probe.Rout.save, tests/ricker.Rout.save,
+ tests/rw2.Rout.save, tests/sir.Rout.save,
+ tests/skeleton.Rout.save: - add 'offset' argument to 'rprocess'
+ - implement 'simulate' in C for speed
+ - add 'obs' method as synonym for 'data.array'
+ - add FitzHugh-Nagumo model tests
* [r371] R/aaa.R: - remove banner
2010-10-06 kingaa
More information about the pomp-commits
mailing list