Skip to content

v0.6.0

Compare
Choose a tag to compare
@mmcky mmcky released this 18 Dec 00:11
· 69 commits to main since this release
8436619

Ver 0.6.0 (18-December-2022)

This is the next major release of the quantecon package as it includes some breaking changes as listed below. It also
includes a number of new features and enhancements including learning algorithms in the game theory module, MLE estimation
for Markov Chains, in addition to some useful helper functions.

PR #601: Updates to public and private API
includes some deprecations which will issue warnings and a helpful suggestion on how to
update any effected imports from the quantecon package.

Breaking

  1. MAINT: Unify tauchen and rouwenhorst API (Smit-create)

New

  1. ENH: Add MLE Estimation for Markov Chains (jstac)
  2. ENH: Implement cartesian_nearest_index (oyamad)
  3. ENH: check_random_state: Accept np.random.Generator (oyamad)
  4. ENH: Add learning algorithms to Game Theory module (Yuya-Furusawa)

Fixes

  1. FIX: Fix dtype in cartesian (oyamad)
  2. FIX: Bugfix in brd.py (oyamad)
  3. MAINT: player.is_dominated: Allow recent methods for scipy.optimize.linprog (oyamad)
  4. MAINT: Distinguish between private and public namespaces (Smit-create).
  5. MAINT: Clairfy hamilton_filter API (rht)

Thank you to (oyamad), (jstac), (Smit-create),
(rht), and (Yuya-Furusawa) for all your contributions, PR reviews, and comments.