Skip to content

Releases: EconForge/Dolo.jl

v0.4.4

23 Nov 16:45
Compare
Choose a tag to compare

Dolo v0.4.4

Diff since v0.4.1

Closed issues:

  • TagBot trigger issue (#160)
  • tabulate does not work on perturbation result (#161)

Merged pull requests:

v0.4.1

06 Sep 19:05
Compare
Choose a tag to compare

Dolo v0.4.1

Diff since v0.4.0

Closed issues:

  • Cannot install dolo in julia 1.1 (#148)

Merged pull requests:

Compatibility with julia >=1.0

04 Mar 09:50
e21f30d
Compare
Choose a tag to compare
Merge pull request #149 from EconForge/albop-patch-1

Updated Travis to drop 0.7

compatibility with new NLsolve

27 Jan 14:59
ec4a855
Compare
Choose a tag to compare

Fixes

  • NLsolve had some breaking changes starting with 0.14.0. We updated our usage of it to be consistent with new semantics (ref #131)

Drop Julia v0.5 and enhance perfect foresight codes

19 Jan 20:04
1203a43
Compare
Choose a tag to compare

New

  • You can now call evaluate_definitions(model, a) where a is the output of a call to perfect_foresight
  • A new example model that implements the monetary policy model from chapter 11 of Recursive Macroeconomic Theory 3rd edition (by Thomas Sargent and Lars Ljungqvist). There is an accompanying jupyter notebook that replicates the figures from section 11.9 of the book.

Breaking

  • Drop support for Julia v0.5

Static, but fast.

07 Dec 16:48
7ef705b
Compare
Choose a tag to compare

Algos: improvement in value iteration and overall consistency of API.
Feature: added some interpolation options for smolyak and random grids.
Performance: switched data layout and make use of fast, non-allocating static arrays.

Initial release

26 Jun 19:27
Compare
Choose a tag to compare

This is the initial release of Dolo.jl

Dolo is a tool to describe and solve economic models.
It provides a simple classification scheme to describe
many types of models, allows to write the models as simple
text files and compiles these files into efficient Julia
objects/functions/methods representing them.

It also provides many reference solution algorithms
to find the solution of these models under rational expectations.
Dolo understand several types of nonlinear models with occasionnally
binding constraints (with or without exogenous discrete shocks).