diff --git a/README.rst b/README.rst index e9a3a0a..41bf038 100644 --- a/README.rst +++ b/README.rst @@ -1,48 +1,9 @@ -econpizza -========= - -.. image:: https://badge.fury.io/py/econpizza.svg - :target: https://badge.fury.io/py/econpizza +econpizza - numba_legacy +======================== Contains tools to simulate nonlinear perfect foresight models. The baseline mechanism is a Fair-Taylor-like stacking method similar to the nonlinear solver in dynare. -New: experimental automatic differentiation support via `jax `_! - -Installation -------------- - -It's as simple as: - -.. code-block:: bash - - pip install econpizza - -Documentation -------------- - -There is some `documentation `_ out there. - - -Citation --------- - -**econpizza** is developed by Gregor Boehl to simulate nonlinear perfect foresight models. Please cite it with - -.. code-block:: - - @techreport{boehl2021rational, - title = {Rational vs. Irrational Beliefs in a Complex World}, - author = {Boehl, Gregor and Hommes, Cars}, - year = 2021, - institution = {IMFS Working Paper Series} - } - - -I appreciate citations for **econpizza** because it helps me to find out how people have been using the package and it motivates further work. - - -References ----------- +This is the last version that builds on `numba` instead of `jax` and is kept for legacy reasons -Boehl, Gregor and Hommes, Cars (2021). `Rational vs. Irrational Beliefs in a Complex World `_. *IMFS Working papers* +There is some documentation in the `/docs` folder.