Releases: gboehl/econpizza
0.5.6
-
parameters that are not defined in the
parametersblock will raise an error -
find_pathnow returns a tuple(x, flag)wherexis the solution and(ferr, errbool) = flagis a tuple or the errors in the target functionferrand the error flagerrbool -
the
equationsblock in the yaml now allows to use==for conditioning -
yamls now can contain a block of
globalswhich 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
- distributions do not read the
grid_variablesorgrid_nameskeys 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
Full Changelog: 0.5.3...0.5.4
0.5.3
Full Changelog: 0.5.2...0.5.3
0.5.2
- Distributions do not read and/or use the
grid_variablesorgrid_nameskeys 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
Fix grgrjax dependency.
Full Changelog: 0.5.0...0.5.1
0.5.0
Major revamp of base routines and interfaces. Fully new documentation on readthedocs.
Full Changelog: 0.4.7...0.5.0
0.4.8
0.4.7
Full Changelog: 0.4.6...0.4.7
Adjusting tutorials to new workflow.
0.4.6
What's Changed
- add tank example by @andkound98 in #4
- Add further examples. by @SvenEis in #5
- Add further examples. by @JoseLores in #6
New Contributors
- @andkound98 made their first contribution in #4
- @SvenEis made their first contribution in #5
- @JoseLores made their first contribution in #6
Full Changelog: 0.4.4...0.4.6