Releases: QuantEcon/ContinuousDPs.jl
Releases · QuantEcon/ContinuousDPs.jl
Release list
v0.1.0
ContinuousDPs v0.1.0
Merged pull requests:
- First version (#1) (@oyamad)
- Fix types (#9) (@oyamad)
- Add test (#12) (@oyamad)
- Change type parameter (#13) (@oyamad)
- Change set_eval_nodes! to accept s_nodes_coord (#14) (@oyamad)
- Extend
simulateto multidimensional states (#15) (@oyamad) - ENH: performance boost by vectorizing call to funeval (#18) (@sglyon)
- Update for Julia 1.0 (#20) (@oyamad)
- add docs for Methods and Solve methods (#21) (@tokuma09)
- COMPAT:
warn->@warn(#22) (@oyamad) - FIX: Branch for max_iter <= 0 (#23) (@oyamad)
- Update for julia 1.4: add {Project,Manifest}.toml, rm require (#27) (@greimel)
- Setup CI (#29) (@oyamad)
- Update Project.toml (#32) (@oyamad)
- [FEAT] Initial guess for the value function (#33) (@QBatista)
- Setup Github Actions for testing (#35) (@QBatista)
- [FEAT] Add LQ approximation functionality (#36) (@QBatista)
- Separate nightly as ci-nightly.yml (#37) (@oyamad)
- FEAT: Add
LQAsolution method (#38) (@QBatista) - CompatHelper: add new compat entry for "Optim" at version "1" (#39) (@github-actions[bot])
- CompatHelper: add new compat entry for "BasisMatrices" at version "0.7" (#40) (@github-actions[bot])
- CompatHelper: add new compat entry for "QuantEcon" at version "0.16" (#41) (@github-actions[bot])
- CompatHelper: add new compat entry for "FiniteDiff" at version "2" (#42) (@github-actions[bot])
- Update CompatHelper.yml (#43) (@oyamad)
- CI: Update
actions/cache(#44) (@oyamad) - Setup Documenter.jl with GitHub Actions for automated documentation (#45) (@Copilot)
- Add comprehensive GitHub Copilot instructions for ContinuousDPs.jl (#47) (@Copilot)
- Fix documentation badge URL to point to development documentation (#49) (@Copilot)
- Update GitHub Action workflows to latest versions and fix codecov authentication (#51) (@Copilot)
- MAINT: Migrate default branch references from
mastertomain(#53) (@Copilot) - CompatHelper: bump compat for QuantEcon to 0.17, (keep existing compat) (#54) (@github-actions[bot])
- Bump actions/cache from 4 to 5 (#55) (@dependabot[bot])
- Bump julia-actions/cache from 1 to 2 (#56) (@dependabot[bot])
- Bump actions/checkout from 4 to 6 (#57) (@dependabot[bot])
- Remove arch from CI workflow matrices (#59) (@Copilot)
- CI: Fix key name for Codecov action in CI workflow (#60) (@oyamad)
- CompatHelper: bump compat for Optim to 2, (keep existing compat) (#61) (@github-actions[bot])
- TEST: Add Santos (1999) Section 7.3 stochastic growth benchmark tests (#62) (@mnshkw)
- TEST: Fix existing tests (#64) (@mnshkw)
- Bump julia-actions/cache from 2 to 3 (#65) (@dependabot[bot])
- FIX: Re-design type parameterization (#66) (@oyamad)
- TEST: Improve test coverage (#67) (@oyamad)
- RFC: Reduce intermediate memory allocation (#68) (@oyamad)
- DOC: Revise docstrings in cdp.jl and lq_approx.jl (#69) (@oyamad)
- MAINT: Add
solve,VFI,PFIto export (#70) (@oyamad) - MAINT: Add
simulate!and removeevaluate_policy!in export (#71) (@oyamad) - MAINT: Remove unused imports from QuantEcon (#72) (@oyamad)
- DOC: Revise
api.md(#76) (@oyamad) - MAINT: Update
.github/copilot-instructions.md(#77) (@oyamad) - CI: Update
ci.ymlandci-nightly.yml(#78) (@oyamad) - RFC: Use
maximizein place ofoptimize(#79) (@oyamad) - Revise cdp_ex_optgrowth_jl (#80) (@oyamad)
- DOC: Revise README and sync documentation home with README (#81) (@mnshkw)
- Bump codecov/codecov-action from 5 to 6 (#82) (@dependabot[bot])
- CI: Create TagBot.yml (#83) (@oyamad)
- DOC: Revise README (#84) (@oyamad)
Closed issues:
- Add tests (#2)
- Add documentation (#3)
- Extend
simulateto multidimensional states (#4) - Add option to supply initial value function (#11)
InterpwithRange(#19)- Setup Documenter (#30)
- Setup GitHub Actions for testing (#34)
- ✨ Set up Copilot instructions (#46)
- Add doc badge to README.md (#48)
- Update ci.yml and ci-nightly.yml workflows (#50)
- MAINT: Migrate default branch references from
mastertomain(#52) - CI: Remove
archfrom CI matrices (#58)