Skip to content

Commit

Permalink
Updated release note and documentation of EcgBatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Podvyaznikov committed Dec 26, 2017
1 parent 9fe983a commit 4f2c9a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Release 0.2.0

## Major Features and Improvements
* ``load`` method now supports new signal formats:
* `load` method now supports new signal formats:
* DICOM
* EDF
* wav
* ``meta`` component structure has changed - now it always contains a number of predefined keys.
* `meta` component structure has changed - now it always contains a number of predefined keys.
* Added channels processing methods:
* `EcgBatch.keep_channels`
* `EcgBatch.drop_channels`
* `EcgBatch.rename_channels`
* Added `apply_to_each_channel` method.
* Added `standardize` method.
* Added complex ECG transformations:
* Fourier-based transformations:
* `EcgBatch.fft`
Expand All @@ -28,6 +29,9 @@

## Breaking Changes to the API
* `apply_transform` method's signature has changed.
* `show_ecg` method's signature has changed.
* `calc_ecg_parameters` method's signature has changed.
* `wavelet_transform` method has been deleted.
* `update` method has been deleted.
* `replace_labels` method has been renamed to `rename_labels`.
* `slice_signal` method has been renamed to `slice_signals`.
Expand Down
1 change: 1 addition & 0 deletions docs/api/core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Wavelet-based transformations
Other methods
"""""""""""""
.. automethod:: cardio.EcgBatch.calc_ecg_parameters
.. automethod:: cardio.EcgBatch.standardize


EcgDataset
Expand Down

0 comments on commit 4f2c9a5

Please sign in to comment.