Skip to content

Releases: BaPSF/bapsflib

v2.1.0

27 Jun 00:16
Compare
Choose a tag to compare

Drop explicit support for Python 3.7 and 3.8.

v2.0.0

25 Jun 18:19
Compare
Choose a tag to compare

First official release that supports h5py >= 3.0, and drops support for h5py < 3.

v2.0.0b2

21 Feb 04:12
83f0f79
Compare
Choose a tag to compare
Allow for byte decoding of windows codespace 1252 (#100)

v2.0.0b1

27 Jul 21:12
614137d
Compare
Choose a tag to compare
v2.0.0b1 Pre-release
Pre-release

Beta release for v2.0.0. This is the first release where...

  1. Support for h5py v2.x is dropped and h5py>=3.0 is supported.
  2. Python 3.9 and 3.10 are also supported.

v1.0.2

26 Jul 16:41
4541023
Compare
Choose a tag to compare

Release of v1.0.2.

A full change log can be found in the documentation for bapsflib here.

v1.0.2rc1

26 Jul 16:30
4541023
Compare
Choose a tag to compare
v1.0.2rc1 Pre-release
Pre-release

Release candidate for v1.0.2.

v1.0.1

01 Jun 21:13
a20a78c
Compare
Choose a tag to compare
  • Added Control Device mapping modules for:

    • NI_XZ - a probe drive that moves a probe in the XZ-plane (PR #22
    • NI_XYZ - a probe drive that moves a probe withing 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 bapsflib.utils.decorators.with_bf and 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 :mod:numpy arrays
    (PR 41 <https://github.com/BaPSF/bapsflib/pull/41>_)

  • Refactor class HDFReadControls and module hdfreadcontrols to be plural, which better reflects the class behavior and is consistent with the bound method bapsflib._hdf.utils.file.File.read_controls. (PR #42)

  • Setup continuation integration pep8speaks (PR #43)

  • Misc updates through PR #44

v1.0.0

08 Nov 17:43
7ce1fa7
Compare
Choose a tag to compare

initial release for bapsflib