Skip to content

Commit

Permalink
HARK 0.12.0 release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Benthall committed Dec 14, 2021
1 parent d0dfd91 commit 0f1f4d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ PR: [#832](https://github.com/econ-ark/HARK/pull/832). See [this forthcoming REM
* Fix mathematical limits of model example in `example_ConsPortfolioModel.ipynb` [#1047](https://github.com/econ-ark/HARK/pull/1047)
* Update `ConsGenIncProcessModel.py` to use `calc_expectation` method [#1072](https://github.com/econ-ark/HARK/pull/1072)
* Fix bug in `calc_normal_style_pars_from_lognormal_pars` due to math error. [#1076](https://github.com/econ-ark/HARK/pull/1076)
* Fix bug in `distribute_params` so that `AgentCount` parameter is updated.
* Fix bug in `distribute_params` so that `AgentCount` parameter is updated. [#1089](https://github.com/econ-ark/HARK/pull/1089)

### 0.11.0

Expand Down
2 changes: 1 addition & 1 deletion HARK/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .core import *

__version__ = "0.11.0"
__version__ = "0.12.0"

"""
Logging tools for HARK.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = econ-ark
version = 0.11.0
version = 0.12.0
url = https://github.com/econ-ark/HARK
project_urls =
Bug Reports = https://github.com/econ-ark/HARK/issues
Expand Down

0 comments on commit 0f1f4d0

Please sign in to comment.