PyPIC Version 2.2.5
Hotfix: particles_to_mesh in PyPIClib / GPU module used wrong kernel
If the dtype argument in particles_to_mesh was np.float64, PyPIC_GPU used the FP32 kernel (due to a typo), now it has been corrected to use the FP64 kernel. This bug was introduced with PyPIC v2.2.3 .