Re: [scikit-image] Community guidelines

2017-10-28 Thread Matthew Brett
Hi, On Sat, Oct 28, 2017 at 1:42 AM, Josh Warner wrote: > I have yet to feel that scikit-image needs a CoC, though that does not > necessarily preclude looking into one. Part of this is helped by keeping > the focus on the code; when we're only talking about how to fix or make the > package bett

Re: [scikit-image] Community guidelines

2017-10-27 Thread Matthew Brett
Hi, On Fri, Oct 27, 2017 at 11:09 AM, Juan Nunez-Iglesias wrote: > > > On 27 Oct 2017, 7:36 PM +1100, François Boulogne , > wrote: > > I feel sad to see that we came to a point that we have to specify such > policies in a FLOSS community. > > > This is undeniably sad, and, in my experience, it’

Re: [scikit-image] Numba on pypi

2017-08-14 Thread Matthew Brett
Hi, On Fri, Jul 14, 2017 at 1:29 AM, Ralf Gommers wrote: > > > On Fri, Jul 14, 2017 at 8:15 PM, Matthew Brett > wrote: >> >> Hi, >> >> On Thu, Jul 13, 2017 at 9:10 AM, Matthew Brett >> wrote: >> > Hi, >> > >> > On Thu, Jul 13

Re: [scikit-image] Numba on pypi

2017-07-14 Thread Matthew Brett
Hi, On Thu, Jul 13, 2017 at 9:10 AM, Matthew Brett wrote: > Hi, > > On Thu, Jul 13, 2017 at 8:50 AM, Ralf Gommers wrote: >> >> >> On Thu, Jul 13, 2017 at 6:16 PM, Stefan van der Walt >> wrote: >>> >>> Hi everyone, >>> >>> As

Re: [scikit-image] Numba on pypi

2017-07-13 Thread Matthew Brett
Hi, On Thu, Jul 13, 2017 at 8:50 AM, Ralf Gommers wrote: > > > On Thu, Jul 13, 2017 at 6:16 PM, Stefan van der Walt > wrote: >> >> Hi everyone, >> >> As many of you know, speed has been a point of contention in >> scikit-image for a long time. We've made a very deliberate decision to >> focus o

Re: [scikit-image] Python 3, revisited

2017-07-11 Thread Matthew Brett
Hi, Certainly no need to duck, from my point view - but for this: On Tue, Jul 11, 2017 at 3:07 AM, Juan Nunez-Iglesias > Beautiful linalg syntax ruined by using Python 2.7 > https://github.com/scikit-image/scikit-image/pull/2394#discussion_r94191032 - do you mean differences like: D1 = np.vstac

[scikit-image] Daily wheel builds

2017-05-26 Thread Matthew Brett
Hi, I just set up daily wheel builds for scikit-image master. They run via travis-ci cron jobs, and have the dual role of testing that wheel building works, as well as testing on 32-bit Linux, and several macOS versions. The wheel builds run from the "daily" branch of the scikit-image-wheels rep

Re: [scikit-image] Turning mailing list reply-to-list on by default

2017-04-14 Thread Matthew Brett
Hi, On Fri, Apr 14, 2017 at 9:52 AM, Juan Nunez-Iglesias wrote: > Hi all, > > There is general debate about whether mailing list messages should reply to > the list or to the author by default. My view is that replies to list > messages should go to the list, and replies only to the author are th

Re: [scikit-image] Compilation Problems

2017-01-18 Thread Matthew Brett
Hi, On Wed, Jan 18, 2017 at 12:43 PM, James Board via scikit-image wrote: >> >> Please try: >> >> pip uninstall cython >> pip install cython >> >> Thanks >> Stéfan > > I can't do that. I don't have root access. Try this: pip install --user --ignore-installed cython Then make sure that the Pyt

[scikit-image] Oops - I broke travis-ci build temporarily

2017-01-14 Thread Matthew Brett
Hi, Sorry, I've been updating the travis-ci build, and in particular the wheel sources, over at : https://github.com/scikit-image/scikit-image/pull/2451 As part of that, I built a new version of the pyside wheel, for our wheel repository, and this broke one of the current scikit image travis bui