* 739 Fix unquoted libpaths by fixing compatibility between ``numpy.distutils`` and ``distutils._msvccompiler`` for numpy < 1.11.2 (Fix issue 728, error also fixed in Numpy).
* 731: Bump certifi.
* Style updates. See 740, 741, 743, 744, 742, 747.
* 735: include license file.
25.2.0
Not secure
=======
* 612 via 730: Add a LICENSE file which needs to be provided by the terms of the MIT license.
25.1.6
Not secure
=======
* 725: revert ``library_dir_option`` patch (Error is related to ``numpy.distutils`` and make errors on non Numpy users).
25.1.5
Not secure
=======
* 720 * 723: Improve patch for ``library_dir_option``.
25.1.4
Not secure
=======
* 717 * 713 * 707: Fix Python 2 compatibility for MSVC by catching errors properly. * 715: Fix unquoted libpaths by patching ``library_dir_option``.
25.1.3
Not secure
=======
* 714 and 704: Revert fix as it breaks other components downstream that can't handle unicode. See 709, 710, and 712.