------------------------------
**2016-12-22**
- New routines:
- New ``srcbipole`` modelling routine: Model an arbitrarily oriented, finite
length bipole source.
- Merge ``frequency`` and ``time`` into ``dipole``. (``frequency`` and
``time`` are still available.)
- ``dipole`` now supports multiple sources.
- Internal changes:
- Replace ``get_Gauss_Weights`` with ``scipy.special.p_roots``
- ``jv(0,x)``, ``jv(1,x)`` -> ``j0(x)``, ``j1(x)``
- Replace ``param_shape`` in ``utils`` with ``_check_var`` and
``_check_shape``.
- Replace ``xco`` and ``yco`` by ``angle`` in ``kernel.fullspace``
- Replace ``fftlog`` with python version.
- Additional sine-/cosine-filters: ``key_81_CosSin_2009``,
``key_241_CosSin_2009``, and ``key_601_CosSin_2009``.
- Bug fixes
v1.0.x
""""""