- added comment parsing, see issue [45](https://github.com/PydPiper/pylightxl/issues/41)
- DEPRECATION WARNING: all indexing method that use "formula" as an argument will be replaced
with "output" in future version. Please update your codebase to use "output" instead of "formula".
This was done to simplify indexing the value (``output='v'``), the formula (``output='f'``) or the
comment (``output='c'``).
- added file stream reading for ``readxl`` that now supports ``with block`` for reading. See issue [25](https://github.com/PydPiper/pylightxl/issues/25)