Jerome Kieffer
Jerome Kieffer
Hi, I am looking for a fast and portable CRC implementation for Python ... but I think I found a performance bug: ``` import numpy,zlib,fastcrc a = numpy.random.random((2048,2048)) %timeit zlib.crc32(a)...
### Description While setting `cibuildwheel` to build the weels for the release of pyFAI, I found the binaries to be unusable. This comes down to the compiler used, i.e. gcc-12...
This is a work-around for a bug in CuPy which uses the floating point exponentiation when calculating the square...
GPU processing is apparently broken on master ... I did this to fix it.
This is simple patch to allow the build of **wheel** packages with `python setup.py bdist_wheel`
Related to https://github.com/pypa/readme_renderer/issues/304
The main difference with version 3 is the separation of the description of the geometry in a `poni` structure instead of having it flat in the main. Before: ``` {...
* What it is about * How it can be used * How it is implemented * Why rotation are not considered.
Remove code related to `orientation` in `geometry` module since this is all managed in `detectors`