Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 1.8 KB

README.md

File metadata and controls

38 lines (33 loc) · 1.8 KB

2018/1/12

  • QuantEcon.py
    • from future import ... をすべて消す (Very easy)
    • Vectorize ecdf: Issue #97
    • robustlq.py: Add method option: Issue #366
    • kalman.py: Add method option: Issue #367
    • pure_nash_brute: Add tol option: Issue #381 (Easy) → Merged
  • QuantEcon.jl
    • Some Projects that are Available for Future Work: Issue #83
    • Drop num_actions from DiscreteDP: Issue #103 (Very easy)
    • DiscreteDP: Add backward_induction: Issue #172
    • Fix deprecation warning in test_lae.jl: Issue #200 (Very easy)
  • Games.jl
    • Add tol option to best response related methods: Issue #21
    • Return type of support_enumeration: Issue #63 (Easy)