Re: [pypy-dev] EuroScipy

2018-05-13 Thread Mike Müller
Am 12.05.18 um 17:03 schrieb Carl Friedrich Bolz-Tereick: > Hi all, > > Somebody on Twitter asked whether there would be a pypy talk at EuroScipy > which > is from August 28 to September 1 in Trento, Italy. Here is the Call for > Presentations: https://pretalx.com/euroscipy18/cfp > NB: the deadli

Re: [pypy-dev] Which pypy with >=3.3 Python compatibility

2015-04-13 Thread Mike Müller
applications themselves, for now, it works pretty well, and when I > found a bug, Amaury has fixed that quickly. Good to know. Just like in the good old times. ;) Mike > > -- > Ludovic Gasc (GMLudo) > http://www.gmludo.eu/ > > 2015-04-13 11:29 GMT-04:00 Mike Müller <mailt

Re: [pypy-dev] Which pypy with >=3.3 Python compatibility

2015-04-13 Thread Mike Müller
Am 13.04.15 um 17:42 schrieb Amaury Forgeot d'Arc: > Hi, > > 2015-04-13 17:29 GMT+02:00 Mike Müller <mailto:mmuel...@python-academy.de>>: > > I need pypy that is Python 3.3 or, even better, Python 3.4 compatible. > I can found the nightly builds at h

[pypy-dev] Which pypy with >=3.3 Python compatibility

2015-04-13 Thread Mike Müller
I need pypy that is Python 3.3 or, even better, Python 3.4 compatible. I can found the nightly builds at http://buildbot.pypy.org//nightly Which one should I use py3.3 or py3k? There are many more version. Should I use one of them? Thanks, Mike ___ pypy

Re: [pypy-dev] europython sprints?

2014-07-01 Thread Mike Müller
Am 01.07.14 21:13, schrieb Sarah Mount: > > On 1 Jul 2014 20:08, "Armin Rigo" mailto:ar...@tunes.org>> > wrote: >> >> Hi Sarah, >> >> On 1 July 2014 21:02, Sarah Mount > wrote: >> > Yup, but I think you guys also need to create a session proposal for a PyPy >> > spr

Re: [pypy-dev] numpy fails trigonometry with complex numbers, what to do?

2012-09-05 Thread Mike Müller
Am 05.09.12 03:30, schrieb Matti Picus: > I am trying to complete complex numbers in numpypy. > Progress is good, I picked up from previous work on the numpypy-complex2 > branch. > Complex numbers come with extensive tests, it seems all the corner cases are > covered. > In porting the tests to num

[pypy-dev] PyPy Sprint in Leipzig is approaching

2012-05-25 Thread Mike Müller
Hi all, It is only four weeks till the sprint in Leipzig. So it is not too earlier to get started with travel planning. Details about the sprint are here: http://morepypy.blogspot.de/2012/04/pypy-sprint-in-leipzig-june-22-27.html If you plan to attend please add you name here: https://bitbucket.

[pypy-dev] NumPyPy test - array creation slow

2012-02-27 Thread Mike Müller
Hi, I just tested NumPyPy a bit. I got very long run times for some tests. After some profiling, I identified the array constructor as the main time sink. This is a small example that makes the point. import cProfile try: import numpy except ImportError: import numpypy as numpy def te

Re: [pypy-dev] PyPy/NumPyPy sprint(s) in Leipzig, Germany?

2012-02-20 Thread Mike Müller
I conclude from this thread that we settled for June 22 - 27. Other conclusions? If no, we found the date and I would like to fix it. Mike Am 17.02.12 21:40, schrieb Stefan Behnel: > Mike Müller, 17.02.2012 21:05: >> Am 17.02.12 20:26, schrieb Maciej Fijalkowski: >>> On Fri, Fe

Re: [pypy-dev] PyPy/NumPyPy sprint(s) in Leipzig, Germany?

2012-02-17 Thread Mike Müller
Am 17.02.12 20:26, schrieb Maciej Fijalkowski: > On Fri, Feb 17, 2012 at 9:16 PM, Stefan Behnel wrote: >> Antonio Cuni, 17.02.2012 00:27: >>> On 02/16/2012 10:17 PM, Armin Rigo wrote: >>>> On Thu, Feb 16, 2012 at 22:07, Mike Müller wrote: >>>>> We c

Re: [pypy-dev] PyPy/NumPyPy sprint(s) in Leipzig, Germany?

2012-02-17 Thread Mike Müller
Am 17.02.12 00:27, schrieb Antonio Cuni: > On 02/16/2012 10:17 PM, Armin Rigo wrote: >> Hi Mike, >> >> On Thu, Feb 16, 2012 at 22:07, Mike Müller >> wrote: >>> We can move the date. One week or only a few days? Like 22nd till 27th >>> of June wou

Re: [pypy-dev] PyPy/NumPyPy sprint(s) in Leipzig, Germany?

2012-02-16 Thread Mike Müller
Am 15.02.12 18:27, schrieb Antonio Cuni: > On 02/15/2012 05:52 PM, Armin Rigo wrote: >> It's not that great to have EuroPython immediately after the sprint >> without any day for recuperation. :-/ I would personally prefer it >> the previous week, for this reason. > > as for me, I'm busy in the d

Re: [pypy-dev] PyPy/NumPyPy sprint(s) in Leipzig, Germany?

2012-02-15 Thread Mike Müller
Am 15.02.12 15:24, schrieb Armin Rigo: > Hi, > > On Sat, Jan 28, 2012 at 12:31, Armin Rigo wrote: >>> So let's plan to have the sprint dates announced no later than two weeks >>> after the EuroPython dates are written on the EuroPython website. >>> What do you think? > > The dates are now publis

Re: [pypy-dev] PyPy/NumPyPy sprint(s) in Leipzig, Germany?

2012-01-27 Thread Mike Müller
Hi Armin, Am 27.01.2012 12:34, schrieb Armin Rigo: > Hi Mike, > > On Fri, Jan 27, 2012 at 12:22, Mike Müller wrote: >> Ok. Let's make it the week before EuroPython then. > > Great, thanks! Note however that we should wait until the EuroPython > dates are official

Re: [pypy-dev] PyPy/NumPyPy sprint(s) in Leipzig, Germany?

2012-01-27 Thread Mike Müller
Am 26.01.2012 11:04, schrieb Antonio Cuni: > On 01/25/2012 11:58 PM, Maciej Fijalkowski wrote: > > >>> Both, the week before (June 25 - 29) and after EuroPython >>> (July 9 - 13) are still available. >>> How about one of these? >> >> Works for me, preferably before? No idea what others say for ex

Re: [pypy-dev] PyPy/NumPyPy sprint(s) in Leipzig, Germany?

2012-01-25 Thread Mike Müller
Am 25.01.2012 22:29, schrieb Maciej Fijalkowski: > On Wed, Jan 25, 2012 at 7:58 PM, Antonio Cuni wrote: >> On 01/25/2012 06:41 PM, Armin Rigo wrote: >> >>> It is indeed a cool idea. I note that you're interested in a sprint >>> on NumPyPy. So I think that Fijal is the best-placed person to >>> s

[pypy-dev] PyPy/NumPyPy sprint(s) in Leipzig, Germany?

2011-12-31 Thread Mike Müller
Hi, I am just wondering if anybody is interested in sprinting on PyPy and in particular NumPyPy in Leipzig sometime in 2012. I can offer working space for up to 12 people with Wi-Fi as well as some basic catering (hot and cold drinks, snacks, pizza etc.) for a few days (up to a week). Accommodat