v0.14.1 (2018-01-10)
Implemented enhancements:
Fixed bugs:
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:
- Add
next\_k\_array!
andk\_array\_rank
. #199 (shizejin) - Add quadrature method #198 (Shunsuke-Hori)
- QuantEcon.ecdf calls StatsBase.ecdf #196 (a-parida12)
- Remove warning message when converged with max_iter #195 (a-parida12)
- [WIP] Add quantile and quadrature method #194 (Shunsuke-Hori)
- BUG: Fix
simplex\_grid
#193 (oyamad) - ENH: added
@def\_sim
macro that I use in a few research projects #188 (sglyon) - Fix deprecations #187 (femtocleaner[bot])
- FIX: Remove 0.0 from
candidates
insolve\_discrete\_riccati
#185 (oyamad)
v0.14.0 (2017-10-21)
Implemented enhancements:
Merged pull requests:
- update syntax #182 (Shunsuke-Hori)
- Sl/sparse ddp q #181 (sglyon)
- BUG: evaluating a LinInterp at non-consecutive columns was buggy #177 (sglyon)
- WIP: Add short doc on golden_method #176 (cc7768)
- TEST: update travis to install apt deps #175 (sglyon)
- Stability tests for LSS class #171 (vgregory757)
v0.13.0 (2017-08-19)
Closed issues:
- Minimum version numbers on Optim and NLopt #169
Merged pull requests:
- Add minimum version for Optim and NLopt #170 (Shunsuke-Hori)
- Add discreteVAR of Farmer and Toda #163 (Shunsuke-Hori)
v0.12.1 (2017-07-20)
Closed issues:
- Question: change
draw\(::DiscreteRV\)
torand\(::DiscreteRV\)
? #162
Merged pull requests:
- Latex rendering in docs + other improvements #168 (natashawatkins)
- Allow for noisy observations in LSS class #167 (vgregory757)
- add latex rendering in arma.jl #166 (natashawatkins)
- add latex support to documenter #165 (natashawatkins)
v0.12.0 (2017-07-13)
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)
Merged pull requests:
v0.10.1 (2017-05-01)
Merged pull requests:
v0.10.0 (2017-04-28)
Closed issues:
Merged pull requests:
- Adding MVNSampler and method to draw for singular covariance matrix #157 (Shunsuke-Hori)
- Update README.md #155 (Balinus)
- Sl/0.6 #154 (sglyon)
v0.9.0 (2017-02-05)
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:
- ENH: add linear interpolation routine #153 (sglyon)
- add back 0..4 testing #151 (tkelman)
- Starting new documentation #138 (stephenbnicar)
v0.8.0 (2016-11-14)
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)
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)
Merged pull requests:
v0.5.1 (2016-08-23)
Closed issues:
Merged pull requests:
- Redesign of the MarkovChain simulation methods #137 (vgregory757)
- Relaxed getZ type #135 (albep)
- Use dirname(@__FILE__) instead of Pkg.dir #133 (tkelman)
- Upgraded code to handle 1 dimensional cases #130 (albep)
- add minimum version requirement for Compat.view #129 (tkelman)
- bug fix in Markov chain simulation #128 (amckay)
v0.5.0 (2016-07-15)
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:
- Fill in policies backwards #127 (albep)
- Use Primes package #126 (davidanthoff)
- Fixed Matrix Multiplication in DDP #123 (MaximilianJHuber)
- Fix indices overwr ddp #122 (albep)
- Fixing bug related to w_path and some related comments #116 (albep)
- Modify src/QuantEcon.jl #110 (myuuuuun)
- Fix gridmake ordering, add docstrings to util.jl closes #106 #107 (sglyon)
- Add docs #105 (ranjanan)
v0.4.2 (2016-03-27)
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)
v0.3.0 (2015-10-29)
Merged pull requests:
- Update arellano #74 (sglyon)
- ENH: added uncertainty traps code #73 (sglyon)
- Arellano #72 (cc7768)
- change unicode to ascii for latex parsing #71 (mmcky)
- Random MarkovChain #63 (oyamad)
v0.2.1 (2015-08-27)
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)
Implemented enhancements:
- Update lqcontrol to handle cross product terms #16
Fixed bugs:
- BUG: mc_tools non-determinism #49
Closed issues:
Merged pull requests:
- Update MarkovChain Tests #59 (ZacCranko)
- New features for mc_tools #56 (ZacCranko)
- Update mc_convergence_plot.jl #54 (ranjanan)
- BUG: fixed bugs in mc_tools #53 (sglyon)
v0.1.2 (2015-06-24)
v0.1.1 (2015-06-24)
Fixed bugs:
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:
- Docstrings #50 (sglyon)
- LQ Cross Product & Revamp #48 (ZacCranko)
- Fixes: Trying this again... Accidentally pushed last PR to master #44 (cc7768)
- Makes QuantEcon.jl importable #43 (cc7768)
- Mc burn #40 (sglyon)
- Test mutating #39 (sglyon)
- Update README.md file ... #29 (mmcky)
v0.1.0 (2015-02-13)
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:
- TEST: remove julia dev from travis.yml #27 (sglyon)
- Add gth support to mc_compute_stationary #26 (ZacCranko)
- Implement the GTH algorithm #23 (oyamad)
- Markov #21 (sglyon)
- Make Dict syntax compatible to v0.4 #19 (nilshg)
- Fixing links to updated quant-econ website in solutions #18 (sanguineturtle)
- Change Dict Syntax to Julia 0.4 #17 (nilshg)
- added part 1 solutions #14 (jstac)
v0.0.1 (2014-08-29)
Closed issues:
Merged pull requests:
* This Change Log was automatically generated by github_changelog_generator