File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 12
12
in ``get_dates `` and the internal ``normalize `` terminology is changed to
13
13
``standardize `` to better reflect the fact that the maximum (not sum) is one.
14
14
15
+ - The ``Ne `` argument to ``date `` has been deprecated (although it is
16
+ still in the API for backward compatibility). The equivalent argument
17
+ ``population_size `` should be used instead.
18
+
19
+ **Features **
20
+
21
+ - Priors may be calculated using a piecewise-constant effective population trajectory,
22
+ which is implemented in the ``demography.PopulationSizeHistory `` class. The
23
+ ``population_size `` argument to ``date `` accepts either a single scalar effective
24
+ population size, or a ``PopulationSizeHistory `` instance.
25
+
15
26
**Bugfixes **
16
27
17
28
- The returned posteriors when ``return_posteriors=True `` now return actual
18
29
probabilities (scaled so that they sum to one) rather than standardized
19
- "probabilites " whose maximum value is one.
30
+ "probabilities " whose maximum value is one.
20
31
21
32
--------------------
22
33
[0.1.5] - 2022-06-07
You can’t perform that action at this time.
0 commit comments