MAINT: port remaining C modules to Cython in climate
, core
and timeseries
extension modules
#230
Labels
maintenance
something should be improved or is outdated
There are few remaining functions in those extension modules that are still implemented in C in the respective
src_numerics.c
files. Porting them to Cython would reduce language diversity of the package and facilitate debugging. Whats more, previous issues listed below have shown that the ports from the legacyweave.inline
structure contained errors and should be thoroughly reviewed. This would also help to isolate issues with C compilation, such as #225.See CHANGELOG.rst for examples:
Network.nsi_betweenness()
centrality #142CouplingAnalysis.mutual_information()
andCouplingAnalysis.information_transfer()
#187funcnet.CouplingAnalysis
#195The text was updated successfully, but these errors were encountered: