1.1.1
- Added pois_gen and sqr_abs functions, which are ~3x faster than NumPy equivalents and the largest slowdown for frc
- pois_gen generates an array using the Poisson distribution using the same lambda for all values, sqr_abs takes the element-wise norm and square of a complex array
- Added additional documentation