Skip to content

Latest commit

 

History

History
372 lines (255 loc) · 24.1 KB

CHANGELOG.md

File metadata and controls

372 lines (255 loc) · 24.1 KB

Change Log

v0.14.1 (2018-01-10)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • WIP: Fix utility functions to branch #184 (cc7768)

Closed issues:

  • Is PDF export of the lecture notes currently broken? #197
  • Drop ecdf? #186
  • Add simplex_grid and simplex_index #178
  • Cannot precompile QuantEcon with Julia Version 0.7.0-DEV.553 (2017-06-11 22:13 UTC) #159
  • compute_fixed_point warning #150
  • PY: ivp #34

Merged pull requests:

v0.14.0 (2017-10-21)

Full Changelog

Implemented enhancements:

  • Model tools: Add various utility functions #179 (cc7768)

Merged pull requests:

v0.13.0 (2017-08-19)

Full Changelog

Closed issues:

  • Minimum version numbers on Optim and NLopt #169

Merged pull requests:

v0.12.1 (2017-07-20)

Full Changelog

Closed issues:

  • Question: change draw\(::DiscreteRV\) to rand\(::DiscreteRV\)? #162

Merged pull requests:

v0.12.0 (2017-07-13)

Full Changelog

Closed issues:

  • Julia 0.6 dependency warnings #140

Merged pull requests:

  • ENH: use rand instead of draw for drv sampling #164 (sglyon)
  • Discrete Markov chain estimation #161 (cc7768)

v0.11.0 (2017-07-07)

Full Changelog

Merged pull requests:

  • ENH: LinInterp for mulitple functions #160 (sglyon)

v0.10.1 (2017-05-01)

Full Changelog

Merged pull requests:

v0.10.0 (2017-04-28)

Full Changelog

Closed issues:

  • Changed meaning of .+= in Julia 0.5 #132
  • ENH: parallelize the bellman_operator (and similar) #13

Merged pull requests:

v0.9.0 (2017-02-05)

Full Changelog

Implemented enhancements:

  • Merge in CompEcon function approximation tools #45

Closed issues:

  • 1D linear interpolation convenience function #152
  • MarkovChain: state_values related #119
  • Move in some numerical tools #112

Merged pull requests:

v0.8.0 (2016-11-14)

Full Changelog

Closed issues:

  • qnwnorm not type stable #148

Merged pull requests:

  • ENH: make quad routines type stable #149 (sglyon)
  • Fix typo in gridmake and add method for a tuple of ints #147 (sglyon)
  • ENH: added iterators for MarkovChain simulation #146 (sglyon)

v0.7.0 (2016-10-25)

Full Changelog

Closed issues:

  • Loss of significance in Rouwenhorst AR(1) approximation? #145
  • tauchen broken by 0.5? #142
  • HEADS UP: Breaking change in LightGraphs API #141

Merged pull requests:

v0.6.0 (2016-09-05)

Full Changelog

Merged pull requests:

v0.5.1 (2016-08-23)

Full Changelog

Closed issues:

  • Forcing 2d arrays in robustlq.jl #134
  • QuantEcon failing to load on Ubuntu LTS 16.04 #108

Merged pull requests:

v0.5.0 (2016-07-15)

Full Changelog

Implemented enhancements:

Closed issues:

  • MAT is not automatically installed #114
  • Add docstrings to functions in src/util.jl #106
  • Clean out dependencies #98
  • Update docs #90
  • TEST: run code from examples/notebooks directories with tests #61

Merged pull requests:

v0.4.2 (2016-03-27)

Full Changelog

Implemented enhancements:

  • ENH: use constrained optimizer in jv.jl when one is available in pure julia #4

Closed issues:

  • #People link in Readme redirecting to broken HTML site #101
  • Support sparse transition matrix in MarkovChain #97
  • Move to new Base.Test framework #89
  • New meshgrid method? #87
  • Delete Old Branches #81
  • Question: remove eigen and lu methods for stationary distribution? #75
  • ENH: move BetaBinomial to Distributions.jl #67
  • perf: for some reason coleman_operator is slower than bellman_operator in ifp.jl #11

Merged pull requests:

  • Implement faster gridmake #104 (sglyon)
  • Add SA pairs to ddp #100 (sglyon)
  • Refactor markov #99 (sglyon)
  • don't need to include compat in tests anymore #93 (rawls238)
  • update tests to use BaseTestNext instead of FactCheck Fixes #89 #92 (rawls238)
  • use BetaBinomial from Distributions.jl instead of QuantEcon Fixes #67 #91 (rawls238)
  • Change type in meshgrid function #88 (cc7768)
  • ddp: Re-implement 3-dim matrix * vector with reshape #86 (oyamad)
  • Add random_discrete_dp #82 (oyamad)
  • BUG: Fix bug in probvec #80 (oyamad)
  • Move the models #79 (sglyon)
  • Add Discrete DP #78 (mmcky)
  • MarkovChain simulate: Match with python version #77 (oyamad)
  • random_probvec: Remove temporary array #76 (oyamad)

v0.4.1 (2015-10-31)

Full Changelog

v0.3.0 (2015-10-29)

Full Changelog

Merged pull requests:

v0.2.1 (2015-08-27)

Full Changelog

Closed issues:

  • ERROR: LoadError: LoadError: Invalid doc expression [eigen_solve,lu_solve,gth_solve] #70
  • Docstring causes LoadErrors in 0.4 #69
  • BUG: rename src/distributions.jl #66
  • LoadErrors in 0.4 #65
  • using QuantEcon failing on v0.4 #64
  • Makorv chain: Lecture has to be revised #57

Merged pull requests:

v0.2.0 (2015-07-21)

Full Changelog

Implemented enhancements:

  • Update lqcontrol to handle cross product terms #16

Fixed bugs:

  • BUG: mc_tools non-determinism #49

Closed issues:

  • using QuantEcon results in error #55
  • Error message in mc_sample_path #52
  • PY: graph_tools #32

Merged pull requests:

v0.1.2 (2015-06-24)

Full Changelog

v0.1.1 (2015-06-24)

Full Changelog

Fixed bugs:

  • BUG: new tuple updates in base break jv.jl #42
  • BUG: fix ifp_solutions #8

Closed issues:

  • Add docstrings #47
  • Deal with existing PRs #46
  • typo in ifp.jl code #38
  • PY: robustlq #37
  • PY: rank_nullspace #36
  • PY: matrix_eqn #35
  • PY: cartesian #31
  • QuantEcon Julia: a list of the routines used #24
  • REF: new interpolation package #15

Merged pull requests:

v0.1.0 (2015-02-13)

Full Changelog

Closed issues:

  • PY: gth_solve #33
  • Tauchen routines have different names #25
  • ENH: remove PyPlot.jl dependency #10
  • ENH: quad routines #6
  • ENH: markov type #1

Merged pull requests:

v0.0.1 (2014-08-29)

Closed issues:

  • RFAC: implement a Models module to mimic python #7
  • ENH: update ricatti to use new method #2

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator