SimpleITKPythonPackage
SimpleITKPythonPackage copied to clipboard
A setup script to generate a Python Wheels
Since SimpleITK can now include SimpleElastix (https://github.com/SimpleITK/SimpleITK/pull/1611) it would be nice to have this as an option when installing SimpleITKPythonPackage. Something like: `pip install SimpleITK[SimpleElastix]@git+https://github.com/SimpleITK/SimpleITKPythonPackage.git -v`
Hey, I would like to get the affine transform from a Nifti image, but I am not quite sure how? There is a simple method to get the image as...
Hi SimpleITK devs, I'm trying to get the SimpleITK python bindings packaged for the nix package manager so I can use them for work. SimpleITK itself has been packaged https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/libraries/simpleitk/default.nix...
Hi everyone, I have got a Nvidia Jetson TX2 with the following specs: Processor: ARMv8 rev 3 (v8l) x 4 Graphics: NVIDIA Tegra X2 GNOME: 3.28.2 OS Type: 64 bit...
On Linux aarch64, ‘pip install SimpleITK’ should download the wheels from pypi. @blowekamp Please let me know your interest in releasing aarch64 wheels. I can help in this. To start...
The README says the steps required to build wheels on macOS and Windows are to be documented. What is the status of this process?
To produce a valid source distribution the following file needs to be copied from a build to the SimpleITK source git submodule: ``` cp _skbuild/cmake-build/sitk-sb/SimpleITK-build/sitkSourceVersionVars.cmake ./SimpleITK/CMake/ ``` If the file...
Moving forward, few options: 1. use [Version.cmake](https://github.com/SimpleITK/SimpleITK/blob/aeada7ab36535041933f2fa7bfe6209e2205984f/Version.cmake) and integrate code that was in [setup.py.in](https://github.com/SimpleITK/SimpleITK/blob/aeada7ab36535041933f2fa7bfe6209e2205984f/Wrapping/Python/Packaging/setup.py.in#L13-L22) 2. for each SimpleITK release, add similar tag to this repo and use https://github.com/warner/python-versioneer. and if...
The current wheel size is nearly 50MB for 64-bit linux. This is the size limit of PyPi. With correctly specified hidden visibility flags, the size can be reduce to ~38MB....
I suggest to create a documentation similar to http://cmake-python-distributions.readthedocs.io