0.4.0   (2018-11-22): Novimir A. Pablant <novimir.pablant@amicitas.com>
    - Change in the handling of Arithmetic Errors (required due to
      to changes in Callable IDL). New behavior: By default arithmetic
      errors will always be raised in python if they occur. This can
      be controled using a new option 'raise_arithmetic_errors'.

0.3.2   (2018-11-21): Novimir A. Pablant <novimir.pablant@amicitas.com>
    - Removed the 'Xm' library from the OS X installation. This is
      not needed for  IDL 8.7.1 and breakes the installation.

0.3.1   (2018-11-21): Novimir A. Pablant <novimir.pablant@amicitas.com>
    - Included standard installation directory for versions released
      after Harris Global Solutions become the owning company.

0.3.0   (2017-07-10): Novimir A. Pablant <novimir.pablant@amicitas.com>
    - Fixed handling of numpy integer data types.  Also updated handling
      of python int.

0.2.3   (2016-01-12): Novimir A. Pablant <novimir.pablant@amicitas.com>
    - Fixed an issue with retrieval of strings in python 3.

0.2.0   (2015-07-01): Novimir A. Pablant <novimir.pablant@amicitas.com>
    - Moved the project to a new name mirpyidl.  For this initial 0.2.0
      I have removed all the idlrpc stuff and instead made a version
      that uses the idl_export interface.

0.1.5   (2015-07-01): Novimir A. Pablant <novimir.pablant@amicitas.com>
    - Updated psutil calls to use the new module names (for psutil v2.0
      or later).

0.1.4   (2014-05-06): Novimir A. Pablant <novimir.pablant@amicitas.com>
    - Code updated to work with new version of psutil (v2.0.0 and later).
    - Updated setup code to elevate to root access for renaming of
      libidl_rpc shared library installation.  Also provides error
      messages if renaming is unsuccessful.

0.1.3   (2014-02-07): Novimir A. Pablant <novimir.pablant@amicitas.com>
    - Fixed a few bugs in object creation.
    - Fixed a problem with identifying strings in python 2.7 (unicode issue).
    - Fixed an issue with transfering complex structures.

0.1.2   (2014-01-09): Novimir A. Pablant <novimir.pablant@amicitas.com>
    - Fixed issues with loading the idllib_rpc library.  This *should* work now
      on both Linux and Mac OS X.  As part of this, the setup script changes the
      installation name of idllib_rpc.dylib to @rpath/idllib_rpc.dylib.

0.1.1   (2014-01-08): Novimir A. Pablant <novimir.pablant@amicitas.com>
    - Fixed unicode/bytes problems: Now acutally compatible with Python 3.3.
    - Added a testing suite which currently includes tests for all the examples
      except for object wrapping.

0.1.0   (2014-01-07): Novimir A. Pablant <novimir.pablant@amicitas.com>
    - Initial public release.
