ukaea / UDA

Universal Data Access library to provide data over the network in a unified data object.
https://ukaea.github.io/UDA/
Apache License 2.0
11 stars 4 forks source link

Cython 'IF' statement is deprecated and will be removed in future versions #25

Open stephen-dixon opened 10 months ago

stephen-dixon commented 10 months ago

Cython compile-time conditional IF statements are currently used in pyuda. A deprecation warning is now raised for this cython feature.

more details here https://github.com/cython/cython/issues/4310