Releases: ydataai/ydata-profiling
Releases · ydataai/ydata-profiling
v4.3.0
v4.2.0
4.2.0 (2023-05-24)
Bug Fixes
- add punctuation marks in all alerts (#1315) (acb9f21)
- complete alerts information in json (#1339) (4108709)
- error for large integers in Series (#1308) (50e44dd)
- infer all
Numeric
vars asTimeSeries
when tsmode=True (#1343) (d750e00) - json ignoring redact (#1341) (9f5d4ba)
- lint complaints on list comprehension (#1327) (621450d)
- old references links (#1328) (7db5694)
- requirements upper bounds (#1326) (e6b3a49)
- revert infer all
Numeric
vars asTimeSeries
when tsmode=True (#1343)" (#1346) (40fb0c2)
Features
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