The following is a summary of the user-visible changes for each of
python-microscope releases.

Version 0.2.0 (2018/06/13)
-------------------------

* New classes:

  * DeformableMirror
  * TriggerTargetMixIn
  * SerialDeviceMixIn
  * TriggerType
  * TriggerMode

* New hardware supported:

  * Alpao deformable mirrors
  * Boston Micromachines Corporation (BMC) deformable mirrors
  * Thorlabs filter wheels

* Abstract class for FilterWheel moved to the `microscope.devices`
  module, where all other abstract device class are.

* New module `microscope.gui` for simple testing of individual
  devices.

* Now dependent on the enum34 package for python pre 3.4.

* Multiple fixes to support Python 3.

* This is the last release with planned support for Python 2.


Version 0.1.0 (2017/05/04)
--------------------------

* New abstract class FilterWheel.

* New classes Client and DataClient.

* New dependency on six.

* Removed dependency on PyME.

* Now works in Linux too.

* Start writing of user documentation.


Version 0.0.1 (2016/11/24)
--------------------------

* Initial release of python-microscope.
