Releases: QuantEcon/QuantEcon.jl
Releases · QuantEcon/QuantEcon.jl
v0.16.6
QuantEcon v0.16.6
Merged pull requests:
- Remove reduntant line in rouwenhorst() (#288) (@eirikbrandsaas)
- Compat bump (#291) (@jlperla)
v0.16.5
QuantEcon v0.16.5
Closed issues:
- Migration from LightGraphs to Graphs not reflected in docs (#279)
Merged pull requests:
- fix default value and change variable name of discrete_approximation (#277) (@Shunsuke-Hori)
- Create CompatHelper.yml (#278) (@oyamad)
- Create documentation.yml (#280) (@oyamad)
- DOC: Fix/update docstrings in util.jl (#281) (@oyamad)
- MAINT: Fix deprecation warning on
cholesky
(#282) (@oyamad) - Removed names of Spencer, John and Tom from README, small updates (#284) (@jstac)
- ENH: Add iterator version
simplex_grid
(#285) (@oyamad) - MAINT: Update coverage badge (#286) (@oyamad)
- CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#287) (@github-actions[bot])
v0.16.4
v0.16.3
QuantEcon v0.16.3
Closed issues:
- coveralls token in plain text (#236)
- Package Fails to Precompile (#251)
- Error using QuantEcon. (#252)
- URL in repository's description is broken (#254)
- Quantitative Economics with Julia - Documentation PDF (#257)
- Repository's site URL should be updated (#260)
- Julia issue : ERROR: UndefVarError: JacobiRec not defined (#265)
Merged pull requests:
- Fix link to Kalman-Lecture (#253) (@IljaK91)
- Install TagBot as a GitHub Action (#255) (@JuliaTagBot)
- README: Update URLs (#261) (@oyamad)
- qnwbeta: lgamma updated to logabsgamma (#264) (@Jovansam)
- allowed
tauchen
to take non-integern_std
positional argument (#267) (@amrods) - add compat entries for our dependencies (#268) (@sglyon)
v0.16.2
v0.16.1
v0.16.1 (2019-06-17)
v0.16.0
See https://github.com/QuantEcon/QuantEcon.jl/releases/tag/v0.16.0 fo…
Julia 1.0!
New Features
- There are no new features, but thanks to the monumental effort from @Nosferican (see #215 ) we have support for Julia 1.0 🎉!
Final 0.6 compatible release
This is the final release that will support Julia 0.6.
New features
- Added HP and Hamilton filters. (thanks @Shunsuke-Hori, ref #205)
- Added kalman smoother and log-likelihood for Kalman (thanks @Shunsuke-Hori ref #209)