Closed SergeiOssokine closed 6 months ago
Dear developers, Is there anything I could help with to get this branch merged for a new release? Since the issues with numba are resolved, I was able to use this branch. However a new pipy release with this fix would be great. Kind regards, Simon
Hi @SimonMaenaut and @SergeiOssokine , please give me a couple of days and I look into this.
5 files 5 suites 0s :stopwatch: 1 tests 1 :heavy_check_mark: 0 :zzz: 0 :x: 5 runs 5 :heavy_check_mark: 0 :zzz: 0 :x:
Results for commit 8c1260ad.
:recycle: This comment has been updated with latest results.
@SimonMaenaut I added compilation checks for all supported versions of python and it seems to work ok. Would you please give a try on the current branch?
@raffienficiaud Thank you for resolving this so quickly!
Since there is already a new release, I installed it from pipy through pip and everything works for me as expected.
@SimonMaenaut perfect and thanks for the feedback. All the credit goes to @SergeiOssokine
Python 3.12 brings some forced deprecation:
imp
module is gonenumpy.distutils
is gone Fortunately we only used the former to locateNumeric
which at this point we can assume will not be used (long live numpy). For the latter we just needed to get the numpy includes.Note that
pyseobnr
upstream is blocked bynumba
compatibility issues