Skip to content

Commit 9a3ed33

Browse files
authored
Merge pull request #253 from grahamgower/prep-release
Prepare for 0.1.0a4 release.
2 parents a5ca91d + 5e6a362 commit 9a3ed33

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

CHANGELOG.rst

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,26 @@
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
********************
625
0.1.0a3 - 2021-02-25
726
********************

docs/release.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ Tag release.
1010
- E.g. ``git tag 0.1.0``
1111

1212
Build 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``

0 commit comments

Comments
 (0)