Skip to content

Releases: erdogant/findpeaks

2.1.3

21 Apr 10:35
Compare
Choose a tag to compare
  • Fix for showing plots when using the command line.

2.1.2

21 Feb 19:19
Compare
Choose a tag to compare
  • 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.1

06 Aug 17:51
Compare
Choose a tag to compare
  • small fixes

2.1.0

06 Aug 10:10
Compare
Choose a tag to compare
  • code-refactored
  • more errors and warnings captured
  • persistence output improved
  • sphinx pages created

2.0.0

31 Jul 20:19
Compare
Choose a tag to compare

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

08 Jul 18:09
Compare
Choose a tag to compare
  • exclude opencv from the default installation.
  • small fixes

1.0.1

07 Jul 18:39
Compare
Choose a tag to compare
  • update in utils name to compute
  • Some examples are updated

1.0.0

07 Jul 15:59
Compare
Choose a tag to compare

Huge update to classes

  • code refactored
  • 2d image peak detection (woop woop!)
  • 2d to 3d conversion with mesh plot!
  • docstrings
  • new examples

0.1.0

01 May 11:01
Compare
Choose a tag to compare

First release!