Releases: ToruNiina/libasd
Releases · ToruNiina/libasd
version 1.5.6
version 1.5.5
- support python 3.10
version 1.5.4
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
Changed
- use ubuntu 16 to build a binary for manylinux
version 1.5.2
Fixed
- update pybind11 (for problem in cpython3.9.0)
- fix shape problem in numpy binding
version 1.5.1
- stabilized read functions by using size information
- uploaded to PyPI
version 1.5.0
- 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)