v1.0.1 (2019-06-01) =================== * Added Control Device mapping modules for: * :doc:`NI_XZ <../api_static/bapsflib._hdf.maps.controls.nixz>` - a probe drive that moves a probe in the XZ-plane (`PR 22 `_) * :doc:`NI_XYZ <../api_static/bapsflib._hdf.maps.controls.nixyz>` - a probe drive that moves a probe within an XYZ volume (`PR 39 `_) * Update mapping module `~bapsflib._hdf.maps.digitizers.sis3301` to handle variations seen in SmPD generated HDF5 files (`PR 30 `_) * developed decorators :func:`~bapsflib.utils.decorators.with_bf` and :func:`~bapsflib.utils.decorators.with_lapdf` to better context manage file access to the HDF5 files (`PR 23 `_) * this allows tests for HDF5 files to run on Windows systems * integrated CI `AppVeyor `_ * Allow function :func:`~bapsflib._hdf.utils.helpers.condition_shotnum` to handle single element `numpy` arrays (`PR 41 `_) * Refactor class `~bapsflib._hdf.utils.hdfreadcontrols.HDFReadControls` and module `~bapsflib._hdf.utils.hdfreadcontrols` to be plural, which better reflects the class behavior and is consistent with the bound method :meth:`~bapsflib._hdf.utils.file.File.read_controls` on `~bapsflib._hdf.utils.file.File`. (`PR 42 `_) * Setup continuation integration `pep8speaks `_ (`PR 43 `_)