bpsmith / tia

Toolkit for integration and analysis
BSD 3-Clause "New" or "Revised" License
404 stars 165 forks source link

Address deprecated function in tia.util.fmt #61

Open cJames9 opened 2 years ago

cJames9 commented 2 years ago

When importing tia.rlab, Python returns a ModuleNotFoundError from tia.util.fmt trying to import pandas.lib. The following DeprecatedWarning has been shown since version 0.20.x: "The pandas.lib module is deprecated and will be removed in a future version. These are private functions and can be accessed from pandas._libs.lib instead". The pandas.lib module has been removed since version 0.24.x.