Skip to content

Commit 9e5fc0b

Browse files
committed
Update changelog
1 parent b8464ba commit 9e5fc0b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,22 @@
1212
in ``get_dates`` and the internal ``normalize`` terminology is changed to
1313
``standardize`` to better reflect the fact that the maximum (not sum) is one.
1414

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+
1526
**Bugfixes**
1627

1728
- The returned posteriors when ``return_posteriors=True`` now return actual
1829
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.
2031

2132
--------------------
2233
[0.1.5] - 2022-06-07

0 commit comments

Comments
 (0)