Santi Villalba

Results 34 comments of Santi Villalba

@vwxyzjn what happens if instead you use the "%gui qt" magic? https://forum.image.sc/t/paquo-read-write-qupath-projects-from-python/41892/17

A simple, fully working conda-forge friendly recipe here: https://github.com/sdvillal/lintel-feedstock But we would need at least a version scheme and one release/tag in order to submit to conda-forge. @dukebw when/if you...

That should be enough, I will try to open the issue during the day. Let's see if we get lucky.

Conda-forge now publishes packages for linux and mac: ```conda install -c conda-forge lintel```. Maybe worth adding to the docs.

To my mind, conda environment features are a little broken concept. I guess the original intention on providing them was good: to ensure all the packages in an environment to...

If changing how features work cannot be considered now, would it be to deprecate them in the future?

Channel pinning per package in conda 4.4 - specs like "loopbio::tensorflow=1.3.0=*mkl*cuda8*" that are actually honored - is proving a great addition for us. We have complex environments and try hard...

Wouldn't that problem be solved by making scipy[mkl] depend on numpy[mkl]? I definitely would never mix numpy[mkl] with scipy[openblas], given that scipy depends on numpy.

I would love to give a hand for this, but I'm afraid the earliest I can do it is beginning of April. What is the best way to proceed? PR...

Not only that, I think smithy should scream out loud if channels is used in ```conda-forge.yml```.