Skip to content

Commit

Permalink
Update changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamgower committed May 3, 2023
1 parent 6bef2ed commit 77777b1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Changelog

## unreleased
## [0.4.0] - 2023-05-03

* Added `scale_bar` option to `demesdraw.tubes()` to draw a scale bar
that indicates the population size.
* Documented the layout algorithm used in tubes plots.
* Added `scale_bar` option to `demesdraw.tubes()`, and `--scale-bar` option
to the `demesdraw tubes` CLI, to draw a scale bar that indicates the
population size.
* Removed dependency on `cvxpy` by going back to `scipy`
for optimisation of the deme positions. The trust-constr
method with linear constraints seems to work well.
Expand Down

0 comments on commit 77777b1

Please sign in to comment.