File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ PR: [#832](https://github.com/econ-ark/HARK/pull/832). See [this forthcoming REM
42
42
* Fix mathematical limits of model example in ` example_ConsPortfolioModel.ipynb ` [ #1047 ] ( https://github.com/econ-ark/HARK/pull/1047 )
43
43
* Update ` ConsGenIncProcessModel.py ` to use ` calc_expectation ` method [ #1072 ] ( https://github.com/econ-ark/HARK/pull/1072 )
44
44
* Fix bug in ` calc_normal_style_pars_from_lognormal_pars ` due to math error. [ #1076 ] ( https://github.com/econ-ark/HARK/pull/1076 )
45
- * Fix bug in ` distribute_params ` so that ` AgentCount ` parameter is updated.
45
+ * Fix bug in ` distribute_params ` so that ` AgentCount ` parameter is updated. [ # 1089 ] ( https://github.com/econ-ark/HARK/pull/1089 )
46
46
47
47
### 0.11.0
48
48
Original file line number Diff line number Diff line change 1
1
from .core import *
2
2
3
- __version__ = "0.11 .0"
3
+ __version__ = "0.12 .0"
4
4
5
5
"""
6
6
Logging tools for HARK.
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = econ-ark
3
- version = 0.11 .0
3
+ version = 0.12 .0
4
4
url = https://github.com/econ-ark/HARK
5
5
project_urls =
6
6
Bug Reports = https://github.com/econ-ark/HARK/issues
You can’t perform that action at this time.
0 commit comments