arundo / adtk

A Python toolkit for rule-based/unsupervised anomaly detection in time series
https://adtk.readthedocs.io
Mozilla Public License 2.0
1.06k stars 143 forks source link

ADKT FutureWarning #145

Open numersoz opened 1 year ago

numersoz commented 1 year ago

Hi,

This error is annoying, can we fix this. Should be simple.

adtk/data/_data.py:164: FutureWarning: iteritems is deprecated and will be removed in a future version. Use .items instead

vincentl-met commented 1 year ago

It's now even mandatory for pandas >=2.0.0. It's breaking many functions such as plot from adtk.visualization