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
> "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
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
> "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