forked from sizespectrum/mizer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNEWS
More file actions
64 lines (51 loc) · 2.56 KB
/
NEWS
File metadata and controls
64 lines (51 loc) · 2.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
mizer 1.0
-----------
* Fixed bugs in how the start time of a simulation was handled. This leads to
small corrections, so that the output of this version is slightly different
from previous versions.
* Introduced a scale-invariant trait-based model, set up with
set_scaling_model(), see section 12 in the vignette.
* Added a function that adds news species to a scale-invariant background,
and computes an approximately steady state close to the power law, see
section 13 in the vignette.
* Created an example shiny app to allow people to use mizer through a web
browser without having to install mizer. The app explores the effect of more
selective fishing gear in a case study.
* project() now shows a progress bar while simulation is running.
* Improvements to plots:
-- Added units to axes
-- Added method for plotting growth curves
-- PlotYield no longer fails when species names are numbers or when a
species abundance is zero
-- Added a "total" parameter to several plot methods to add the curve for the
total community (sum over all species and plankton)
-- Added a "species" parameter to all plot methods to allow for only a
selection of species to be plotted
-- Allow the number of ticks on y-axis in biomass plot to be controlled
* Allow for size- and species-dependent background death.
* Add initial_n and initial_n_pp slots to mizer params.
* Now checking that effort times are increasing.
* Corrections in the documentation.
* Improvements to the vignette.
* Fix potential problems with negative numbers due to numerical errors.
* Fix a bug in the divisibility checks.
* Add a test of the numeric solution against an analytic solution.
mizer 0.4
-----------
* Improvements made to the speed by evaluating convolution sums via fft,
removing the bottlenecks in getPhiPrey() and getPredRate().
* Using C++ for the inner loop in the project method for extra speed.
* Minor corrections to vignette and documentation to bring them into alignment
and to document the new home on github and new maintainers.
mizer 0.3
-----------
* Improvements made to the speed of the simulations. Remaining bottle necks are the sweep statements in getPhiPrey() and getPredRate().
* Moved tests to new suggested folder.
* Minor changes to documentation to pass new check requirements.
mizer 0.2
-----------
* Release to coincide with the submission of the MEE paper. No major changes. Just minor bug fixes.
mizer 0.1
-----------
* Beta release - just about works but still some gremlins to sort out.
There are a number of features I'd like to add in the coming relases.