v0.6.0
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
New
- ENH: Add MLE Estimation for Markov Chains (jstac)
- ENH: Implement cartesian_nearest_index (oyamad)
- ENH: check_random_state: Accept np.random.Generator (oyamad)
- ENH: Add learning algorithms to Game Theory module (Yuya-Furusawa)
Fixes
- FIX: Fix dtype in cartesian (oyamad)
- FIX: Bugfix in brd.py (oyamad)
- MAINT: player.is_dominated: Allow recent methods for scipy.optimize.linprog (oyamad)
- MAINT: Distinguish between private and public namespaces (Smit-create).
- 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.