-
Notifications
You must be signed in to change notification settings - Fork 3
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
Work with Julia 1.0 #3
base: master
Are you sure you want to change the base?
Conversation
Main differences are: - Don't use "const" keyword. - Update syntax for parametric functions ("where"). - Depend on package "SpecialFunctions". - Update syntax for "round()" and "print_with_color()". - Base.Test -> Test
Hi! I was just wondering if you had a chance to look at this? |
Hi, I'm still interested in having this merged, since my own package depends on it. If you are not able to, would you be OK with me publishing it in the Julia general registry. I'm not sure how that works, though. Please let me know! |
I went ahead and created a pull request to add the package to the General julia registry. As the primary author, let me know if you want to do that instead, and we should be able to switch it over to you. JuliaRegistries/General#4491 |
Main differences are: