Skip to content

0.2.1

Compare
Choose a tag to compare
@grahamgower grahamgower released this 07 Dec 19:22
· 239 commits to main since this release
5d156c0

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 for load() and loads().
    This fixes loading fully-resolved models with the CLI.
    (@grahamgower, #394, #395).

Breaking changes:

  • The demes.hypothesis_strategies.graphs() function for generating
    a random Graph has been removed. This was buggy and not usable
    as originally intended.
    (@grahamgower, #360, #397).