Releases: ydataai/ydata-profiling
Releases · ydataai/ydata-profiling
v4.6.5
4.6.5 (2024-02-26)
Bug Fixes
- comparison to_json pd.Series encoding error (#1538) (84af0d0)
- switch create_expectation_suite with add_expectation_suite (#1540) (e0c770e)
- timeseries gap comparison failing with no gaps for date index (#1551) (bd5782b)
- update describe_supported_spark.py included fix for DivideByZero (#1545) (129bb98)
v4.6.4
v4.6.3
v4.6.2
v4.6.1
What's Changed
- chore(deps): bump to pydantic v2 by @portellaa in #1483
The reason for this release is just to bump the requirement of pydantic into v2.
As for code changes, we continue using v1 which is packed inside v2.
We will proceed with the migration as soon as possible.
v4.6.0
4.6.0 (2023-10-10)
Bug Fixes
- bug when creating a new report (#1440) (9a5b4fe)
- fixate matplotlib upper version (3ded762)
- gen wordcloud only for non-empty cols (#1459) (f04fb61)
- remove the duplicated cardinality threshold under categorical and text settings (80a1024)
- table template ignoring text format (#1462) (472c216)
- template {{ file_name }} error in HTML wrapper (#1380) (a5a227f)
- to_category misshandling pd.NA (#1464) (d5bbe7d)
- update duplicates_pandas.py (#1427) (56a6641), closes #1384