Charles Harris

Results 283 comments of Charles Harris

Just to note that we ignore the lint errors in the `array_api`.

If you hit the `...` button in the `Files changed` page and click `view file` you can see what the rendered document looks like.

@HaoZeke Could you review and dismiss the "changes requested"?

You are evaluating it incorrectly. ``` In [1]: from numpy.polynomial import Polynomial as P In [2]: x = np.array([0,1,2,3,4]) ...: y = np.array([i*i for i in x]) In [3]: p...

That is why I used arrays for the input.

Note that the evaluation is also intended to work for object values, which is why the list isn't automatically converted to an array.

All those routines are basically building blocks for the class objects, they are there for those who want to roll their own. In retrospect, they could have been made private....

@rgommers Out of curiosity, can the build time information be obtained from meson?