File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
from .core import *
2
2
3
- __version__ = "0.10.5 "
3
+ __version__ = "0.10.6 "
Original file line number Diff line number Diff line change 1
1
<div align =" center " >
2
2
<a href =" https://econ-ark.org " >
3
- <img src="doc/images /econ-ark-logo.png" align="center">
3
+ <img src="https://econ-ark.org/assets/img /econ-ark-logo.png" align="center">
4
4
</a >
5
5
<br >
6
6
<br >
@@ -39,7 +39,7 @@ The Econ-ARK project uses an [open governance model](./GOVERNANCE.md) and is fis
39
39
40
40
<div align =" center " >
41
41
<a href =" https://numfocus.org/project/econ-ark " >
42
- <img height="60px" src="doc/images /numfocus-logo .png" align="center">
42
+ <img height="60px" src="https:/ /numfocus.org/wp-content/uploads/2018/01/optNumFocus_LRG .png" align="center">
43
43
</a >
44
44
</div >
45
45
<br >
@@ -82,15 +82,15 @@ Install from [PyPi](https://pypi.org/) by running:
82
82
We start with almost the simplest possible consumption model: A consumer with CRRA utility
83
83
84
84
<div align =" center " >
85
- <img height =" 30px " src =" doc/images/usage-crra-utility-function.png " >
85
+ <img height =" 30px " src =" https://github.com/econ-ark/HARK/blob/master/ doc/images/usage-crra-utility-function.png" >
86
86
</div >
87
87
88
88
has perfect foresight about everything except the (stochastic) date of death.
89
89
90
90
The agent's problem can be written in [ Bellman form] ( https://en.wikipedia.org/wiki/Bellman%E2%80%93Ford_algorithm ) as:
91
91
92
92
<div align =" center " >
93
- <img height =" 80px " src =" doc/images/usage-agent-problem-bellman-form.png " >
93
+ <img height =" 80px " src =" https://github.com/econ-ark/HARK/blob/master/ doc/images/usage-agent-problem-bellman-form.png" >
94
94
</div >
95
95
96
96
<br >
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = econ-ark
3
- version = 0.10.5
3
+ version = 0.10.6
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