pyproj4 / pyproj

Python interface to PROJ (cartographic projections and coordinate transformations library)
https://pyproj4.github.io/pyproj
MIT License
1.04k stars 211 forks source link

Cython deprecating compile time conditional statements #1142

Open snowman2 opened 2 years ago

snowman2 commented 2 years ago

https://github.com/cython/cython/issues/4310

snowman2 commented 2 years ago

https://github.com/cython/cython/issues/4310#issuecomment-1245862843

The current situation is something like "Cython core developers don't like this feature and would like to replace it with a better alternative". It's a statement of intent rather than immediate action. The main consequence right now is that we aren't interesting in proposals extend the current conditional complication feature. ... We'll make sure that suitable warnings appear in Cython well before anything removes, and that the alternatives are well-documented. Until then I'd wait (especially with respect to existing code).

snowman2 commented 1 year ago

Related: https://github.com/cython/cython/issues/2596