Chris Beaumont
Chris Beaumont
@rossant and I have discussed adding a vispy backend for Glue, which I think is a great idea. It's a nontrivial addition, so I'm also kind of waiting to see...
yep, that's the idea
Adding new data loaders to https://github.com/glue-viz/glue/blob/master/glue/core/data_factories.py is actually fairly straightforward and documented at http://www.glueviz.org/en/latest/customization.html#custom-data-loaders ... any chance you interested in putting together a PR?
Assuming sphinx is set up to render both styles properly, transitioning to numpydoc is fine by me
It happens on master, too
> like it's that python vs pythonw thing ugh. I'm so peeved with how anaconda handles that, since the two binaries are identical for the system python. ``` ~ >...
> Oh, finally figured out what was missing in conda! http://conda.pydata.org/docs/building/meta-yaml.html#python-app Well that's at least nice. But it probably doesn't help if someone pip installs or builds from source (I...
I'd be really interested to know what problems are actually solved by having two distinct binaries.
(apparently GH interprets "doesn't close #issue" as "close #issue" :) )
This looks good to me! This is very similar to how Traits works (http://code.enthought.com/projects/traits/) I have a few style comments that I'll leave inline.