-------------------
**Features**
- New class ``SymmetricFourierTransform`` which makes it incredibly easy to do arbitrary *n*-dimensional
fourier transforms when the function is radially symmetric (includes inverse transform).
- Addition of ``integrate`` method to base class to perform Hankel-type integrals, which were previously
handled by the ``transform`` method. This latter method is now used for actual Hankel transforms.
- Documentation!
**Enhancements**
- Addition of many tests against known integrals.
- Continuous integration
- Restructuring of package for further flexibility in the future.
- Quicker zero-finding of 1/2-order bessel functions.
- This changelog.
- Some notebooks in the devel/ directory which show how various integrals/transforms behave under
different choices of integration steps.
---------