Closed afedynitch closed 1 year ago
@afedynitch Thanks for this, that was tedious job, I imagine.
I approved the change, but the folder f2py copy
was committed by accident, I presume, and can be removed?
I approved the change, but the folder
f2py copy
was committed by accident, I presume, and can be removed?
Yes, totally. I removed it. Will merge after the tests pass. Hope it is ok if this one goes before the other PRs since it's kind of intrusive..?
Hope it is ok if this one goes before the other PRs since it's kind of intrusive..?
It is not an ideal moment, we could have planned it a bit better, but we have to make the change eventually, so I think you should go ahead. The other PRs can be updated accordingly.
It is not an ideal moment,
Agree but to get the package on pypi and the wheels working, we need to do this change as soon as possible.
Agree but to get the package on pypi and the wheels working, we need to do this change as soon as possible.
Agreed. I think we should keep the zero in front of the version number a while longer, to indicate that the API is not yet stable, but I also would like to have chromo binary wheels on pypi as soon as possible.
This PR changes everything from impy to chromo.
Additional minor changes:
chromo.debug_level = 0
they only print the badge and stay silent otherwise. For the old DPMJET and PHOJET versions such a change is not easily possible since all write statements are unprotected and print directly to an output unit. Sending output into the void is tmk impossible without significant workarounds.