Releases: ydataai/ydata-profiling
Releases · ydataai/ydata-profiling
v4.16.1
v4.16.0
v4.15.1
v4.15.0
What's Changed
- fix: improve profiling code logic by @fabclmnt in #1728
- chore(setup): comply build process with latest changes to pypi by @portellaa in #1731
- feat: update spark version for ydata-profiling by @fabclmnt in #1730
- chore: fix linting errors by @portellaa in #1732
- chore: fix release action by @portellaa in #1733
- chore: add permissions to the release file by @fabclmnt in #1734
Full Changelog: v4.14.0...v4.15.0
v4.14.0
v4.13.0
v4.12.2
v4.12.1
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)