Releases: EIT-ALIVE/eitprocessing
Releases · EIT-ALIVE/eitprocessing
Release v1.8.7
What's Changed
- Fix pixel breath cross correlation issue by @psomhorst in #463
Full Changelog: v1.8.6...v1.8.7
Release v1.8.6
What's Changed
- Fix mkdocstrings python version to pre-v2 by @psomhorst in #465
Full Changelog: v1.8.5...v1.8.6
Release v1.8.5
What's Changed
- Migrate to open source test data by @psomhorst in #455
- Fix some issues in EIT data loading @psomhorst in #455
Full Changelog: v1.8.4...v1.8.5
Release v1.8.4
What's Changed
- Fix the excluded peaks in WatershedLungspace by @psomhorst in #442
- Fix link to README.dev.md by @psomhorst in #450
- Extend the documentation of the Vendor enum by @psomhorst in #449
Full Changelog: v1.8.3...v1.8.4
Release v1.8.3
What's Changed
- Correct titles in watershed example notebook by @psomhorst in #446
Full Changelog: v1.8.2...v1.8.3
Release v1.8.2
What's Changed
- Fix deployment of documentation by @psomhorst in #435
- Fix bug in pixel breath for NaN pixels by @JulietteFrancovich in #438
Full Changelog: v1.8.1...v1.8.2
Release v1.8.1
Release v1.8.0
This is a big release with many new features and fixes. The main focus of this release is to prepare the way for pendelluft quantification algorithms. The pixel map, pixel mask, rate detection algorithm, multiple digital notch filter, functional lung space methods, watershed lung space method and ROI filtering all contribute to that goal.
Special thanks to @JulietteFrancovich for contributions and many hours of code review.
What's Changed
- Add PixelMask class by @psomhorst in #399
- Separate plotting logic from data logic by @psomhorst in #400
- Add PixelMap class by @psomhorst in #380
- Add PixelMaskCollection class by @psomhorst in #404
- Respiratory and heart rate detection by @psomhorst in #405
- 392 label and select distinct rois by @JulietteFrancovich in #406
- Add Multiple Digital Notch filter by @psomhorst in #327
- Add WatershedLungspace class by @psomhorst in #418
Documentation
- Add Plotting documentation by @psomhorst in #408
- Add documentation versions with mike by @psomhorst in #410
- Fix mkdocs dependencies by @psomhorst in #422
Testing
- Added tests for 100% coverage by @JulietteFrancovich in #416
Fixes
- Fix deployment of documentation on new release by @psomhorst in #379
- Remove tests from coverage reports by @psomhorst in #382
- Add exception when trying to filter data with NaN-values by @psomhorst in #370
- Fix rate detection overwrite bug by @psomhorst in #419
CI
- Decrease the number of tests for RateDetection by @psomhorst in #423
- Update ruff version by @psomhorst in #424
Full Changelog: v1.7.3...v1.8.0
Release v1.7.3
What's Changed
- Fix superfluous warning in PixelBreath when skipping entire pixels by @psomhorst in #377
- CI: Update pip caching for by @psomhorst in #376
Full Changelog: v1.7.2...v1.7.3