Skip to content

Commit 67fe704

Browse files
mmckyoyamad
andauthored
RELEASE: Setup for v0.7.0 (#696)
* RELEASE: Setup for v0.7.0 * updates from feedback * Update CHANGELOG.md Co-authored-by: Daisuke Oyama <[email protected]> * Update CHANGELOG.md --------- Co-authored-by: Daisuke Oyama <[email protected]>
1 parent eeb0865 commit 67fe704

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

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

3+
## Ver 0.7.0 (24-February-2023)
4+
5+
### New
6+
7+
1. [END: Add function fit_discrete_mc](https://github.com/QuantEcon/QuantEcon.py/pull/681) ([jstac](https://github.com/jstac)), ([Smit-create](https://github.com/Smit-create)) and ([oyamad](https://github.com/oyamad)) which takes a time series and fits a finite markov chain
8+
2. [ENH: Adding Discrete Approximation of VAR Methods](https://github.com/QuantEcon/QuantEcon.py/pull/640) ([crondonm](https://github.com/crondonm))
9+
3. [ENH: Implement LCP solver](https://github.com/QuantEcon/QuantEcon.py/pull/690) ([oyamad](https://github.com/oyamad))
10+
11+
### Fixes and Maintenance
12+
13+
1. [FIX: Fix period of reducible MarkovChain with custom state_values](https://github.com/QuantEcon/QuantEcon.py/pull/684) ([oyamad](https://github.com/oyamad))
14+
15+
There were a range of additional maitenance and fixes including
16+
[RFC: Replace `@generated_jit` with `@overload`](https://github.com/QuantEcon/QuantEcon.py/pull/701),
17+
[Update __Iss.py - Remove broken link](https://github.com/QuantEcon/QuantEcon.py/pull/692),
18+
[FIX: Add `__dir__` to lss.py](https://github.com/QuantEcon/QuantEcon.py/pull/693),
19+
[MAINT: Rename ivy.py to ivp.py](https://github.com/QuantEcon/QuantEcon.py/pull/689),
20+
[Bring estimate_mc into top level namespace](https://github.com/QuantEcon/QuantEcon.py/pull/688),
21+
[Warn only when n in not int in tauchen](https://github.com/QuantEcon/QuantEcon.py/pull/673),
22+
[FIX: Avoid bare 'except'](https://github.com/QuantEcon/QuantEcon.py/pull/686),
23+
[FIX: DOC: Remove 2-byte spaces](https://github.com/QuantEcon/QuantEcon.py/pull/685)
24+
25+
Thank you to ([bensonarafat](https://github.com/bensonarafat)), ([crondonm](https://github.com/crondonm)), ([oyamad](https://github.com/oyamad)), ([jstac](https://github.com/jstac)), and ([Smit-create](https://github.com/Smit-create)) for all your contributions, PR reviews, and comments.
26+
327
## Ver 0.6.0 (18-December-2022)
428

529
This is the next major release of the `quantecon` package as it includes some **breaking changes** as listed below. It also

quantecon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Import the main names to top level.
44
"""
55

6-
__version__ = '0.6.0'
6+
__version__ = '0.7.0'
77

88
try:
99
import numba

0 commit comments

Comments
 (0)