Releases: PSLmodels/OG-USA
Releases · PSLmodels/OG-USA
0.1.3
This release:
- Restricts Python version in
environment.yml
andsetup.py
to be <3.12 - Updates the Jupyter Book copyright to 2024 in
_config.yml
- Updates the pandas_datareader quarterly calls in
macro_params.py
to be "QE" instead of just "Q" - Adds Jupyter Book and Black tags to
README.md
andintro.md
- Adds back Windows tests to
build_and_test.yml
- PR #84 fixed some formatting
- PR #85 updated the way the dask client is set in
run_og_usa.py
script - PR #86 moved
demographics.py
out of OG-USA and into OG-Core
0.1.2
0.1.0
This release:
- Restarts the release numbering to follow semantic versioning and the OG-USA version numbering as separate from the OG-Core version numbering.
- Adds restriction
python<3.11
toenvironment.yml
andsetup.py
. - Changes the format of
setup.py
. - Updates
build_and_test.yml
to test Python 3.9 and 3.10. - Updates some GH Action script versions in
check_black.yml
. - Updates the Python version to 3.10 in
docs_check.yml
anddeploy_docs.yml
. - Updated the
LICENSE
file to one that GitHub recognizes. - Updates the
run_og_usa.py
run script. - Updates some tests and associated data.
- Pins the version of
rpy2
package inenvironment.yml
andsetup.py