Version bumps
We currently have failures. Two related to deprecation warnings generated by dios and another one related to pandas type conversions. Could you please have a look into the deprecation stuff from dios @palmb .
Edited by David Schäfer
Merge request reports
Activity
Filter activity
added category: dependencies label
requested review from @palmb
assigned to @schaefed
changed milestone to %2.1.0
hmm,
🤔 i guess we should stick with a lower version of pandas for now, or suppress this specific warning. as pandas says [1] it will continue to work for all1.x
releases.. so we could setpandas>=...<2.0
in requirements.To fix this entirely, some rework of dios is needed, for which we have no time right now, do we ?
[1] https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Int64Index.html
Edited by Bert Palm
Please register or sign in to reply