Skip to content

v2.0.0

Choose a tag to compare

@floRaths floRaths released this 05 Dec 05:02
· 77 commits to main since this release

v2.0.0 — [2025-12-04]

Overview:

  • New "migrate" function to update older datasets to be compatible with the latest G4X-viewer and G4X-helpers versions.
  • Added schema validation to ensure data integrity and compatibility.
  • Implementation of an initial test framework for the package.
  • Re-worked CLI-api to be more modular and easier to extend.

Changes:

  • new "in_place" output flag replaces "out_dir" and ensures predictable output behavior.
  • standardized log location
  • new logging formatter
  • refactor "workflows" into modules
  • adapt G4Xoutput to latest schema
  • refactored stream_features method to redemux module
  • new write_csv_gz method
  • add bead_mask loading to G4Xoutput
  • removed deprecated G4X-viewer schema
  • new dependency: pathschema
  • updates dependencies
  • update docs content and match structure to main site
  • update changelog