============= Fix broken compatability with `RefractiveIndex.INFO <https://refractiveindex.info>`_ database. Extend :func:`~.glassfactory.create_glass` functionality to accept RefractiveIndex.Info URLs or filepaths.
1.0.8
============= Fix issue 8, add local loggers for better control of python's logging capability. Thanks to dominikonysz for reporting and implementing the change.
1.0.7
============= Fix issue 7, previous version broke handling of catalog lists. Thanks to dominikonysz for reporting and suggesting the fix.
1.0.6
============= Bullet-proof and add testcase for :func:`~.glassfactory.create_glass`.
1.0.5
============= Enable :class:`~.rindexinfo.RIIMedium` to be saved and restored as JSON files.
1.0.4
============= Allow extrapolation for :class:`~.opticalmedium.InterpolatedMedium` refractive index interpolation function. Cleanup help and other references to transported classes from **ray-optics**. Fix version export in build process.