Re: [Numpy-discussion] numpy.scipy.org page 404s

2013-04-26 Thread Ognen Duzlevski
Should be fixed now. Ognen On Fri, Apr 26, 2013 at 10:51 AM, Robert Kern wrote: > On Fri, Apr 26, 2013 at 4:44 PM, Andreas Hilboll wrote: > Unfortunately, Github can only deal with one CNAME, www.numpy.org. > The > documentation recommends that one "redirect" the other domains, but >

Re: [Numpy-discussion] Temporary error accessing NumPy tickets

2012-08-31 Thread Ognen Duzlevski
On Fri, Aug 31, 2012 at 11:35 AM, Pauli Virtanen wrote: > Ondřej Čertík gmail.com> writes: >> When I access tickets, for example: >> >> http://projects.scipy.org/numpy/ticket/2185 >> >> then sometimes I get: >> >> Trac detected an internal error: >> OperationalError: database is locked >> >> For

Re: [Numpy-discussion] (no subject)

2012-04-06 Thread Ognen Duzlevski
On Fri, Apr 6, 2012 at 7:06 AM, mark florisson wrote: > Could someone please ban this person from the mailing list, he keeps > sending spam. > > On 6 April 2012 12:41, Jean-Baptiste Rudant wrote: > >> http://alumnos.digicap.cl/images/rmngl.html >> >> They should be gone now. Ognen ___

Re: [Numpy-discussion] Buildbot/continuous integration (was Re: Issue Tracking)

2012-02-16 Thread Ognen Duzlevski
On Thu, Feb 16, 2012 at 6:07 PM, Thomas Kluyver wrote: > On 16 February 2012 23:52, Chris Ball wrote: >> I'm aware that several projects in the scientific/numeric >> Python ecosystem use Jenkins (including Cython, IPython, and SymPy), >> often using a hosted Jenkins solution such as Shining Panda

Re: [Numpy-discussion] Download page still points to SVN

2012-02-15 Thread Ognen Duzlevski
OK, the deed has been done :) Ognen On Wed, Feb 15, 2012 at 11:29 AM, Travis Oliphant wrote: > It certainly would help people keep the NumPy web-site up to date.   Thanks > Ognen. > > -Travis > > On Feb 15, 2012, at 7:18 AM, Ognen Duzlevski wrote: > >> On Wed, Feb

Re: [Numpy-discussion] Download page still points to SVN

2012-02-15 Thread Ognen Duzlevski
On Wed, Feb 15, 2012 at 7:42 AM, Scott Sinclair wrote: > On 15 February 2012 15:30, Fernando Perez wrote: >> On Wed, Feb 15, 2012 at 5:18 AM, Ognen Duzlevski wrote: >>>> It looks like numpy.org already redirects to numpy.scipy.org. So I >>>> think redirecting

Re: [Numpy-discussion] Download page still points to SVN

2012-02-15 Thread Ognen Duzlevski
On Wed, Feb 15, 2012 at 5:13 AM, Scott Sinclair wrote: > On 8 February 2012 00:03, Travis Oliphant wrote: >> >> On Feb 7, 2012, at 4:02 AM, Pauli Virtanen wrote: >> >>> Hi, >>> >>> 06.02.2012 20:41, Ralf Gommers kirjoitti: >>> [clip] I've created https://github.com/scipy/scipy.github.com and

Re: [Numpy-discussion] Download page still points to SVN

2012-01-19 Thread Ognen Duzlevski
On Thu, Jan 19, 2012 at 11:57 AM, Pauli Virtanen wrote: > 19.01.2012 18:21, Travis Oliphant kirjoitti: >> I think the problem here is one of delegation and information. >> >> I'm not even sure how the web-pages get updated at this point. >> Does anyone on this list know? I think it would be a grea

Re: [Numpy-discussion] Download page still points to SVN

2012-01-19 Thread Ognen Duzlevski
On Thu, Jan 19, 2012 at 1:48 PM, Fernando Perez wrote: > On Thu, Jan 19, 2012 at 9:21 AM, Travis Oliphant wrote: >> I'm not even sure how the web-pages get updated at this point.   Does anyone >> on this list know?    I think it would be a great idea to move to github >> pages for the NumPy pro

Re: [Numpy-discussion] Enum type

2012-01-03 Thread Ognen Duzlevski
Nathaniel, On Tue, Jan 3, 2012 at 2:02 PM, Nathaniel Smith wrote: > On Tue, Jan 3, 2012 at 9:46 AM, Ognen Duzlevski wrote: >> Hello, >> >> I am playing with adding an enum dtype to numpy (to get my feet wet in >> numpy really). I have looked at the >&

Re: [Numpy-discussion] Enum type

2012-01-03 Thread Ognen Duzlevski
On Tue, Jan 3, 2012 at 12:46 PM, Wes McKinney wrote: > On Tue, Jan 3, 2012 at 1:06 PM, Jim Vickroy wrote: >> On 1/3/2012 10:46 AM, Ognen Duzlevski wrote: >>> Hello, >>> >>> I am playing with adding an enum dtype to numpy (to get my feet wet in >>>

[Numpy-discussion] Enum type

2012-01-03 Thread Ognen Duzlevski
Hello, I am playing with adding an enum dtype to numpy (to get my feet wet in numpy really). I have looked at the https://github.com/martinling/numpy_quaternion and I feel comfortable with my understanding of adding a simple type to numpy in technical terms. I am mostly a C programmer and have pr