InsightSoftwareConsortium / ITKIsotropicWavelets

External Module for ITK, implementing Isotropic Wavelets and Riesz Filter for multiscale phase analysis.
Apache License 2.0
13 stars 11 forks source link

Python 3.7 on PyPI #110

Closed fbudin69500 closed 5 years ago

fbudin69500 commented 5 years ago

ITKIsotropicWavelets is not available on Pypi for Python 3.7:

https://pypi.org/project/itk-isotropicwavelets/#files

but other modules are: https://pypi.org/project/itk-phasesymmetry/#files

It might just be a matter or recompiling the module, or maybe there needs to be a update of the build system.

phcerdan commented 5 years ago

The wheels are generated by the CI for all platforms: I do have to download them and upload them to Pypi manually. I will have a look! Thanks @fbudin69500

Docs: https://itkpythonpackage.readthedocs.io/en/latest/Build_ITK_Module_Python_packages.html#github-automated-ci-package-builds

phcerdan commented 5 years ago

Issues:

phcerdan commented 5 years ago

Done! itk-isotropicwavelets 0.5 released to pypi! (requiring itk 5.0)

https://pypi.org/project/itk-isotropicwavelets/

phcerdan commented 5 years ago

Missing 2.7 in windows though.... But should be good!