Skip to content

Commit 8073a17

Browse files
author
Mridul Seth
authored
bump version number 0.10.6 (#630)
* bump version number 0.10.6 * add direct links in README
1 parent 1600005 commit 8073a17

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

HARK/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .core import *
22

3-
__version__ = "0.10.5"
3+
__version__ = "0.10.6"

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22
<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">
44
</a>
55
<br>
66
<br>
@@ -39,7 +39,7 @@ The Econ-ARK project uses an [open governance model](./GOVERNANCE.md) and is fis
3939

4040
<div align="center">
4141
<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">
4343
</a>
4444
</div>
4545
<br>
@@ -82,15 +82,15 @@ Install from [PyPi](https://pypi.org/) by running:
8282
We start with almost the simplest possible consumption model: A consumer with CRRA utility
8383

8484
<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">
8686
</div>
8787

8888
has perfect foresight about everything except the (stochastic) date of death.
8989

9090
The agent's problem can be written in [Bellman form](https://en.wikipedia.org/wiki/Bellman%E2%80%93Ford_algorithm) as:
9191

9292
<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">
9494
</div>
9595

9696
<br>

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = econ-ark
3-
version = 0.10.5
3+
version = 0.10.6
44
url = https://github.com/econ-ark/HARK
55
project_urls =
66
Bug Reports = https://github.com/econ-ark/HARK/issues

0 commit comments

Comments
 (0)