**************************** * Added :code:`preprocessing.py`. This still needs documentation, though.
***********************
0.4.0
*********************** * Added optional parameter :code:`events` to :code:`scan_xml_and_execute` in :code:`xml_helpers`. This gives the user access to the events of iterparse
***********************
0.3.0
*********************** * First real release on PyPI. * Added optional parameter :code:`allow_none` to :code:`verify_kwargs` in :code:`type_helpers`. This allows a user to give a list of names of the keyword arguments that can be None in addition to their default type. * TODO: complete and add examples