Skip to content

Releases: PSLmodels/OG-Core

0.15.10

23 Apr 15:37
562c6d3

Choose a tag to compare

This release:

  • Updates uv.lock to include upgrade to package nbconvert from 7.17.0 to 7.17.1. This was the subject of PR #1110. But we could not get its tests to pass.
  • Fixes typo in CHANGELOG.md

0.15.9

23 Apr 09:05
a9961c0

Choose a tag to compare

This release:

  • Creates an ogcore logging environment so that logging specificed in ogcore.config is not overridden by other logging configurations in user code. See PR #1109.
    OG-Core/pull/1106).
  • Includes PR #1111 and PR 1112 that change build_and_test.yml to not upload CodeCov statistics for PRs generated by dependabots and updates the codecov-action to v5.

0.15.8

16 Apr 06:50
e689396

Choose a tag to compare

This release:

  • Updates the uv.lock file to the current version of ogcore package (0.15.8)
  • Adds '**.lock' to the paths in build_and_test.yml so that any changes to the uv.lock file trigger the GH Action CI tests in build_and_test.yml
  • Incorporates the dependabot updates to uv.lock versions from PR #1105 and PR #1106.

0.15.7

15 Apr 22:36
6d8675a

Choose a tag to compare

This release:

  • Fixes some typos in CHANGELOG.md and intro.md
  • Adds dependabot package version updates to uv.lock from PR #1102 and PR #1103

0.15.6

15 Apr 21:39
c24e756

Choose a tag to compare

This release:

  • Changes to package files to use uv for packaging and running commands. See PR #1093.

0.15.5

03 Apr 15:15
bfe4c5b

Choose a tag to compare

This release:

  • Adds additional parameter metadata to default_parameters.json. See PR #1097.

0.15.4

03 Feb 05:59
dbe0b9f

Choose a tag to compare

This release:

  • Adds the ability to simulate the model with a single type of household ($J=1$). See PR #1062.

0.15.3

24 Jan 13:20
e0d0972

Choose a tag to compare

This release:

  • Adds two new parameters, income_tax_filer and wealth_tax_filer, that determine whether certain household types j pay income or wealth taxes, respectively. See PR #1084.

0.15.2

22 Jan 23:10
dd21944

Choose a tag to compare

This release:

  • Two new parameters, r_gov_DY and r_gov_DY2, that allow the government interest rate to be a function of the debt-to-GDP ratio. See PR #1037.

0.15.1

18 Jan 11:43
8cf609a

Choose a tag to compare

This release:

  • A new parameter c_min to the Parameters class that allows the user to specify minimum consumption amounts by consumption good. See PR #1085.