Skip to content

Commit

Permalink
Merge pull request #279 from grahamgower/prep-0.1.0
Browse files Browse the repository at this point in the history
Prepare for 0.1.0 release.
  • Loading branch information
grahamgower authored Apr 19, 2021
2 parents f417a4c + 66c659c commit 489a69b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.1.XXX - 2021-XX-XX
## 0.1.0 - 2021-04-19

**Breaking changes**:

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

- The `size_function` field can no longer be an arbitrary string.
Only the "constant" and "exponential" strings are recognised.
({issue}`262`, {pr}`278`)

**New features**:
- The `from_ms()` function has been added to convert an ms command line
into a `Graph`.
({user}`jeromekelleher`, {user}`grahamgower`, {issue}`74`, {pr}`102`)

**Bug fixes**:
- `Graph.in_generations()` no longer changes time values for a graph
when `time_units == "generations"` and `generation_time is not None`.
({user}`grahamgower`, {issue}`273`, {pr}`274`)

## 0.1.0a4 - 2021-03-22

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/popsim-consortium/demes-python
classifiers =
Development Status :: 3 - Alpha
Development Status :: 4 - Beta
License :: OSI Approved :: ISC License (ISCL)
Operating System :: OS Independent
Intended Audience :: Science/Research
Expand Down

0 comments on commit 489a69b

Please sign in to comment.