Skip to content

Conversation

@mmcky
Copy link
Contributor

@mmcky mmcky commented Feb 24, 2023

This PR sets up for v0.7.0 release

fixes #695

@oyamad tried to get the balance right re: listing the fixes and maintenance in a concise way while highlight the main fixes.

@coveralls
Copy link

coveralls commented Feb 24, 2023

Coverage Status

Coverage: 92.988% (+0.01%) from 92.975% when pulling 974ac1c on v0.7.0 into eeb0865 on main.

Copy link
Member

@oyamad oyamad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mmcky Could you please also include #690 (which implements a Numba-jitted linear complementarity problem (LCP) solver based on Lemke's algorithm).

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)
Copy link
Member

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.
Copy link
Member

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.

@mmcky
Copy link
Contributor Author

mmcky commented Mar 6, 2023

thanks @oyamad made those updates and changes

Copy link
Member

@oyamad oyamad left a 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!

@oyamad oyamad added the ready label Apr 9, 2023
@oyamad
Copy link
Member

oyamad commented Apr 16, 2023

Updated CHANGELOG.md and rebased on the latest main.

@mmcky mmcky merged commit 67fe704 into main Apr 24, 2023
@mmcky mmcky deleted the v0.7.0 branch April 24, 2023 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Organise a new release v0.7 with new features

4 participants