v1.0.1
-
Added Control Device mapping modules for:
-
Update mapping module
bapsflib._hdf.maps.digitizers.sis3301to handle variations seen in SmPD generated HDF5 files (PR #30) -
developed decorators
bapsflib.utils.decorators.with_bfandbapsflib.utils.decorators.with_lapdfto 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_shotnumto
handle single element :mod:numpyarrays
(PR 41 <https://github.com/BaPSF/bapsflib/pull/41>_) -
Refactor class
HDFReadControlsand modulehdfreadcontrolsto be plural, which better reflects the class behavior and is consistent with the bound methodbapsflib._hdf.utils.file.File.read_controls. (PR #42) -
Setup continuation integration pep8speaks (PR #43)
-
Misc updates through PR #44