Skip to content

Releases: ToruNiina/libasd

version 1.5.6

11 Nov 12:56
Compare
Choose a tag to compare
  • support sdist (by Neil Shephard @ns-rse) #8, #11, #12
  • support python 3.11
  • update pybind11 to v2.10.1

version 1.5.5

21 Dec 14:21
Compare
Choose a tag to compare
  • support python 3.10

version 1.5.4

01 Sep 11:32
Compare
Choose a tag to compare

Fixed

  • not use file_header_size in an old version 0 file while parsing. it seems that it does not have the byte size

version 1.5.3

24 Oct 13:26
Compare
Choose a tag to compare

Changed

  • use ubuntu 16 to build a binary for manylinux

version 1.5.2

23 Oct 09:18
Compare
Choose a tag to compare

Fixed

  • update pybind11 (for problem in cpython3.9.0)
  • fix shape problem in numpy binding

version 1.5.1

19 Oct 10:20
Compare
Choose a tag to compare
  • stabilized read functions by using size information
  • uploaded to PyPI

version 1.5.0

19 Apr 04:44
Compare
Choose a tag to compare
  • Update data structure for multi-channel files
    • because of the incorrect information in the spec sheet
  • Update README for multi-channel files
  • Update CI config files
  • Fix sample code in the README (Hiroki Koide)

v1.4.0

06 Feb 06:50
3b52698
Compare
Choose a tag to compare

Improvements around AD_range.

  • add to_voltage function to make AD_range more useful
  • BREAKING rename AD_range variable names in python
    • unipolar_1.0V -> unipolar_1_0V

v1.3.0

28 Nov 08:53
Compare
Choose a tag to compare
  • add __repr__ function to libasd.Header_vX.
  • fix bug in read_asd function while reading asd file version 2
  • fix typo in Header members

also includes tiny correction that can be a problem with some compiler or environment.

v1.2.0

26 Nov 03:42
Compare
Choose a tag to compare
  • better support for numpy.ndarray.that enables the following.
# img = numpy.array(data.frame[0].data, copy=False)
img = data.frame[0].image()