-
Notifications
You must be signed in to change notification settings - Fork 121
Add Dask #239
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
Add Dask #239
Conversation
I've asked for a few other Dask maintainers to +1 this PR to build authority behind it. |
+1 from me, thanks for adding this @mrocklin! |
+1 |
SVG v. PNG: whichever is smallest! See #200. So probably SVG. :) |
I'm definitely in favor of SVG generally. When I ran Jekyll locally I did find that the logo was quite small, so there might need to be a small CSS change somewhere. |
There's an automatically generated preview as well: https://deploy-preview-239--python3statement.netlify.com/ Inspecting the icon, it looks like we set |
We can sett a |
Let's get that in; we can refine. Thanks. |
Putting dask.svg through https://svgtopng.com:
After squashing:
Big win for SVG. |
Now we just need pngtosvg.com! :-P |
Well svgs can include rasterized data right ? |
This adds Dask to the Python 3 statement.
One question: I noticed that all of the images here are PNG. I uploaded an SVG (this just happens to be the most convenient for me at the moment) but I'd be happy to convert it as well.