Skip to content

Releases: EMOD-Hub/emod-api

v1.35.0

12 Feb 18:16
973e4f7

Choose a tag to compare

Support Python versions 3.10, 3.11, 3.12, 3.13, and 3.14.
Deploy project to PyPI

What's Changed

Full Changelog: v1.33.7...v1.35.0

v3.0.2

11 Feb 23:32

Choose a tag to compare

Support Python versions 3.10, 3.11, 3.12, 3.13, and 3.14.
Deploy project to PyPI

What's Changed

Full Changelog: v2.0.39...v3.0.2

v1.33.7

22 Jan 18:29

Choose a tag to compare

  • Support for the changes in serialization logic/file format released with EMOD v2.31

v2.0.39

22 Jan 18:22

Choose a tag to compare

Highlights

  • A lot of optimizations and improvements by @kfrey-idm
  • Support for the changes in serialization logic/file format released with EMOD v2.31

What's Changed

New Contributors

Full Changelog: v2.0.26...v2.0.39

v1.33.5

05 Aug 19:53

Choose a tag to compare

Updating schema_to_sclass v1.33 code to resolve simulation creation issue with schema having to be read over and over again. Thank you, Zhaowei!

v2.0.26

30 Jun 20:40

Choose a tag to compare

What's Changed

  • Moving emod-api 2.0.25 from IfDM to EMOD-Hub #10
    • Moving interventions components out of emod-api(new intervention classes to be introduced in emodpy 2.0)
    • Updating Demographics functionality.
    • Removed Bamboo-related components and other deprecated features.
    • Schema post-processing changes:
      • Schema post-processing has been removed from emod-api, as EMOD version 2.25 and later now directly produce a processed schema.
      • If you need to generate a schema from an executable using EMOD prior to version 2.25, please use the script at EMOD/Scripts/dtk_post_process_schema.py.
      • Note: If you're using the packaged schema files from emod-hiv or emod-malaria, this does not affect you. The manual schema generation step is only necessary if you're working with a custom EMOD executable.

Full Changelog: v1.33.4...v2.0.26

Correcting AgeDistributions in PreDefinedDistributions.py

19 Dec 22:38

Choose a tag to compare

What's Changed

  • removing double arrays from AgeDistribution parameters by @stitova-idm in #5

New Contributors

Full Changelog: https://github.com/EMOD-Hub/emod-api/commits/v1.33.4