diff --git a/activity/updates.html b/activity/updates.html index 69fd73d..92aa684 100644 --- a/activity/updates.html +++ b/activity/updates.html @@ -486,8 +486,8 @@
openfast/openfast - 2024-12-21
openfast/openfast - 2024-12-21
openfast/openfast - 2024-12-24
openfast/openfast - 2024-12-24
nrel/flasc - 2024-12-20
nrel/hopp - 2024-12-19
nrel/floris - 2024-12-19
/tmp/ipykernel_1979/3317172343.py:10: FutureWarning: In a future version of pandas all arguments of DataFrame.any and Series.any will be keyword-only.
+/tmp/ipykernel_1994/3317172343.py:10: FutureWarning: In a future version of pandas all arguments of DataFrame.any and Series.any will be keyword-only.
turbine_df = turbine_df[ pd.DataFrame( turbine_df["scope"].tolist() ).isin( ["turbine", "any"] ).any(1).values ]
/opt/hostedtoolcache/Python/3.11.11/x64/lib/python3.11/site-packages/datapane/common/df_processor.py:26: FutureWarning: pandas.Int64Index is deprecated and will be removed from pandas in a future version. Use pandas.Index with the appropriate dtype instead.
elif isinstance(df.index, pd.Int64Index):
-
/tmp/ipykernel_1979/2262452956.py:11: FutureWarning: In a future version of pandas all arguments of DataFrame.any and Series.any will be keyword-only.
+/tmp/ipykernel_1994/2262452956.py:11: FutureWarning: In a future version of pandas all arguments of DataFrame.any and Series.any will be keyword-only.
farm_df = farm_df[ pd.DataFrame( farm_df["scope"].tolist() ).isin( ["farm", "any"] ).any(1).values ]
/opt/hostedtoolcache/Python/3.11.11/x64/lib/python3.11/site-packages/datapane/common/df_processor.py:26: FutureWarning: pandas.Int64Index is deprecated and will be removed from pandas in a future version. Use pandas.Index with the appropriate dtype instead.
elif isinstance(df.index, pd.Int64Index):
-