* Add additonal empty lines after `%endblock`. * Make sure files have a newline at the end. * Fixed a typo for the name of `CannotConvertError`. * Code style and package maintenance update.
0.1.6
-----
* minor package metadata updates
0.1.5
-----
* Fix bugs where tags with `False` values ignored when reading and wrongly set to `True` when writing. This affects input/output using python types.
0.1.4
-----
* Fixed bugs when converting to python type. This function should be used with causion. * Fixed a critical bug when converting cell parameters into cell vectors.
0.1.3
-----
* Added tab(\t) to the regex for delimiter when parsing keyword-values.