[Numpy-discussion] Re: Moving busday functionality to numpy-financial

2023-06-28 Thread Ralf Gommers
On Mon, Jun 26, 2023 at 6:57 AM Kai Striega wrote: > Hi Stefan, > > I'm interested in going that direction, or rather, getting the functions > out of NumPy. I'm not sure if it's feasible to rip these functions out of > NumPy itself – or how much work it would require. Last week I spent some > tim

[Numpy-discussion] Re: Moving busday functionality to numpy-financial

2023-06-25 Thread Kai Striega
Hi Stefan, I'm interested in going that direction, or rather, getting the functions out of NumPy. I'm not sure if it's feasible to rip these functions out of NumPy itself – or how much work it would require. Last week I spent some time looking through the C source code (datetime_busday.{c,h} and d

[Numpy-discussion] Re: Moving busday functionality to numpy-financial

2023-06-25 Thread Stefan van der Walt
Hi Kai, I agree with that the change has maintenance implications for numpy-financial. It's not *hard* building binary wheels, per se, but it's certainly a bigger job than maintaining and testing pure Python. As the maintainer of that library, you should decide whether that's something you w