Skip to content

Releases: ydataai/ydata-profiling

v4.3.0

20 Jun 07:26
Compare
Choose a tag to compare

4.3.0 (2023-06-20)

Bug Fixes

Features

v4.2.0

24 May 08:03
Compare
Choose a tag to compare

4.2.0 (2023-05-24)

Bug Fixes

Features

v4.1.2

28 Mar 08:01
Compare
Choose a tag to compare

4.1.2 (2023-03-28)

Bug Fixes

  • comparing issues when pyspark is installed and when the report summaries are used (#1289) (91455c3)
  • remove computation from missing data plots (#1294) (c481fc6)

v4.1.1

17 Mar 09:38
Compare
Choose a tag to compare

4.1.1 (2023-03-17)

Bug Fixes

  • variables dropdown wrong color on mouse hover (#1286) (05aaf87)

v4.1.0

08 Mar 13:30
Compare
Choose a tag to compare

4.1.0 (2023-03-08)

Bug Fixes

  • add imagehash requirements (0a8c5de)
  • correlation between columns w/o nonnull row (cfda278)
  • removed irregular spacing (#1252) (8aff455)
  • update links and alignment in README (efd633a)
  • update pypi links (1c84e89)
  • update Stack Overlow to link to use both tags (79202f7)

Features

v4.0.0

30 Jan 16:40
1216fae
Compare
Choose a tag to compare

4.0.0 (2023-01-30)

Bug Fixes

  • version bug and incorporate feedback (3fe3aee)
  • add css to cope with large tables (7e51e77)
  • add ProfileReport validations and configuration file (175798e)
  • add Report configurations for correlations (9339a2d)
  • add union to typecheck (351b17f)
  • change dataframe empy check method (0f474ae)
  • df validation (b834214)
  • fix date and datetime histogram. Fix Spearman and Pearson's correlations (0c77695)
  • fix merge issues (3cf3cc4)
  • improve description and correct plot for ‘auto’ correlation (#1119) (a105d32)
  • isinstance (ce81102)
  • isinstance (c6a6daa)
  • move file example. remove unused prints (4f794cd)
  • re-introduce to prevent cases where the profilereport is init with no DF (b12f45f)
  • remove get_default_settings (9f4f8f9)
  • solve mypy error (35d9827)
  • uses colors from the specified config (74041c7)

Features

  • add heatmap values as a table under correlations (5268544)
  • design improvements on the correlations section (5facb7b)
  • minimal spark deployment (#1132) (4113389)
  • setup: change package naming (#1254) (99e2e9f)
  • update variables layout (#1207) (34e19a7)

v3.6.3

25 Jan 14:17
Compare
Choose a tag to compare

3.6.3 (2023-01-25)

Bug Fixes

v3.6.2

25 Jan 14:06
Compare
Choose a tag to compare

3.6.2 (2023-01-02)

Bug Fixes

v3.6.1

23 Dec 10:02
Compare
Choose a tag to compare

3.6.1 (2022-12-23)

Bug Fixes

  • categorical var frequency plot (6cb391f)
  • remove ipywidgets import (1b8b117)

v3.6.0

21 Dec 10:21
Compare
Choose a tag to compare

3.6.0 (2022-12-21)

Bug Fixes

  • add css to cope with large tables (7f42f87)
  • adjust categoricals layout (f0bb45a)
  • categorical data not being obscured in the common values plot (40236bc)
  • compare report ignoring config parameter (3d60556)
  • compare report warnings always showing the last alert type (6b3c13d)
  • comparison fails when duplicates are disable (#1208) (6d19620)
  • do no raise exception for percentage formatter (3ea626d)
  • enforce recomputation of description sets (a9fd1c8)
  • error comparing only one precomputed profile (00646cd)
  • html: sensible cloud-platform notebook html rendering (b22ece2)
  • ignoring config of precomputed reports (6478c40)
  • only compute auto correlation when no config is specified (d5d4f58)
  • remove malfunctioning hook (e2593f5)
  • remove unused test (2170338)
  • return the proper type for widgets (4c0b358)
  • set compute default to false (c70e491)
  • solve mypy error (9c4266e)
  • solve mypy issue (e3e7788)
  • uses colors from the specified config (c0c556d)
  • utils: use 'urllib.request' instead of 'requests' (#1177) (e4d020b), closes #1168

Features

  • add heatmap values as a table under correlations (fc5da9e)
  • allow to specify the configuration for the comparison report (ad725b0)
  • design improvements on the correlations section (e5cd8cf)
  • implement imbalanced warning (ce84c81)
  • update variables layout (#1207) (cf0e0a7)