Skip to content

Commit f78d363

Browse files
authored
RELEASE: Preparation for v0.5.2 (#593)
* preparation for v0.5.2 * update README with changes
1 parent 57d4148 commit f78d363

File tree

3 files changed

+33
-1
lines changed

3 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## Ver 0.5.2 (16-November-2021)
4+
5+
This is a bug fix release
6+
7+
**Maintain:**
8+
9+
1. FIX: [markov: Respect dtype of P in cdfs](https://github.com/QuantEcon/QuantEcon.py/pull/592) ([[oyamad](https://github.com/oyamad)], thanks [@btanner](https://github.com/btanner) for reporting issue)
10+
2. [LGTM code quality suggestions](https://github.com/QuantEcon/QuantEcon.py/pull/588) ([nshea3](https://github.com/QuantEcon/QuantEcon.py/pull/588))
11+
312
## Ver 0.5.1 (27-June-2021)
413

514
**New:**

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,29 @@ modification, are permitted provided that the following conditions are met:
6767

6868
For a complete list of changes please refer to the [CHANGELOG.md](CHANGELOG.md)
6969

70+
## Ver 0.5.2 (16-November-2021)
71+
72+
This is a bug fix release
73+
74+
**Maintain:**
75+
76+
1. FIX: [markov: Respect dtype of P in cdfs](https://github.com/QuantEcon/QuantEcon.py/pull/592) ([[oyamad](https://github.com/oyamad)], thanks [@btanner](https://github.com/btanner) for reporting issue)
77+
2. [LGTM code quality suggestions](https://github.com/QuantEcon/QuantEcon.py/pull/588) ([nshea3](https://github.com/QuantEcon/QuantEcon.py/pull/588))
78+
79+
## Ver 0.5.1 (27-June-2021)
80+
81+
**New:**
82+
83+
1. ENH: [Add Numba-jitted linprog solver](https://github.com/QuantEcon/QuantEcon.py/pull/532) ([[oyamad](https://github.com/oyamad)])
84+
2. EHN: [Add minmax solver](https://github.com/QuantEcon/QuantEcon.py/pull/579) ([[oyamad](https://github.com/oyamad)])
85+
3. ENH: [Add LP solution method to DiscreteDP](https://github.com/QuantEcon/QuantEcon.py/pull/585) ([[oyamad](https://github.com/oyamad)])
86+
87+
**Maintain:**
88+
89+
1. MAINT: [Use multivariate_normal via random_state](https://github.com/QuantEcon/QuantEcon.py/pull/581) ([[oyamad](https://github.com/oyamad)])
90+
2. FIX: [minmax: Fix redundancy](https://github.com/QuantEcon/QuantEcon.py/pull/582) ([[oyamad](https://github.com/oyamad)])
91+
3. DOCS: [Fix typos in Docs](https://github.com/QuantEcon/QuantEcon.py/pull/584) ([[timgates42](https://github.com/timgates42)])
92+
7093
### Ver 0.5.0 (19-April-2021)
7194

7295
**Breaking Changes:**

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#-Write Versions File-#
66

7-
VERSION = '0.5.1'
7+
VERSION = '0.5.2'
88

99
def write_version_py(filename=None):
1010
"""

0 commit comments

Comments
 (0)