Skip to content

Releases: QuantEcon/QuantEcon.py

14th March 2024

14 Mar 02:54
85c06b5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.7.2

JOSS PAPER: 06th December 2023

06 Dec 05:23
Compare
Choose a tag to compare

This release is to support the JOSS paper.

JOSS PAPER: 04th December 2023

03 Dec 23:42
Compare
Choose a tag to compare

This release is to support the JOSS paper.

v0.7.1

30 May 06:34
8dbd7b2
Compare
Choose a tag to compare

Ver 0.7.1 (29-May-2023)

This is a minor release with bug fixes and improvements to documentation.

Fix

  1. Fix for #704

Thank you to oyamad, HengchengZhang for your contributions

v0.7.0

24 Apr 09:05
67fe704
Compare
Choose a tag to compare

v0.6.0

18 Dec 00:11
8436619
Compare
Choose a tag to compare

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.

v0.5.3

07 Apr 07:27
97cebb4
Compare
Choose a tag to compare

Ver 0.5.3 (07-April-2022)

This is primarily a maintenance release to fix a number of deprecation notices, migrating the tests to use pytest rather than nose, and python packaging is moving to flit

Enhancement:

  1. ENH: Vectorize ECDF's call method (Smit-create)

Thanks Smit-create as a first time contributor to the project, and oyamad for your assistance with this release.

Release of version 0.5.2

16 Nov 09:14
f78d363
Compare
Choose a tag to compare

Ver 0.5.2 (16-November-2021)

This is a bug fix release

Maintain:

  1. FIX: markov: Respect dtype of P in cdfs ([oyamad], thanks @btanner for reporting issue)
  2. LGTM code quality suggestions (nshea3)

Release of version 0.5.1

27 Jun 03:35
7b6b4a7
Compare
Choose a tag to compare

Release of version 0.5.0

19 Apr 02:54
83ae0a2
Compare
Choose a tag to compare

Ver 0.5.0 (19-April-2021)

Breaking Changes:

  1. ENH: Extend LinearStateSpace class #569 (shizejin)

Other Changes:

  • FIX: [kalman] Always initialize self.Sigma and self.x_hat #562 (rht)
  • TST: Setup Tests via Github Actions #561 (rht)
  • ENH: Update root_finding.py #560 (alanlujan91)

Special thanks for contributions by rht, shizejin, alanlujan91, and oyamad