You can subscribe to this list here.
| 2003 |
Jan
|
Feb
(13) |
Mar
(1) |
Apr
(17) |
May
(26) |
Jun
(35) |
Jul
(28) |
Aug
(17) |
Sep
(11) |
Oct
(42) |
Nov
(16) |
Dec
(7) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(11) |
Feb
(3) |
Mar
(4) |
Apr
(9) |
May
(4) |
Jun
(19) |
Jul
(12) |
Aug
(12) |
Sep
(33) |
Oct
(3) |
Nov
(16) |
Dec
(34) |
| 2005 |
Jan
(59) |
Feb
(25) |
Mar
(9) |
Apr
(11) |
May
(8) |
Jun
(30) |
Jul
(18) |
Aug
(8) |
Sep
(12) |
Oct
(13) |
Nov
(29) |
Dec
(14) |
| 2006 |
Jan
(11) |
Feb
(2) |
Mar
(15) |
Apr
(11) |
May
(23) |
Jun
(14) |
Jul
(4) |
Aug
(19) |
Sep
(3) |
Oct
(34) |
Nov
(7) |
Dec
(7) |
| 2007 |
Jan
(2) |
Feb
(11) |
Mar
(15) |
Apr
|
May
(21) |
Jun
(17) |
Jul
(8) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2008 |
Jan
|
Feb
(9) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
(6) |
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
|
Oct
|
Nov
|
Dec
(12) |
| 2010 |
Jan
|
Feb
(2) |
Mar
(3) |
Apr
(2) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
|
|
|
1
|
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
|
16
(1) |
17
|
18
|
19
|
20
|
21
|
22
|
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
|
30
|
31
|
|
|
|
|
|
|
From: Kouichi T. <sh...@sf...> - 2003-03-16 10:33:33
|
Version 3.1.92 (hek-noname) has been released. 3.1.9x series is a countdown toward 3.2. Basically all the external specifications of the core to be appear in 3.2 are collected, and we are concentrating on fine tunes and debugs. Major feature enhancements of this release include support for simulations using Gillespie-Gibson algorithm. (set the classnames of Stepper=NRStepper and Process=NRProcess.) -sha Changes of version 3.1.92 (from version 3.1.6) In addition to many bugfixes, libecs)) - Logger::getData performance tuning (gabor) - A completely new DM syntax: which is actually plain C++ code. Use ecell3-dmc command to compile DMs in form of .cpp files (sha, tkitayama) - dm load path can be specified by ECELL3_DM_PATH env var., and ecell.ecs.set/getDmSearchPath() methods (sha) - changed envvar name: ECSTMPDIR to VVECTORTMPDIR (sha) - changed default vvector dir: /var/tmp to /tmp (sha) - implemented relative SystemPaths: '..' and '.' can appear in SystemPath (sha) - In Logger::getData(s,e,i), checks if i is positive (sha) Standard DM library)) - Initial creation under ecell/dm. (sha) - Imported SSystemProcess for S-System simulation (tkitayama) - Ported all the 'standard reactors' from ecell1 (tkitayama) - Renamings: differential Steppers are now: ODE23Stepper (was Fehlberg23), ODE45Stepper (was DormandPrince547M), FixedODE1Stepper (was FixedEuler1), FixedODE4 (was FixedRungeKutta4). (kaizu) - Full support for multi-stepper simulations in ODE23 and ODE45 Steppers: ODE Steppers use Hermite Interpolation (kaizu) - Eliminated ODE45Stepper::ErrorEstimate (kaizu) - New NRStepper and NRProcess classes for Gillespie-Gibson simulations (sha) libemc, pyecs)) - added ecell.ecs.getLibECSVersion() and getLibECSVersionInfo() methods (sha) - Implemented Simulator.getDMInfo method (sha) pyecell)) - New method: Session.saveModel() (taka-ken) osogo)) - thoroughly reconstructed Entity- and PropertyWindows (osugi) - And a long list of bugfixes by osugi and tkitayama others)) - completely rewritten em2eml: ecell3-em2eml command using PLY. em2eml will be deprecated. (taka-ken) - eri2eml catchs up with recent versions (zak) -- |