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 legacy weave.inline structure contained errors and should be thoroughly reviewed. This would also help to isolate issues with C compilation, such as #225.
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:
128
142
145
187
195