v0.17.0
QuantEcon v0.17.0
Breaking changes
- The minimum supported Julia version has been raised from 1.6 to 1.10 (the current LTS).
Merged pull requests:
- FIX: Replace deprecated Optim.jl x_tol/f_tol with x_abstol/f_reltol (#307) (@Copilot)
- Add comprehensive GitHub Copilot instructions for QuantEcon.jl (#309) (@Copilot)
- Enable versioned auto-generated documentation with stable/dev setup and patch-level versions (#311) (@Copilot)
- DOC: Update ARMA docstring Examples to REPL format, standardize formatting, and add quality control procedures (#313) (@Copilot)
- DOC: Update docstrings in compute_fp.jl to follow standardized style guide (#315) (@Copilot)
- DOC: Update docstrings in discrete_rv.jl to follow style guide (#317) (@Copilot)
- DOC: Add docstrings to sampler.jl (#319) (@Copilot)
- DOC: Update docstrings in util.jl for consistent formatting (#321) (@Copilot)
- DOC: Update docstrings in markov/mc_tools.jl to follow style guide (#323) (@Copilot)
- DOC: Update docstrings in markov/random_mc.jl to follow style guide (#325) (@Copilot)
- CI: Update GitHub Actions workflow with 2025 Julia best practices (#327) (@Copilot)
- DOC: Update docstrings in interp.jl to follow style guide (#329) (@Copilot)
- DOC: Update docstrings in quad.jl to follow style guide (#331) (@Copilot)
- DOC: Update docstrings in estspec.jl to follow style guide (#333) (@Copilot)
- DOC: Update docstrings in optimization.jl to follow style guide (#338) (@Copilot)
- DOC: Update docstrings in markov/ddp.jl to follow style guide (#339) (@Copilot)
- DOC: Update docstrings in lqcontrol.jl to follow style guide (#340) (@Copilot)
- DOC: Update docstrings in filter.jl to follow style guide (#341) (@Copilot)
- DOC: Update docstrings in markov/markov_approx.jl to follow style guide (#343) (@Copilot)
- DOC: Update docstrings in lqnash.jl to follow style guide (#345) (@Copilot)
- DOC: Update docstrings in lss.jl to follow style guide (#347) (@Copilot)
- DOC: Update docstrings in matrix_eqn.jl to follow style guide (#349) (@Copilot)
- DOC: Standardize docstrings in quadsums.jl to follow style guide (#351) (@Copilot)
- DOC: Standardize docstrings in robustlq.jl to style guide (#353) (@Copilot)
- DOC: Standardize docstrings in zeros.jl to match style guide (#355) (@Copilot)
- DOC: Update docstrings in lae.jl to match style guide (#358) (@Copilot)
- DOC: Standardize docstrings in kalman.jl per style guide (#359) (@Copilot)
- DOC: Update docstrings in modeltools/types.jl to follow style guide (#361) (@Copilot)
- DOC: Standardize docstrings in modeltools/utility.jl per style guide (#363) (@Copilot)
- DOC: Minor edits (#366) (@oyamad)
- fix(kalman)!: return
nothinginstead ofNothing(#367) (@YuganThirukumaran) - ENH: Add pivoting.jl (#368) (@oyamad)
Closed issues:
- Redo documentation (#136)
- FIX: Fix deprecation warnings on
x_tol/f_tol(#306) - ✨ Set up Copilot instructions (#308)
- Enable versioned auto-generated docs (#310)
- DOC: Update docstrings in arma.jl (#312)
- DOC: Update docstrings in compute_fp.jl (#314)
- DOC: Update docstrings in discrete_rv.jl (#316)
- DOC: Add docstrings to sampler.jl (#318)
- DOC: Update docstrings in util.jl (#320)
- DOC: Update docstrings in markov/mc_tools.jl (#322)
- DOC: Update docstrings in markov/random_mc.jl (#324)
- CI: Update GitHub Actions CI workflow with current best practices (#326)
- DOC: Update docstrings in interp.jl (#328)
- DOC: Update docstrings in quad.jl (#330)
- DOC: Update docstrings in estspec.jl (#332)
- DOC: Update docstrings in optimization.jl (#334)
- DOC: Update docstrings in markov/ddp.jl (#335)
- DOC: Update docstrings in lqcontrol.jl (#336)
- DOC: Update docstrings in filter.jl (#337)
- DOC: Update docstrings in markov/markov_approx.jl (#342)
- DOC: Update docstrings in lqnash.jl (#344)
- DOC: Update docstrings in lss.jl (#346)
- DOC: Update docstrings in matrix_eqn.jl (#348)
- DOC: Update docstrings in quadsums.jl (#350)
- DOC: Update docstrings in robustlq.jl (#352)
- DOC: Update docstrings in zeros.jl (#354)
- DOC: Update docstrings in lae.jl (#356)
- DOC: Update docstrings in kalman.jl (#357)
- DOC: Update docstrings in modeltools/types.jl (#360)
- DOC: Update docstrings in modeltools/utility.jl (#362)
- Change
Nothingtonothingin kalman.jl (#364)