Releases: analysiscenter/cardio
Releases · analysiscenter/cardio
More formats and actions
Major Features and Improvements
loadmethod now supports new signal formats:- DICOM
- EDF
- wav
metacomponent structure has changed - now it always contains a number of predefined keys.- Added channels processing methods:
EcgBatch.keep_channelsEcgBatch.drop_channelsEcgBatch.rename_channels
- Added
apply_to_each_channelmethod. - Added
standardizemethod. - Added complex ECG transformations:
- Fourier-based transformations:
EcgBatch.fftEcgBatch.ifftEcgBatch.rfftEcgBatch.irfftEcgBatch.spectrogram
- Wavelet-based transformations:
EcgBatch.dwtEcgBatch.idwtEcgBatch.wavedecEcgBatch.waverecEcgBatch.pdwtEcgBatch.cwt
- Fourier-based transformations:
Breaking Changes to the API
- Changed signature of the following methods:
EcgBatch.apply_transformEcgBatch.show_ecgEcgBatch.calc_ecg_parameters
- Changed signature of the following pipelines:
dirichlet_train_pipelinedirichlet_predict_pipelinehmm_preprocessing_pipelinehmm_train_pipelinehmm_predict_pipeline
wavelet_transformmethod has been deleted.updatemethod has been deleted.replace_labelsmethod has been renamed torename_labels.slice_signalmethod has been renamed toslice_signals.ravelmethod has been renamed tounstack_signals.
Initial release
Initial public release