Skip to content

Commit 489a69b

Browse files
authored
Merge pull request #279 from grahamgower/prep-0.1.0
Prepare for 0.1.0 release.
2 parents f417a4c + 66c659c commit 489a69b

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.1.XXX - 2021-XX-XX
3+
## 0.1.0 - 2021-04-19
44

55
**Breaking changes**:
66

@@ -12,6 +12,19 @@
1212
`AsymmetricMigration` objects.
1313
({user}`grahamgower`, {issue}`263`, {pr}`268`)
1414

15+
- The `size_function` field can no longer be an arbitrary string.
16+
Only the "constant" and "exponential" strings are recognised.
17+
({issue}`262`, {pr}`278`)
18+
19+
**New features**:
20+
- The `from_ms()` function has been added to convert an ms command line
21+
into a `Graph`.
22+
({user}`jeromekelleher`, {user}`grahamgower`, {issue}`74`, {pr}`102`)
23+
24+
**Bug fixes**:
25+
- `Graph.in_generations()` no longer changes time values for a graph
26+
when `time_units == "generations"` and `generation_time is not None`.
27+
({user}`grahamgower`, {issue}`273`, {pr}`274`)
1528

1629
## 0.1.0a4 - 2021-03-22
1730

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ long_description = file: README.md
77
long_description_content_type = text/markdown
88
url = https://github.com/popsim-consortium/demes-python
99
classifiers =
10-
Development Status :: 3 - Alpha
10+
Development Status :: 4 - Beta
1111
License :: OSI Approved :: ISC License (ISCL)
1212
Operating System :: OS Independent
1313
Intended Audience :: Science/Research

0 commit comments

Comments
 (0)