Skip to content

0.2.0

Compare
Choose a tag to compare
@rickecon rickecon released this 09 Oct 07:34
· 463 commits to main since this release
d2b8948

This release:

  • Updates the Python version to 3.10 in environment.yml, setup.py, README.md, build_and_test.yml, deploy_docs.yml, docs_check.yml, and publish_to_pypi.yml.
  • Adds back the Windows CI tests to `build_and_test.yml. See Issue #49.
  • Updates to numpy>=1.24,<1.24 and policyengine-core>=2.8,<3 in setup.py. This change is what enabled the update to Python 3.10 and came from PR #117 to policyengine-core.