Skip to content

Releases: PSLmodels/OG-USA

0.1.3

12 Feb 23:24
e7b564b
Compare
Choose a tag to compare

This release:

  • Restricts Python version in environment.yml and setup.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 and intro.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

26 Oct 21:50
9da4947
Compare
Choose a tag to compare

This release:

  • Simple update of version in setup.py and cs-config/cs_config/functions.py to make sure that the publish_to_pypi.yml GitHub Action works
  • Removes Windows OS tests from build_and_test.yml, which are not working right now for some reason.

0.1.0

19 Jul 07:11
422c7b9
Compare
Choose a tag to compare

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 to environment.yml and setup.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 and deploy_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 in environment.yml and setup.py

0.7.0

30 Aug 17:24
a9f7f0d
Compare
Choose a tag to compare

This the first release of the OG-USA model that builds from the OG-Core model.