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