Removed the vendoring of `scipy.stats.gaussian_kde` now that `1.5.4` of `scipy` has been released.
1.2.0
Mirroring an ongoing PR on the scipy library that improves the stability of the kernel density estimation.
1.1.1
Added functionality to raise a `ModuleNotFoundError` with a suitable error message if the `plotting` module is imported without `matplotlib`, `seaborn`, and `corner` installed.
1.1.0
Added the ability to pass `rv_continuous` objects as ordinate values.