|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [v0.4.8](https://github.com/QuantEcon/QuantEcon.py/tree/v0.4.8) (2020-07-02) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/QuantEcon/QuantEcon.py/compare/0.4.7...v0.4.8) |
| 6 | + |
| 7 | +**Closed issues:** |
| 8 | + |
| 9 | +- Issue with test for rank\_size [\#553](https://github.com/QuantEcon/QuantEcon.py/issues/553) |
| 10 | +- publish newer version \(quantecon 0.4.7\) on conda-forge? [\#546](https://github.com/QuantEcon/QuantEcon.py/issues/546) |
| 11 | +- a\_small\_typo\_in\_quantecon.inequality.rank\_size\_plot [\#543](https://github.com/QuantEcon/QuantEcon.py/issues/543) |
| 12 | +- \[test\_quadsum.py \] undefined name [\#538](https://github.com/QuantEcon/QuantEcon.py/issues/538) |
| 13 | +- Quantecon and numba error [\#536](https://github.com/QuantEcon/QuantEcon.py/issues/536) |
| 14 | +- \[Test\] Setup test for `add\_rank\_size` [\#519](https://github.com/QuantEcon/QuantEcon.py/issues/519) |
| 15 | + |
| 16 | +**Merged pull requests:** |
| 17 | + |
| 18 | +- FIX: rank-size test by inc. sample size [\#556](https://github.com/QuantEcon/QuantEcon.py/pull/556) ([bktaha](https://github.com/bktaha)) |
| 19 | +- update version for new release of 0.4.8 [\#555](https://github.com/QuantEcon/QuantEcon.py/pull/555) ([mmcky](https://github.com/mmcky)) |
| 20 | +- Revert "update version for new release 0.4.8" [\#554](https://github.com/QuantEcon/QuantEcon.py/pull/554) ([mmcky](https://github.com/mmcky)) |
| 21 | +- update version for new release 0.4.8 [\#552](https://github.com/QuantEcon/QuantEcon.py/pull/552) ([mmcky](https://github.com/mmcky)) |
| 22 | +- REF and TEST: rank\_size in inequality.py [\#551](https://github.com/QuantEcon/QuantEcon.py/pull/551) ([bktaha](https://github.com/bktaha)) |
| 23 | +- FIX: ValueError `LQMarkov` convergence failed, Closes \#508 [\#550](https://github.com/QuantEcon/QuantEcon.py/pull/550) ([bktaha](https://github.com/bktaha)) |
| 24 | +- rank\_size\_plot\_typo [\#545](https://github.com/QuantEcon/QuantEcon.py/pull/545) ([shlff](https://github.com/shlff)) |
| 25 | +- Fix variables never used lgtm warnings in dle.py. [\#542](https://github.com/QuantEcon/QuantEcon.py/pull/542) ([duncanhobbs](https://github.com/duncanhobbs)) |
| 26 | +- Fix lgtm warnings in quadsums.py. [\#541](https://github.com/QuantEcon/QuantEcon.py/pull/541) ([duncanhobbs](https://github.com/duncanhobbs)) |
| 27 | +- Fix lgtm warning for arma.py. [\#540](https://github.com/QuantEcon/QuantEcon.py/pull/540) ([duncanhobbs](https://github.com/duncanhobbs)) |
| 28 | + |
3 | 29 | ## [0.4.7](https://github.com/QuantEcon/QuantEcon.py/tree/0.4.7) (2020-04-24)
|
4 | 30 |
|
5 | 31 | [Full Changelog](https://github.com/QuantEcon/QuantEcon.py/compare/0.4.6...0.4.7)
|
|
0 commit comments