Skip to content

Releases: ydataai/ydata-profiling

v4.7.0

18 Mar 18:22
Compare
Choose a tag to compare

4.7.0 (2024-03-18)

Bug Fixes

  • great expectations unit tests referring to deprecated method (#1558) (8d428f2)

Features

v4.6.5

26 Feb 14:50
129bb98
Compare
Choose a tag to compare

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

08 Jan 15:03
694aa3f
Compare
Choose a tag to compare

4.6.4 (2024-01-08)

Bug Fixes

  • allow timedelta type for period (#1525) (4b36db1)
  • deploy doc when merged on master (694aa3f)
  • formatters for timedelta missing listargs decoration (#1526) (3d4e482)

v4.6.3

05 Dec 15:38
eb8660b
Compare
Choose a tag to compare

4.6.3 (2023-12-05)

Bug Fixes

This release also change the higher bound for pandas version.

v4.6.2

22 Nov 10:29
93e7430
Compare
Choose a tag to compare

4.6.2 (2023-11-22)

Bug Fixes

v4.6.1

24 Oct 11:33
3003e32
Compare
Choose a tag to compare

What's Changed

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

10 Oct 11:09
8f4f622
Compare
Choose a tag to compare

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

Features

v4.5.1

11 Aug 15:54
Compare
Choose a tag to compare

4.5.1 (2023-08-11)

Bug Fixes

  • gap identification and improve gap statistics and visualization (#1423) (7fb4fc5)
  • time index and gap analysis bugs (#1421) (0a569e6)
  • us air quality doc example link (#1422) (b1a4927)

v4.5.0

09 Aug 15:22
Compare
Choose a tag to compare

4.5.0 (2023-08-09)

Bug Fixes

  • enable text-categorical vars comparsion (#1417) (b860476)
  • handle text as categoricals if sensitive=True (#1415) (1cf71c6)

Features

  • fist version of the gap analysis tab for ts (#1410) (1c0e8c3)

v4.4.0

01 Aug 08:57
Compare
Choose a tag to compare

4.4.0 (2023-08-01)

Bug Fixes

Features

  • add ts plot to variables' section details (#1397) (7158309)