-
Notifications
You must be signed in to change notification settings - Fork 44
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
Various improvements #26
Conversation
This led to a 50x performance improvement in one algorithm!
Now that 0.6 is free of ambiguities, this can go back to the way we want it.
@alsam, can you please enable attobot? It only takes a couple of moments to activate it (https://github.com/attobot/attobot#usage), and it saves me some hassle. |
(If you do the next release, I think it should be v0.3.0 since I deleted some deprecations.) |
@alsam, any interest in moving this to JuliaArrays? I can set you up with the necessary permissions if you like that idea. Meanwhile, I'll go ahead and tag 0.3.0 the old-fashioned way. |
Sure @timholy, it is great idea to move the library to https://github.com/JuliaArrrays , I like it. Could you please set me up with permissions? |
OK, done. I'm a little confused about what privileges are needed to transfer ownership; if you find you can't do it, then let me know and I'll try to fix it. |
Thank you! Just joined JuliaArrays organization taking advantage of your kind invitation. |
@timholy I've just imported from https://github.com/alsam/OffsetArrays.jl to https://github.com/JuliaArrays/OffsetArrays.jl No problems with permissions so far. |
@timholy just killed https://github.com/JuliaArrays/OffsetArrays.jl - details are here JuliaLang/METADATA.jl#8884 |
OK, try the transfer again. Sorry about the inconvenience. |
Thank you. No problem. I've finished transfer. Could you please check if it has right access rights for you? |
I am unsure, but it may be needed that someone with admin permission enables Travis under JuliaArrays (?) |
Thanks for noticing, I checked and we see to be OK. |
This adds various performance and usability enhancements (fixes #16, at least the parts that can be fixed).
It also eliminates the deprecations; I think we've had those long enough that anyone relying on the old behavior has had long enough to fix problems.