|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## [0.4.3](https://github.com/QuantEcon/QuantEcon.py/tree/0.4.3) (2018-12-17) |
| 4 | +[Full Changelog](https://github.com/QuantEcon/QuantEcon.py/compare/0.4.2...0.4.3) |
| 5 | + |
| 6 | +**Closed issues:** |
| 7 | + |
| 8 | +- Startup time is slow [\#449](https://github.com/QuantEcon/QuantEcon.py/issues/449) |
| 9 | +- Function value convergence test for `brent\_max` [\#442](https://github.com/QuantEcon/QuantEcon.py/issues/442) |
| 10 | +- Add OSX to travis.yml configuration [\#359](https://github.com/QuantEcon/QuantEcon.py/issues/359) |
| 11 | +- TEST: Tests for grid\_tools take a long time [\#109](https://github.com/QuantEcon/QuantEcon.py/issues/109) |
| 12 | + |
| 13 | +**Merged pull requests:** |
| 14 | + |
| 15 | +- Release for version 0.4.3 [\#465](https://github.com/QuantEcon/QuantEcon.py/pull/465) ([mmcky](https://github.com/mmcky)) |
| 16 | +- Isolate rtd-specific requirements to doc-requirements.txt [\#464](https://github.com/QuantEcon/QuantEcon.py/pull/464) ([rht](https://github.com/rht)) |
| 17 | +- fix for lorenz documentation [\#462](https://github.com/QuantEcon/QuantEcon.py/pull/462) ([natashawatkins](https://github.com/natashawatkins)) |
| 18 | +- Travis: Disable performance tests [\#461](https://github.com/QuantEcon/QuantEcon.py/pull/461) ([rht](https://github.com/rht)) |
| 19 | +- quad: Import sympy only when necessary [\#459](https://github.com/QuantEcon/QuantEcon.py/pull/459) ([rht](https://github.com/rht)) |
| 20 | +- Travis: Move dependency installs with wheels available to pip [\#458](https://github.com/QuantEcon/QuantEcon.py/pull/458) ([rht](https://github.com/rht)) |
| 21 | +- Update Documentation [\#454](https://github.com/QuantEcon/QuantEcon.py/pull/454) ([mmcky](https://github.com/mmcky)) |
| 22 | +- README: Update coveralls badge to use svg [\#453](https://github.com/QuantEcon/QuantEcon.py/pull/453) ([rht](https://github.com/rht)) |
| 23 | +- Fix warning in test\_pure\_nash [\#451](https://github.com/QuantEcon/QuantEcon.py/pull/451) ([oyamad](https://github.com/oyamad)) |
| 24 | +- ENH: Add errors for invalid inputs for `brent\_max` [\#450](https://github.com/QuantEcon/QuantEcon.py/pull/450) ([QBatista](https://github.com/QBatista)) |
| 25 | +- Travis: Add macOS to the build matrix [\#448](https://github.com/QuantEcon/QuantEcon.py/pull/448) ([rht](https://github.com/rht)) |
| 26 | +- FEAT: Add Shorrocks mobility index [\#447](https://github.com/QuantEcon/QuantEcon.py/pull/447) ([natashawatkins](https://github.com/natashawatkins)) |
| 27 | +- FIX: test `method` keyword of `RepeatedGame.equilibrium\_payoffs\(\)`. [\#446](https://github.com/QuantEcon/QuantEcon.py/pull/446) ([shizejin](https://github.com/shizejin)) |
| 28 | + |
3 | 29 | ## [0.4.2](https://github.com/QuantEcon/QuantEcon.py/tree/0.4.2) (2018-11-25)
|
4 | 30 | [Full Changelog](https://github.com/QuantEcon/QuantEcon.py/compare/0.4.0...0.4.2)
|
5 | 31 |
|
|
0 commit comments