-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
RELEASE: Setup for v0.7.0 #696
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
oyamad
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CHANGELOG.md
Outdated
|
|
||
| 1. [FIX: Fix period of reducible MarkovChain with custom state_values](https://github.com/QuantEcon/QuantEcon.py/pull/684) ([oyamad](https://github.com/oyamad)) | ||
|
|
||
| There were a range of additional maitenance and fixes including [Update __Iss.py - Remove broken link](https://github.com/QuantEcon/QuantEcon.py/pull/692), [693](https://github.com/QuantEcon/QuantEcon.py/pull/693), [689](https://github.com/QuantEcon/QuantEcon.py/pull/689), [Bring estimate_mc into top level namespace](https://github.com/QuantEcon/QuantEcon.py/pull/688), [Warn only when n in not int in tauchen](https://github.com/QuantEcon/QuantEcon.py/pull/673), [FIX: Avoid bare 'except'](https://github.com/QuantEcon/QuantEcon.py/pull/686), [FIX: DOC: Remove 2-byte spaces](https://github.com/QuantEcon/QuantEcon.py/pull/685), [MAINT: Import from _graph_tools, _gridtools](https://github.com/QuantEcon/QuantEcon.py/pull/683) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This [MAINT: Import from _graph_tools, _gridtools](https://github.com/QuantEcon/QuantEcon.py/pull/683) is just a leftover from #682; it doesn't have to be included here.
CHANGELOG.md
Outdated
| ### New | ||
|
|
||
| 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 | ||
| 2. [ENH: Adding Discrete Approximation of VAR Methods](https://github.com/QuantEcon/QuantEcon.py/pull/640) ([crondonm](https://github.com/crondonm)) which is a routine based on the work `Finite-State Approximation Of VAR Processes: A Simulation Approach'' by Stephanie Schmitt-Grohé and Martín Uribe, July 11, 2010. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know how much we based our implementation on their work.
|
thanks @oyamad made those updates and changes |
oyamad
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mmcky I think it is ready to tag a new release. Thanks!
Co-authored-by: Daisuke Oyama <[email protected]>
|
Updated CHANGELOG.md and rebased on the latest |
This PR sets up for
v0.7.0releasefixes #695
@oyamad tried to get the balance right re: listing the fixes and maintenance in a concise way while highlight the main fixes.