Releases: ydataai/ydata-profiling
Releases · ydataai/ydata-profiling
v4.1.2
v4.1.1
v4.1.0
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
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
v3.6.3
v3.6.2
v3.6.1
v3.6.0
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
v3.5.0
3.5.0 (2022-11-22)
Bug Fixes
- change context managed backend (#1149) (11e1a8a)
- dataset names on comparison report (#1159) (3c14d43)
- duplicate key in test dict (#1126) (d19affe)
- improve description and correct plot for ‘auto’ correlation (#1119) (2617b92)
- remove correlation calculation for constants (#1152) (1ed2bc0)
- time series render format (#1157) (39ca8ce)
- update config files to only calculate 'auto' correlation (#1158) (34cf73d)
- update repository links (#1141) (c742c5d)
Features
v3.4.0
3.4.0 (2022-10-20)
Bug Fixes
- correlation
auto
passing extra parameters (#1114) (21f4fe6) - cramer's correlation fails with missings vals (#1109) (8e7f8b2)
- drop joblib dependency (#1090) (586cef3), closes #1056
- fix linter errors (#1117) (5f17cfd)
- make tangled-up-in-unicode an optional dependency (#1070) (e6b2a00)
- remove unused imports (56beed4)
- remove unused imports (66864c1)
- Remove unused imports. (985fbd1)