Closed Czaki closed 4 months ago
I also need to release some changes to the code. I was actually just hoping to get numpy 2
into the CI so it could test it properly, but seems to work now: https://github.com/luispedro/mahotas/commit/5e75706160182b882d9eb267a31a8594304d1a50
I will release rn
Unfortunately, there some issue with the action, so I am reopening here.
Hi, I was looking for mahotas 1.4.16 on pypi, which according to the 'recent versions' should have been released July 3rd, but it's not there. Is that due to the "some issue with the action" you mention above? Or is it a separate issue? (I hoped to have a numpy2 compatible version available on pypi...)
It is because issue in GitHub action that does not allow creating artifacts to upload to PyPi. There is #148 that provides a workaround (there is a problem with the most recent pytest version). So there is a probability that it will be shortly available when @luispedro finds time.
It is because issue in GitHub action that does not allow creating artifacts to upload to PyPi. There is #148 that provides a workaround (there is a problem with the most recent pytest version). So there is a probability that it will be shortly available when @luispedro finds time.
perfect, thanks for the update!
There was actually a long standing bug (more of a missing edge case) that somehow was only triggered on certain versions of Windows! (having to do with how many bits int
s and long
s and long long
s have &c)
I am just about to release v1.4.17
which fixes this and then there will be wheels &c
New version (1.4.17) is up on pypi!
As NumPy 2.0 was released 16 Jun it will be nice to rebuild mahotas wheels against numpy 2.0.
Wheels build against NumPy 2.0 will be binary compatible with 1.16+
Without new release, the environment with NumPy 2.0 will produce such error:
For current project configuration, it should be enough to push new commit with bump version and new tag to repository.