-
Notifications
You must be signed in to change notification settings - Fork 66
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
migration to package extensions #414
base: v1
Are you sure you want to change the base?
Conversation
@cjdoris Do you want help for migration to package extensions? |
Maybe, though the only things remaining on the list are Dates and Tables. I think Dates can't be removed because if you do I'm not sure about Tables. We use it in two places:
So all in all I think there's no more to do on this. |
Well, I think there is. There are three occurrences of |
Yes you're right the current uses of Didn't know about the upcoming version-dependent Project.toml, that's cool! |
Closes #405.
We can hopefully remove all these strong dependencies.
Markdown: needed for interactive help (probably always loaded by Julia anyway)juliacall.Pkg
REPL: it is only imported when needed (i.e. when juliacall is loaded in an interactive Python session)Serialization: this is needed by__reduce__
in jlwrap anyway (unless we load it on demand??)