Re: [matplotlib-devel] custom symbol patch

2006-10-13 Thread Manuel Metz
Hallo, sorry to bother you again. I recognized that I introduced an error in my last patch :-( sym = None starlike = False # to be API compatible if sym is None and not (verts is None): ^^^ This, of cause, makes no sense. The correct line reads

Re: [matplotlib-devel] custom symbol patch

2006-10-13 Thread John Hunter
> "Manuel" == Manuel Metz <[EMAIL PROTECTED]> writes: Manuel> I've attached a patch... I apologize again ... No problem - -I just committed this change. JDH - Using Tomcat but need to do more? Need to support web se

[matplotlib-devel] Are you planning to make another release once NumPy 1.0 is out?

2006-10-13 Thread Travis Oliphant
Hi folks, I'm contemplating a useful change to ufuncs to allow them to take keyword arguments in the future (I have at least two keyword arguments in mind). Unfortunately, this requires a change to the way some functions are called which would mean a bump in the C-API version. This bump is l

Re: [matplotlib-devel] Are you planning to make another release once NumPy 1.0 is out?

2006-10-13 Thread John Hunter
> "Travis" == Travis Oliphant <[EMAIL PROTECTED]> writes: Travis> How to members on this list feel about a NumPy C-API Travis> version number increase for 1.0 final (1.0rc3 first which Travis> would become 1.0final a few days later). We'll tolerate whatever pain is necessary to ac