Skip to content

Latest commit

 

History

History
181 lines (110 loc) · 5.18 KB

CHANGELOG.md

File metadata and controls

181 lines (110 loc) · 5.18 KB

Changelog

1.0.4 - 2024-08-26

Added

  • example script to export entire EGM data (Robert Arnold)
  • import/export of additional beat annotations in reference channel (Robert Arnold)
  • export of PaSo reference template for CARTO studies (Robert Arnold)

Changed

  • made function call unprotected: CartoPoint.import_attributes() (Robert Arnold)

Fixed

  • error when creating nested output folders (Robert Arnold)

Removed

1.0.3 - 2024-07-08

Added

  • quick visualization of Carto studies, (#4) (Robert Arnold)
  • CITATION.cff (Robert Arnold)

Changed

Fixed

  • visualization error if no lesion data is available (Robert Arnold)
  • ambiguity for annotation times 0 and NaN in CartoPoint (Robert Arnold)
  • export error if no VisiTag sites were loaded/found (Robert Arnold)
  • load error if no lesion data in .pyceps file (Robert Arnold)
  • import error for single channel reference annotation config (algorithm = 0) (Robert Arnold)

Removed

1.0.2 - 2024-06-11

Added

  • type hints and documentation (Robert Arnold)
  • support for region tags in .elem files (Robert Arnold)
  • support for frames in dat_t and pts_t files (Robert Arnold)
  • EPPoint attribute ecg for optimized ECG loading (Robert Arnold)
  • CLI argument --keep-ecg to save ECGs to .pyceps (Robert Arnold)
  • visualization of point ECGs in dash (#3) (Robert Arnold)
  • import Carto3 PaSo data (Robert Arnold)
  • export files to folder given with --save-study (#2) (Robert Arnold)
  • support for frames in dat_t and pts_t files (Robert Arnold)
  • support for region tags in .elem files (Robert Arnold)

Changed

  • some function names for clarity (load vs. import) (Robert Arnold)
  • changed key for BSECG JSON files from "bsecg" to "ecg" (Robert Arnold)
  • py7zr >= 0.21.0 is now required (Robert Arnold)

Fixed

  • wrong time dimension in IGB files (Robert Arnold)
  • connector file names in newer Carto3 export format (Robert Arnold)
  • error if basepath stored in .pyceps cannot be reached (Robert Arnold)
  • disappearing lesions in dash for multiple RFI metrics (Robert Arnold)

1.0.1 - 2024-04-16

Added

  • interpolation of IMP and FRC surface parameter maps (Robert Arnold)

Changed

  • export point impedance and contact force data only if data is available (Robert Arnold)
  • test data set (added point force and impedance data) (Robert Arnold)

Fixed

  • load .pyceps with no additional meshes (Robert Arnold)
  • load .pyceps with maps without points (Robert Arnold)
  • import of point impedance and contact force data (Robert Arnold)

1.0.0 - 2024-04-10

Added

  • Export of second unipolar EGM data and point cloud (Robert Arnold)
  • Added CLI argument --password for protected archives (Robert Arnold)

Changed

  • Studies are saved in new .pyceps format (Robert Arnold)
  • Dimension of coordinate triples is now (3, ) instead of (3, 1) (Robert Arnold)
  • Renamed CLI command --study-pkl to --study-file (Robert Arnold)
  • CLI command --system is required only when importing data from repository (Robert Arnold)
  • Changed test data to new export format (Robert Arnold)
  • Added additional Meshes to test data set (Robert Arnold)
  • Renamed EPStudy attribute .ecg to .bsecg (Robert Arnold)
  • Set second unipolar coordinates to recording position if not found to avoid NaN's in output files (Robert Arnold)

Fixed

  • Error when overwriting existing study file is declined (Robert Arnold)

Old .pkl files are not supported anymore!

0.1.1 - 2024-04-02

Changed

  • Renamed EPStudy function set_root to set_repository (Robert Arnold)

Fixed

  • Set proper study root if data repository is not reachable (Robert Arnold)
  • Import only specific maps if given as CLI command (Robert Arnold)

0.1.0 - 2024-03-11

Added

  • Determine position of second channel for bipolar recordings (Robert Arnold)
  • Export of additional point info NAME, WOI, REF (Robert Arnold)
  • Added QMODE+ test data (Robert Arnold)

Changed

  • Compatibility with Python >=3.8 <= 3.12 (Robert Arnold)
  • Export of VisiTag data separate for "normal" and QMODE+ (Robert Arnold)

Fixed

  • Import maps with zero points (Robert Arnold)
  • Unintentionally skipped lines in VisiTag files (Robert Arnold)

0.0.3 - 2024-02-14

Fixed

  • Missing colormaps.json (Robert Arnold)

0.0.2 - 2024-02-14

Added

  • Provided artificial Carto3 data set for testing (Robert Arnold)

Changed

  • Renamed module from src to pyceps (Robert Arnold)

Fixed

  • Pass map name as list to import method (Robert Arnold)

This release was yanked on PyPi due to a missing file.

0.0.1 - 2024-02-01

Initial release.