Skip to content

Commit ba06e5e

Browse files
committed
updated docs
1 parent e7196b3 commit ba06e5e

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

VersionUpdates.txt

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
Updates 2.4:
22
------------
3-
-
3+
- Python 3 compatibility fixes
4+
- updated documentation, packaging and metadata
45

56

67
Updates 2.3:
78
------------
89
- improved sampling method to calculate extant cell species AND volumes (new)
9-
- we allow plotting of mother and baby cell species AND volume at birth
10+
- we allow plotting of mother and baby cell species AND volume at birth
1011
- we use a different function for plotting distributions (gives the user more flexibility)
1112
- Silence Mode
1213
- support of events in cell division simulations
@@ -32,7 +33,7 @@ Updates 2.2.0:
3233
- (fast) Single molecule method. See documentation for more details
3334
- improved methods to determine the order of the reaction
3435
- extra arguments for DoStochSim which provide more options for the tau-leaping method
35-
- high-level function for cell age distribution
36+
- high-level function for cell age distribution
3637
- improved calculation of cell age
3738
- 2D trapezoidal rule for calculating the extant cell population
3839
- different sampling method
@@ -56,14 +57,14 @@ Updates 2.1:
5657

5758
Updates 2.0.1
5859
-------------
59-
- SetVolumeDependencies settings still work after changing initial species of parameters in the ChangeInitialSpeciesAmount or ChangeParameters functions.
60+
- SetVolumeDependencies settings still work after changing initial species of parameters in the ChangeInitialSpeciesAmount or ChangeParameters functions.
6061
- Solved potential bugs in SetVolumeDependencies. We for instance now check if the first argument is a boolean (as it should be)
6162

6263

6364
Updates 2.0.0
6465
-------------
6566
- delayed stochastic algorithms
66-
- single molecule stochastic algorithms
67+
- single molecule stochastic algorithms
6768
- volume dependency
6869
- completely new cell division module
6970
- improved event handling
@@ -95,7 +96,7 @@ Updates 1.1.3
9596
- Simulating indicator for single trajectory simulations
9697
- Progress Bar for multiple trajectory simulations
9798
- Improved model handling
98-
- trajectories, mode, method, end are reset if the user not specifically uses the high-level functionalities that are designed for this. An example:
99+
- trajectories, mode, method, end are reset if the user not specifically uses the high-level functionalities that are designed for this. An example:
99100
>>> smod.DoStochSim(trajectories=1000,end=100,mode='time') generates 1000 trajectories until t=100
100101
>>> smod.DoStochSim() then generates 1 trajectory with 1000 time steps
101102
>>> smod.Trajectories(1000)
@@ -132,7 +133,7 @@ Updates 1.1.0
132133
- User can analyse averaged distributions of species and propensities: smodGetAverageSpeciesDistributions(),smod.GetAveragePropensitiesDistributions(),smod.PlotAverageSpeciesDistributions(),smod.PlotAveragePropensitiesDistributions
133134
- Write2File() is not longer supported. Users must exploit Export2File which has the same functionalities
134135
- Arguments of Export2File are completely altered. For more information see the latest user guide
135-
- Improved handling of (SBML) events
136+
- Improved handling of (SBML) events
136137
- Error messages are more effective
137138
- More arguments for plotting functions
138139
- Solved bug in headers of export2file
@@ -152,7 +153,7 @@ Updates 1.1.0
152153
11. GetMeanWaitingtimes() --> GetWaitingtimesMeans()
153154
12. PrintMeanWaitingtimes() --> PrintWaitingtimesMeans()
154155
13. data_stochsim.waitingtimes_mean --> data_stochsim.waiting_times_means
155-
Note that the old functions names are not longer supported.
156+
Note that the old functions names are not longer supported.
156157
- xlabel, ylabel, and IsLegend are additional arguments in all plotting functions
157158

158159
- data_stochsim_interpolated --> data_stochsim_grid
@@ -164,7 +165,7 @@ Updates 1.0.9
164165
-------------
165166
- Improved the working of SaveInteractiveSession(filename,path). From this version, iPython remembers all the steps before importing StochPy
166167
- fixed more bugs in CellDivision module (multiple trajectories problem)
167-
- corrected the "version"
168+
- corrected the "version"
168169

169170
Updates 1.0.8
170171
-------------
@@ -206,7 +207,7 @@ Updates 1.0.5:
206207
Updates 1.0.4:
207208
--------------
208209
- bugs removed from the StochPy Utils part
209-
- reset number of trajectories, timesteps, etc. back to normal setting after the use of the DoTestsuite() function
210+
- reset number of trajectories, timesteps, etc. back to normal setting after the use of the DoTestsuite() function
210211

211212
Updates 1.0.3:
212213
--------------
@@ -217,7 +218,7 @@ Updates 1.0.2:
217218
--------------
218219
- Added StochPyUtils
219220
- Removed a bug in the determination of the distribution, mean, and standard deviation for each species.
220-
- More plotting functionalities
221+
- More plotting functionalities
221222

222223
Updates 1.0.1:
223224
--------------
@@ -235,7 +236,7 @@ Updates 1.0.0:
235236
-> data_stochsim_interpolated holds all interpolated simulation data
236237
* if multiple trajectories are simulated, data_stochsim is dumped for every trajectory
237238
By default, the data of the last trajectory is not dumped, but stored in data_stochsim
238-
The user can use the new high-level function, GetTrajectoryData(n) see new High-level functions, to obtain data from one of the trajectories
239+
The user can use the new high-level function, GetTrajectoryData(n) see new High-level functions, to obtain data from one of the trajectories
239240
* Events and Assignments are supported
240241
* More plotting options (title, linestyle
241242
* sim_mode replaces booleans IsTimeSteps and IsEndTime (sim_mode = 'time' or sim_mode = 'steps')
@@ -254,7 +255,7 @@ Updates 1.0.0:
254255
* PrintInterpolSim --> PrintInterpolatedData()
255256
* PrintSDs() --> ShowStandardDeviations()
256257
* Run() --> doStochSim(arguments) [Run() is still available in this version]
257-
* Species() --> ShowSpecies()
258+
* Species() --> ShowSpecies()
258259

259260
- Altered names (alphabetic order):
260261
* self.endtime and self.timesteps merged into self.sim_end
@@ -281,8 +282,8 @@ Updates 0.9.6:
281282
--------------
282283

283284
- Matrix multiplication - X + = np.dot(N,R) - is replaced by: X += N[i], where i is the reaction that fires for the Direct Method, First Reaction Method and the Next Reaction Method. Much more efficient for models with a lot of species
284-
- bugs are fixed in Next Reaction Method.
285-
- sparse models - chain5, chain50, chain500 and chain1500 - were built with ChainModel and added to the example files. These are used to show how the Next Reaction Method works.
285+
- bugs are fixed in Next Reaction Method.
286+
- sparse models - chain5, chain50, chain500 and chain1500 - were built with ChainModel and added to the example files. These are used to show how the Next Reaction Method works.
286287
- dependency graph is build is a faster way
287288
- temp directory is created, where ".dat" files are saved to
288289
- information about runs (like number of time steps) is written to a log file
@@ -292,7 +293,7 @@ Updates 0.9.6:
292293
Updates 0.9.5:
293294
--------------
294295
- plotting options are improved. User can plot only variables of interest: ssa.PlotTimeSim("A") or ssa.PlotTimeSim(["A","B"])
295-
- plotting multiple simulations with different colors if 1 species is plotted
296+
- plotting multiple simulations with different colors if 1 species is plotted
296297
- plot screens are allowed to stay open if the user wants to continue working in the interactive session
297298
- bug corrected in the optimized tau leaping algorithm with regard to printing the output to a txt file
298299
- high level functions MeanWaitingTimes() is added

0 commit comments

Comments
 (0)