Re: [Cython] cython 3 migration update and next releases

2023-05-21 Thread Dima Pasechnik
On thing to take care of before the release is to get rid of the hugely outdated advice to ship generated C/C++ files! On Sun, May 21, 2023 at 11:24 AM Stefan Behnel wrote: > > Dima Pasechnik schrieb am 21.05.23 um 11:38: > > On Sun, 21 May 2023, 10:21 Stefane Fermigier, wrote: > >> IFAIK, 15k l

Re: [Cython] cython 3 migration update and next releases

2023-05-21 Thread Stefan Behnel
Dima Pasechnik schrieb am 21.05.23 um 11:38: On Sun, 21 May 2023, 10:21 Stefane Fermigier, wrote: IFAIK, 15k lines of Cython makes it among one of the largest Cython projects I'm aware of (I did some research a couple of years ago): https://github.com/sfermigier/awesome-cython#some-projects-wi

Re: [Cython] cython 3 migration update and next releases

2023-05-21 Thread Dima Pasechnik
SageMath has 700K Cython lines, yet not mentioned. On Sun, 21 May 2023, 10:21 Stefane Fermigier, wrote: > > On 17/05/2023 14:44, Lisandro Dalcin wrote: > > > > On Tue, 16 May 2023 at 22:10, matus valo wrote: > >> The rationale is that the projects won't start really using Cython 3 >> until we

Re: [Cython] cython 3 migration update and next releases

2023-05-21 Thread Stefane Fermigier
On 17/05/2023 14:44, Lisandro Dalcin wrote: On Tue, 16 May 2023 at 22:10, matus valo wrote:  The rationale is that the projects won't start really using Cython 3 until we do the final release. Now, we have 3 big users of Cython migrated, hence I think we have some confidence that

Re: [Cython] cython 3 migration update and next releases

2023-05-21 Thread da-woods
On 20/05/2023 10:59, Stefan Behnel wrote: It's probably a good time to have a final call for merges. Promoting and voting for PRs is welcome. I've flagged a couple of PRs for possible merging. They're both fairly minor Python-compatibility fixes so it probably isn't a disaster if they're mi

Re: [Cython] cython 3 migration update and next releases

2023-05-20 Thread Stefan Behnel
matus valo schrieb am 16.05.23 um 21:09: I would like to inform you about recent porting of projects to Cython 3. Recently, I participated in migration of 3 bigger projects to Cython 3: Thanks a lot for doing this, Matúš. It helps Cython as much as it helps these projects. When migrating t

Re: [Cython] cython 3 migration update and next releases

2023-05-17 Thread Lisandro Dalcin
On Tue, 16 May 2023 at 22:10, matus valo wrote: > The rationale is that the projects won't start really using Cython 3 > until we do the final release. Now, we have 3 big users of Cython migrated, > hence I think we have some confidence that Cython 3 is ready. What do you > think? > I would not

[Cython] cython 3 migration update and next releases

2023-05-16 Thread matus valo
Hi All, I would like to inform you about recent porting of projects to Cython 3. Recently, I participated in migration of 3 bigger projects to Cython 3: * Scipy - scipy main branch is currently compilable with Cython 3 with test suite passing. Cython 3 master branch is used in CI to ensure that a