Releases: erdogant/findpeaks
Releases · erdogant/findpeaks
2.1.3
- Fix for showing plots when using the command line.
2.1.2
- Fix in naming plot_peristance -> plot_persistance
- wget functionality replaced by request (thanks to bcbnz!)
- Catch error if mesh plot is used on 1D vector
- Update docs and examples
- Some cleaning
2.1.0
- code-refactored
- more errors and warnings captured
- persistence output improved
- sphinx pages created
2.0.0
Huge update!
- topology method implemented for 1D
- Persistance scores avaiable
- output is structured in a dataframe
- denoising (filtering) methods implemented such as lee, kuan, frost, median, mean, bilateral, fastnl
- plotting is possible for separate methods (topology, peakdetect)
- code is refactored
- code is cleaned
- docstrings added
- examples added
1.0.2
- exclude opencv from the default installation.
- small fixes
1.0.1
- update in utils name to compute
- Some examples are updated
1.0.0
Huge update to classes
- code refactored
- 2d image peak detection (woop woop!)
- 2d to 3d conversion with mesh plot!
- docstrings
- new examples