-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Unify QuantEcon.py and QuantEcon.jl APIs? #663
Comments
Yes, that would be great @Smit-create . The http://quantecon.github.io/QuantEcon.jl/latest/api/QuantEcon.html#QuantEcon.rouwenhorst The only issue is that these are breaking changes, so we would need to coordinate changes on the lectures and any other downstream code (e.g., the DP textbook). |
See also #363. |
Thanks @Smit-create . The relevant PR is #664 . Is the idea to shift all Python to Julia equivalent? @mmcky We will have to be careful with this issue since a number of the QE lectures use |
Another difference: |
Can you make the UserWarning to appear only once per session? |
One of the APIs that differ in
julia
andpython
versions is:tauchen
.Julia version is: Doc1
Python version is: Doc2
We can try to unify such APIs that differ in
julia
andpython
(like name of function arguments, position of parameters, etc.) which will help the users in migrating from one language to the other easily.Some of the APIs are:
tauchen
androuwenhorst
(Unifytauchen
androuwenhorst
API #664 )markov_chain_object.P
vsmarkov_chain_object.p
The text was updated successfully, but these errors were encountered: