jbn / ZigZag

Python library for identifying the peaks and valleys of a time series.
BSD 3-Clause "New" or "Revised" License
444 stars 178 forks source link

peak_valley_pivots attribute #16

Closed fjp1369 closed 2 years ago

fjp1369 commented 2 years ago

hi. I installed zigzag but when i call peak_valley_pivots it returns this response : 'zigzag has no attribute peak_valley_pivots '

jbn commented 2 years ago

I just released a new version. If you do,

python -m pip install zigzag==0.3.0

then call,

from zigzag import peak_valley_pivots

do you have the same problem?