0.2.0
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
, andpublish_to_pypi.yml
. - Adds back the Windows CI tests to `build_and_test.yml. See Issue #49.
- Updates to
numpy>=1.24,<1.24
andpolicyengine-core>=2.8,<3
insetup.py
. This change is what enabled the update to Python 3.10 and came from PR #117 topolicyengine-core
.