Skip to content

Releases: ydataai/ydata-profiling

v4.9.0

15 Jul 18:20
Compare
Choose a tag to compare

4.9.0 (2024-07-15)

Bug Fixes

  • 1540 add_expectation_suite doesn't have key overwrite_existing (#1541) (159fe0d)
  • bug fixed (#1601) (9946037)
  • fix correlations issues whenever strings are present in the dataset. (1c94d33)
  • jquery & bootstrap versions upgrade to fix vulnerables (jquery vulns related to xss and bootstrap vulns related to CVE & Sonatype) (7032adb)
  • jquery: jquery update import changes (93fc6a0)
  • linting: code formatting (9c85bc7)
  • linting: code formatting (3eeab5e)
  • linting: code formatting (0ec2085)
  • logger flagged errors (488341c)
  • rmv analytcis from the tests (a4afa34)
  • update html (733d334)
  • update matplotlib and tests.yaml (7176590)
  • update matplotlib and tests.yaml for python3.7 (1c42264)
  • update setup file for notebook installation (2d2ccbc)

Features

Reverts

  • Revert "fix: jquery & bootstrap versions upgrade to fix vulnerables (jquery v…" (5164e0b)

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