Econpizza

Latest version: v0.6.5

Safety actively analyzes 681775 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

0.6.5

What's Changed
* Remove caching in https://github.com/gboehl/econpizza/pull/15
* We removed model & steady state caching, which is now left to the user. The reason is that this incraeased code complexity *a lot* without a clear advantage
* Some objects are renamed:
* after running a steady state search:
* `newton_result` is renamed to `root_finding_result`
* removed `values_and_pars` key in `steady_state` in favor of `all_values`
* added `solution_values` to `steady_state`
* allow `variables` and `parameters` to be specified as a dictionary. EP only uses the dictionary keys then, the values are being ignored. This can be used e.g. for defining latex strings per variable etc.
* rename `model['variables']` and model.variables to `model['var_names']` and `model.var_names`
* rename `model['parameters']` and model.parameters to `model['par_names']` and `model.par_names`
* variables in `decisions` -> `calls` are now always floats. Before, they were inconsistently 1D-arrays during steady state but floats during dynamics.
* Enable JAX persistent caching via `EconPizzaConfig` by shtopane in https://github.com/gboehl/econpizza/pull/17


**Full Changelog**: https://github.com/gboehl/econpizza/compare/0.6.4...0.6.5

0.6.4

What's Changed
* Adapt to recent changes in the internals of scipy
* Document change in default `initial guess` (by shtopane in https://github.com/gboehl/econpizza/pull/14)

**Full Changelog**: https://github.com/gboehl/econpizza/compare/0.6.3...0.6.4

0.6.3

Maintain compatibility with jax 0.4.25.

**Full Changelog**: https://github.com/gboehl/econpizza/compare/0.6.2...0.6.3

0.6.2

Some minor fixes and compatibility updates.
**Full Changelog**: https://github.com/gboehl/econpizza/compare/0.6.1...0.6.2

0.6.1

What's Changed
* Andkound98 econpizza hank example mc by gboehl in https://github.com/gboehl/econpizza/pull/10 (fixes marginal costs in one-asset-hank files)
* ensure grgrjax compatibility with scipy 1.11

**Full Changelog**: https://github.com/gboehl/econpizza/compare/0.6.0...0.6.1

0.6.0

Adjusted for the fact that jax and jaxlib now provide experimental windows support for CPUs out of the box.

**Full Changelog**: https://github.com/gboehl/econpizza/compare/0.5.6...0.6.0

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.