-
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
General registry? #4
Comments
I would like to solve the following Julia issue #41637 before making using Pkg
pkg"registry add General"
pkg"registry add https://github.com/emmt/EmmtRegistry"
pkg"add LinearInterpolators" I did not noticed that the link was broken, this is because |
The doc link is now working. The doc is however very limited. |
Thanks for updating the docs - looks great. And thanks for the reply about the registry plan. I realize I can use your personal registry for my own work, but I am nearing the release of |
Yes it would be nice to be able to specificy other registries but I've never heard about this possibility. This may be a question to ask on Julia discourse, there is a lot of knowledge shared there and people are very helpful. |
Thanks for the suggestion. The answer is that the Julia general registry is the only way: The Julia issue you linked above looks to be "just" a performance issue. Your package is already useful (to us at least) even with its current performance level so it sure would be great to have it registered. I think everyone understands that it will get better as Julia performance improves. |
OK I will add |
BTW, the package
|
Closing because it got registered - yay and thanks! |
I am happy to find this package because I need an interpolator that has an adjoint.
But to build other packages on top of it confidently, I feel it would need to be in the general Julia registry
so that I can enter
[compat]
for specific versions.Do you have a plan for registering it, e.g., after hitting certain milestones in code coverage or such?
Also, the docs link is broken right now. Do you want a PR to help with setting up Documenter/Literate?
The text was updated successfully, but these errors were encountered: