haasad / PyPardiso

Python interface to the Intel MKL Pardiso library to solve large sparse linear systems of equations
BSD 3-Clause "New" or "Revised" License
135 stars 20 forks source link

Possibly forgot to change version number #28

Closed ma-sadeghi closed 3 years ago

ma-sadeghi commented 3 years ago

Hi @haasad, thanks for your swift action on dealing w/ the MKL issue! Really appreciate it. Just one thing: I think you might have forgotten to up the version number and hence your upload-to-pypi Action didn't quite work (or maybe you still have work to do before releasing v0.3.4?).

haasad commented 3 years ago

I'll finish the release tomorrow, it's getting a bit late here in Europe :-) Want to double-check a few things first to be on the safe side. I had to change how the shared library is detected and I don't fully trust the github action tests alone for this.

ma-sadeghi commented 3 years ago

Right! Given that OpenPNM/porespy are not being used by NASA I don't think one day is terribly long :grin: Just kidding! Really appreciate your efforts :)

haasad commented 3 years ago

pypardiso v0.4.0 is now available from pypi and conda-forge, let me know if anything doesn't work

ma-sadeghi commented 3 years ago

Hi @haasad Thanks once again. I confirm that the issue is now fixed.