v0.3.6
Fixed yet another bug related to our implementation of shot noise. Now we clip all pixels to be below the value of 1e15 prior to the application of shot noise to avoid the ValueError raised by 'numpy.random.poisson' when the parameter 'lam' is too high.
Full Changelog: v0.3.5...v0.3.6