You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pandas 2 not accepting strings in float-dtype columns,
fix a pandas future deprecation warning (setting an item of incompatible dtype),
warn about some Pandas 2 warnings to be fixed later,
silent a pandas 2.2 future warning about down casting and try to fix it for when it comes true (hope),
python 3.12 compatibility fixes:
fix ResultSet.fromExcel not closing the ExcelFile object,
fix special chars verification only in temp dir name (tempfile.mkdtemp returns an absolute path from python 3.12),
update python minimal version specification, and modules versions in requirements.txt
(to new actually tested versions and pandas 2.2 minimum supported versions),
non-regression valtests for analyser & pre-analyser:
added a 2nd HTML report test method, through pandas.read_html,
improve HTML report comparison with prior BeautifulSoup prettification.