Skip to content

Commit 15b3b93

Browse files
committed
Release of version 0.4.5
1 parent 88252ce commit 15b3b93

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
# Change Log
22

3-
## [0.4.4](https://github.com/QuantEcon/QuantEcon.py/tree/0.4.4) (2019-05-24)
3+
## [0.4.5](https://github.com/QuantEcon/QuantEcon.py/tree/0.4.5) (2019-07-08)
4+
[Full Changelog](https://github.com/QuantEcon/QuantEcon.py/compare/0.4.4...0.4.5)
5+
6+
**Closed issues:**
7+
8+
- Tests of `rouwenhorst` fails occasionally [\#491](https://github.com/QuantEcon/QuantEcon.py/issues/491)
49

10+
**Merged pull requests:**
11+
12+
- Release of version 0.4.5 [\#493](https://github.com/QuantEcon/QuantEcon.py/pull/493) ([mmcky](https://github.com/mmcky))
13+
- FIX: Increase `tol` in `rouwenhorst` test. [\#492](https://github.com/QuantEcon/QuantEcon.py/pull/492) ([shizejin](https://github.com/shizejin))
14+
- TRAVIS: Set coverage branch as `linux`. [\#490](https://github.com/QuantEcon/QuantEcon.py/pull/490) ([shizejin](https://github.com/shizejin))
15+
- Add `LQMarkov`. [\#489](https://github.com/QuantEcon/QuantEcon.py/pull/489) ([shizejin](https://github.com/shizejin))
16+
- FIX: DOC: Remove `matplotlib.sphinxext.only\_directives` [\#488](https://github.com/QuantEcon/QuantEcon.py/pull/488) ([oyamad](https://github.com/oyamad))
17+
18+
## [0.4.4](https://github.com/QuantEcon/QuantEcon.py/tree/0.4.4) (2019-05-24)
519
[Full Changelog](https://github.com/QuantEcon/QuantEcon.py/compare/0.4.3...0.4.4)
620

721
**Fixed bugs:**
@@ -16,6 +30,7 @@
1630

1731
**Merged pull requests:**
1832

33+
- Release of version 0.4.4 [\#485](https://github.com/QuantEcon/QuantEcon.py/pull/485) ([mmcky](https://github.com/mmcky))
1934
- Add drift term keyword to `markov.tauchen`. [\#484](https://github.com/QuantEcon/QuantEcon.py/pull/484) ([shizejin](https://github.com/shizejin))
2035
- FIX: Import scipy.sparse.linalg [\#482](https://github.com/QuantEcon/QuantEcon.py/pull/482) ([oyamad](https://github.com/oyamad))
2136
- Fix `sample\_without\_replacement` using guvectorize [\#479](https://github.com/QuantEcon/QuantEcon.py/pull/479) ([oyamad](https://github.com/oyamad))

0 commit comments

Comments
 (0)