Releases: ydataai/ydata-profiling
Releases · ydataai/ydata-profiling
v4.12.0
4.12.0 (2024-10-29)
Bug Fixes
- actions: add permissions object (#1668) (d6df865)
- is_categorical_dtype is deprecated and will be removed in a future version. Use isinstance(dtype, pd.CategoricalDtype) (5bbd589)
- linting: code formatting (d3b58e7)
- linting: code formatting (886be38)
- Literal not supported in python 3.7 (7ae5e16)
- liting issue (7758dba)
- mypy does not support dinamic types (227b917)
Features
- add adfuller stationary test parameters to config (3642b01)
v4.11.0
v4.10.0
v4.9.0
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
Full Changelog: v4.8.2...4.8.3
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
- 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
- fix: class exception by @fabclmnt in #1584
- fix: code exception by @fabclmnt in #1585
- chore: remove version by @fabclmnt in #1586
- docs: update links in the documentation by @fabclmnt in #1587
New Contributors
- @nadavshatz made their first contribution in #1540
- @ggydush made their first contribution in #1570
- @tqa236 made their first contribution in #1573
- @AlpAribal made their first contribution in #1574
- @frelion made their first contribution in #1518
Full Changelog: v4.7.0...4.8.3
v4.8.2
v4.8.1
v4.8.0
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
- @nadavshatz made their first contribution in #1540
- @ggydush made their first contribution in #1570
- @tqa236 made their first contribution in #1573
- @AlpAribal made their first contribution in #1574
- @frelion made their first contribution in #1518
Full Changelog: v4.7.0...v4.8.0
v4.7.0
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)