-
Notifications
You must be signed in to change notification settings - Fork 12
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
Depend on EltypeExtensions.jl? #159
Comments
Hi, indeed there is quite some overlap. Is EltypeExtensions being used elsewhere? That code in common.jl goes back a long way. Since DomainSets is used by ApproxFun and by BasisFunctions, I had originally in mind moving this functionality to a package that could be used by both (say JuliaApproximationCore.jl). |
It's very new, so no. But I'm trying to get it used by LazyArrays, etc. |
Names aside, is there a difference in functionality? The logic in common.jl is that an object has an There are routines to convert them, called |
There could be slight difference in edge cases, but the ideas are the same. |
Are you familiar with ApproxFun and what's being used there for this functionality? I'd consider moving if it results in more sharing within JuliaApproximation. (Not a fan of the naming for now but that's a separate concern :-) ) |
The naming scheme comes from FillArrays.jl. I think both schemes are clear enough. Since the package doesn't have many downstreams it's easy to make breaking changes.
not quite. I've switched to ClassicalOrthogonalPolynomials for some years. A brief code search shows there isn't anything like it. |
I notice that a large part of FunctionMaps/src/util/common.jl coincides with EltypeExtensions.jl I made recently. Would it be a good idea to add that as a dependency?
The text was updated successfully, but these errors were encountered: