[Numpy-discussion] normalization of Polynomial

2022-05-24 Thread Pieter Eendebak
Hi, The new Polynomial objects includes a domain and window. How can I normalize such an object to a standard domain and window? There is the .convert method, but it returns a strange format. A minimal example: import numpy as np p =np.polynomial.Polynomial([1, 1]) x=np.linspace(0, 3, 15);

[Numpy-discussion] Re: NEP 29 and the faster Python release cadence

2022-05-24 Thread Ewout ter Hoeven
Personally I would be in favor of updating NEP 29 to a support timespan in which at most 3 (minor) Python versions are supported. The development of Python is still at a high pace and NumPy is a high performance library which thrives when be able to adopt the latest Python features and having