Skip to content

0.4.0

Latest
Compare
Choose a tag to compare
@grahamgower grahamgower released this 03 May 19:02
· 151 commits to main since this release
48a230f
  • 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.