- Corrected in kernel_smoothing the use of atleast_?d to allow non-ndarray arguments - Changed interface to select KDE methods to use objects
1.1.17
- Corrected kde.KDE1D initialization and weigth handling - Corrected CSV output of fitting - Corrected the kde.botev_bandwidth to work with small input sizes
1.1.16
- Remove need for cython in any module (was partial) - PEP8 compliance
1.1.15
- Changed description - Doc now hosted at readthedocs.org - Hosting package at PyPi
1.1.14
- Unifying code base using a compatibility module - sharedmem.py is now the same for Python2 and Python3 (and working with python3!) - cleaned and corrected CSV output code for python 2 and python 3