[Pomp-commits] r707 - pkg/pomp/inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon May 7 15:07:57 CEST 2012
Author: kingaa
Date: 2012-05-07 15:07:56 +0200 (Mon, 07 May 2012)
New Revision: 707
Modified:
pkg/pomp/inst/ChangeLog
pkg/pomp/inst/NEWS
Log:
- update NEWS and ChangeLog
Modified: pkg/pomp/inst/ChangeLog
===================================================================
--- pkg/pomp/inst/ChangeLog 2012-05-06 16:29:24 UTC (rev 706)
+++ pkg/pomp/inst/ChangeLog 2012-05-07 13:07:56 UTC (rev 707)
@@ -1,5 +1,22 @@
+2012-05-06 kingaa
+
+ * [r706] inst/doc/advanced_topics_in_pomp.pdf,
+ inst/doc/intro_to_pomp.pdf: - update vignettes
+
+2012-05-03 kingaa
+
+ * [r705] R/trajectory-pomp.R: - really fix bug in 'trajectory' that
+ occurs when 'zeronames' has length > 1
+ * [r704] src/R_init_pomp.c: - forgot to export
+ 'get_pomp_userdata_int' and 'get_pomp_userdata_double'
+ * [r703] DESCRIPTION, R/builder.R, R/trajectory-pomp.R, demo/sir.R:
+ - fix bug in 'trajectory' for vectorfield case that shows up when
+ 'zeronames' has length > 1
+ - re-work 'sir' demo so that it uses 'pompBuilder'
+
2012-05-02 kingaa
+ * [r702] inst/ChangeLog:
* [r701] R/trajectory-pomp.R, src/pomp_internal.h, src/skeleton.c,
src/trajectory.c: - work on the guts of the 'skeleton' and
'trajectory' for speed up in vectorfield case
Modified: pkg/pomp/inst/NEWS
===================================================================
--- pkg/pomp/inst/NEWS 2012-05-06 16:29:24 UTC (rev 706)
+++ pkg/pomp/inst/NEWS 2012-05-07 13:07:56 UTC (rev 707)
@@ -1,4 +1,8 @@
NEWS
+0.42-2
+ o Several minor bugs have been fixed.
+ See the ChangeLog for details.
+
0.42-1
o An EXPERIMENTAL facility for constructing pomp objects out of native C routines is now included (pompBuilder).
This facility is being actively developed and future changes may not be backward compatible.
More information about the pomp-commits
mailing list