0.3.1 - Beta
------------
- Fixing a setup script bug which caused a failure when installing for python3
- Updating all tests to work in both python2 and 3
- Fixing a few missed python2->3 compatibility issues

0.3.0 - Beta
------------
- Full conversion to support Python 2 & Python 3

0.2.2 - Beta
------------
- Measurement Parser rewritten to use pyparsing instead of home-made parsing logic

0.2.1 - Beta
------------
- Hotfix for missing modules

0.2.0 - Beta
------------
- Postprocessing now executes to alter the confidence values of specific results based on the presence/value of other parse results.
  This reduces complexity in the parsers as well as increases performance. Also removes some module interdependency.
- Fixing some pylint bad names that for some reason the tester missed.