Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Mar 10:46
· 43 commits to master since this release

Feature

  • HeE2EReader: Switch to construct_typed for describing structures; create file hierarchy when parsing the E2E file; add search functions to the HeE2eReader (45578a5)
  • eyepy.io.utils.py: Add functions to search for integer/float values in binary data; set relative tolerance for Bscan distance to 4% (fixes sample data warning) (96fd58b)

Fix

  • HeE2eReader: Fix issues with inspect after renaming classes (891c79c)
  • init.py: Exclude init.py from isort to prevent circular import (9254231)
  • pyproject.toml: Add imageio as dependency and umpgrade imagecodecs to latest version (bef44a0)

Breaking

Documentation

  • documentation: Improve documentation; rename Voxel/Area Annotation to PixelAnnotation for consistency (ab38837)