Skip to content

Releases: ydataai/ydata-profiling

v4.8.3

07 May 19:57
Compare
Choose a tag to compare

Full Changelog: v4.8.2...4.8.3

What's Changed

New Contributors

Full Changelog: v4.7.0...4.8.3

v4.8.2

07 May 19:11
Compare
Choose a tag to compare

4.8.2 (2024-05-07)

Bug Fixes

v4.8.1

07 May 16:19
Compare
Choose a tag to compare

4.8.1 (2024-05-07)

Bug Fixes

v4.8.0

07 May 14:59
Compare
Choose a tag to compare

What's Changed

  • fix: comparison to_json pd.Series encoding error by @alexbarros in #1538
  • fix: switch create_expectation_suite with add by @nadavshatz in #1540
  • fix: timeseries gap comparison failing with no gaps for date index by @alexbarros in #1551
  • fix: great expectations unit tests referring to deprecated method by @alexbarros in #1558
  • feat: support for python 3.12 by @aquemy in #1521
  • chore(actions): remove sonarqube by @andre-lx in #1561
  • chore(actions): remove sonarqube by @andre-lx in #1563
  • fix: zero division for categorical colums with 100% missing data by @alexbarros in #1569
  • chore: update html and readme by @fabclmnt in #1571
  • fix: downgrade commitlint action version by @alexbarros in #1572
  • chore(deps): remove seaborn upper limit by @ggydush in #1570
  • chore(deps): update dependency mike to >=2.1.1,<2.2.0 by @renovate in #1580
  • chore: update python3statement url by @tqa236 in #1573
  • fix: Use correct value in ConstantAlert template by @AlpAribal in #1574
  • fix: Resolve the issue of conflicts between columns added during the analysis process and the original data columns in the Spark version. by @frelion in #1518
  • chore(deps): update typeguard version by @fabclmnt in #1581
  • chore(deps): update dependency mkdocs-table-reader-plugin to <=2.2.0 by @renovate in #1478
  • chore(deps): update dependency coverage to v7 by @renovate in #1403
  • chore(deps): update dependency mkdocs to >=1.6.0,<1.7.0 by @renovate in #1438
  • feat: add analytics by @fabclmnt in #1582

New Contributors

Full Changelog: v4.7.0...v4.8.0

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.