Matt McKay
Matt McKay
``` OMP: Info #271: omp_set_nested routine deprecated, please use omp_set_max_active_levels instead. ``` appears when importing `quantecon` package
https://github.com/QuantEcon/QuantEcon.py/runs/5862360679?check_suite_focus=true
We should add an action to make more regular releases on pypi using tag based publishing to PyPI
Review `cartesian` module and update as required: - [ ] line_profile to see if further `numbafication` is useful or not Current discussion from @albop: @oyamad , @mmcky : On the...
Suggested improvement to ``CHANGELOG.md`` file generator from @oyamad This is an issue of the software, but it would be nice if the names of all the collaborators (committers) show up...
Example: quantecon.markov.core.MarkovChain It has a table of attributes and a listing immediately following ``` class quantecon.markov.core.MarkovChain(P)[source] Bases: object Class for a finite-state discrete-time Markov chain. It stores useful information such...
Document what objects are directly importable from `quantecon` top level of package.
Add a `compecon` subpackage which provides an interface to the same functionality provided by the `matlab` `CompEcon` toolkit in python. The aim of this sub-package is to provide a mixture...
Update `docs/qe_apidoc.py` to parse folder hierarchy to automatically capture reorganisation of the underlying library. ## Note 1. Tools houses all of the base level modules. This structure is a bit...