Skip to content

Commit

Permalink
bump version number 0.10.6 (#630)
Browse files Browse the repository at this point in the history
* bump version number 0.10.6

* add direct links in README
  • Loading branch information
Mridul Seth authored Apr 17, 2020
1 parent 1600005 commit 8073a17
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion HARK/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .core import *

__version__ = "0.10.5"
__version__ = "0.10.6"
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">
<a href="https://econ-ark.org">
<img src="doc/images/econ-ark-logo.png" align="center">
<img src="https://econ-ark.org/assets/img/econ-ark-logo.png" align="center">
</a>
<br>
<br>
Expand Down Expand Up @@ -39,7 +39,7 @@ The Econ-ARK project uses an [open governance model](./GOVERNANCE.md) and is fis

<div align="center">
<a href="https://numfocus.org/project/econ-ark">
<img height="60px" src="doc/images/numfocus-logo.png" align="center">
<img height="60px" src="https://numfocus.org/wp-content/uploads/2018/01/optNumFocus_LRG.png" align="center">
</a>
</div>
<br>
Expand Down Expand Up @@ -82,15 +82,15 @@ Install from [PyPi](https://pypi.org/) by running:
We start with almost the simplest possible consumption model: A consumer with CRRA utility

<div align="center">
<img height="30px" src="doc/images/usage-crra-utility-function.png">
<img height="30px" src="https://github.com/econ-ark/HARK/blob/master/doc/images/usage-crra-utility-function.png">
</div>

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

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

<div align="center">
<img height="80px" src="doc/images/usage-agent-problem-bellman-form.png">
<img height="80px" src="https://github.com/econ-ark/HARK/blob/master/doc/images/usage-agent-problem-bellman-form.png">
</div>

<br>
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.10.5
version = 0.10.6
url = https://github.com/econ-ark/HARK
project_urls =
Bug Reports = https://github.com/econ-ark/HARK/issues
Expand Down

0 comments on commit 8073a17

Please sign in to comment.