0.2.1
New features:
- Support for the
metadata
field at the toplevel of a YAML file.
The is a dictionary that may contain arbitrary nested data.
(@grahamgower, #275, #392).
Bug fixes:
- The string "Infinity" is now accepted when using
load_all()
,
just like forload()
andloads()
.
This fixes loading fully-resolved models with the CLI.
(@grahamgower, #394, #395).
Breaking changes:
- The
demes.hypothesis_strategies.graphs()
function for generating
a randomGraph
has been removed. This was buggy and not usable
as originally intended.
(@grahamgower, #360, #397).