holoviz / geoviews

Simple, concise geographical visualization in Python
http://geoviews.org
BSD 3-Clause "New" or "Revised" License
578 stars 75 forks source link

FutureWarning: from_items is deprecated #195

Closed rsignell-usgs closed 6 years ago

rsignell-usgs commented 6 years ago

I'm getting this warning when using holoviews and geoviews from conda-forge:

/opt/conda/lib/python3.6/site-packages/holoviews/core/data/pandas.py:130: FutureWarning: from_items is deprecated. Please use DataFrame.from_dict(dict(items), ...) instead. DataFrame.from_dict(OrderedDict(items)) may be used to preserve the key order.
  zip(columns, data)])

2018-06-26_6-51-11

philippjfr commented 6 years ago

Thanks, this was fixed in https://github.com/ioam/holoviews/commit/8aafda99a27a3cba9c11b849ed60bcd6ed38e321, which was included in the HoloViews 1.10.5 release. As far as I can tell that is already available on conda-forge.