Skip to content

Releases: gboehl/econpizza

0.5.6

27 May 12:43

Choose a tag to compare

  • parameters that are not defined in the parameters block will raise an error

  • find_path now returns a tuple (x, flag) where x is the solution and (ferr, errbool) = flag is a tuple or the errors in the target function ferr and the error flag errbool

  • the equations block in the yaml now allows to use == for conditioning

  • yamls now can contain a block of globals which are available through all stages. E.g.

    globals:
        first_global: 1
        second_global: False
        another_one: "cool_string"
    

Full Changelog: 0.5.5...0.5.6

0.5.5

05 May 14:46

Choose a tag to compare

  • distributions do not read the grid_variables or grid_names keys anymore. These are now given default names based on the name of the object (e.g. "asset_grid" for "asset" or "skill_grid" and "skill_transition" for "skill). See the updated documentation
  • removed ghls_plt.yml (a GHLS-type DSGE with price level targeting) and nested PLT into ghls.yml
  • major bugfix with error messages for nonlinear dynamics of RANK models
  • various improvements with the documentation

Full Changelog: 0.5.4...0.5.5

0.5.4

15 Apr 12:47

Choose a tag to compare

Full Changelog: 0.5.3...0.5.4

0.5.3

15 Apr 12:05

Choose a tag to compare

Full Changelog: 0.5.2...0.5.3

0.5.2

27 Mar 10:00

Choose a tag to compare

  • Distributions do not read and/or use the grid_variables or grid_names keys from the YAML anymore. These are now given default names based on the name of the object (e.g. "asset_grid" for "asset" or "skill_grid" and "skill_transition" for "skill).
  • removed ghls_plt.yml (a GHLS-type DSGE with price level targeting) and nested PLT into ghls.yml

Full Changelog: 0.5.1...0.5.2

0.5.1

22 Mar 13:29

Choose a tag to compare

Fix grgrjax dependency.

Full Changelog: 0.5.0...0.5.1

0.5.0

22 Mar 13:25

Choose a tag to compare

Major revamp of base routines and interfaces. Fully new documentation on readthedocs.

Full Changelog: 0.4.7...0.5.0

0.4.8

10 Mar 20:29

Choose a tag to compare

Hotfix tutorial in documentation

0.4.7

10 Mar 18:59

Choose a tag to compare

Full Changelog: 0.4.6...0.4.7

Adjusting tutorials to new workflow.

0.4.6

24 Feb 08:44

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.4...0.4.6