Skip to content

Releases: Data-Centric-AI-Community/fg-data-profiling

v4.8.1

07 May 16:19

Choose a tag to compare

4.8.1 (2024-05-07)

Bug Fixes

v4.8.0

07 May 14:59

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

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

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

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

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

Choose a tag to compare

4.6.2 (2023-11-22)

Bug Fixes

v4.6.1

24 Oct 11:33
3003e32

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

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

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)