File tree Expand file tree Collapse file tree 2 files changed +23
-3
lines changed
Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 11********************
2- 0.1.XXX - 2021-XX-XX
2+ 0.1.0a4 - 2021-03-22
33********************
44
5+ **Breaking changes **:
6+
7+ - The deme ``id `` field has been renamed to ``name ``. This applies to both
8+ the data model (YAML files) and the ``Deme `` class.
9+ (:pr: `246 `, discussion at https://github.com/popsim-consortium/demes-spec/issues/59)
10+
11+ **Bug fixes **:
12+
13+ - Check for multiple pulses causing ancestry proportion > 1.
14+ (:user: `grahamgower `, :issue: `250 `, :pr: `251 `)
15+ - Check selfing_rate + cloning_rate <= 1.
16+ (:user: `grahamgower `, :issue: `242 `, :pr: `251 `)
17+ - Check for pulse time edge cases.
18+ (:user: `grahamgower `, :issue: `243 `, :pr: `249 `)
19+ - Check sum of migration rates entering a deme are <= 1.
20+ (:user: `grahamgower `, :issue: `244 `, :pr: `249 `)
21+ - Fix migration.end_time in convert.from_msprime.
22+ (:user: `grahamgower `, :pr: `241 `)
23+
524********************
6250.1.0a3 - 2021-02-25
726********************
Original file line number Diff line number Diff line change @@ -10,8 +10,9 @@ Tag release.
1010 - E.g. ``git tag 0.1.0 ``
1111
1212Build distribution files, and test on testpypi.
13- - See https://packaging.python.org/guides/using-testpypi/
14- - ``python setup.py sdist bdist_wheel ``
13+ - See https://packaging.python.org/tutorials/packaging-projects/#generating-distribution-archives
14+ - ``python -m pip install --upgrade build twine ``
15+ - ``python -m build ``
1516 - ``twine check dist/* ``
1617 - ``twine upload --repository testpypi dist/* ``
1718 - ``pip uninstall demes ``
You can’t perform that action at this time.
0 commit comments