------------------- * ``quit_worker_()``: Added check to see if thread was already closed, due to a ``lost_connection`` event. This prevents an hanging app during quit. * Changed name of enum class ``DAQ_trigger`` to ``DAQ_TRIGGER``
0.1.2
------------------- * Proper use of ``super()``, now passing ``**kwargs`` onto subclass ``QtCore.QObject()``
0.1.1
------------------- * ``Worker_DAQ`` now stores all init arguments, some as _private
0.1.0
------------------- * DvG module filenames changed to lowercase * Nearing full release status
0.0.12
------------------- * ``INTERNAL_TIMER``: Already instantiate the ``QTimer`` in ``create_worker_DAQ()``, instead of in ``start_worker_DAQ()`` * Changed default ``DAQ_timer_type`` from ``CoarseTimer`` to ``PreciseTimer`` * Added more Sphinx documentation