Ydata-profiling

Latest version: v4.8.3

Safety actively analyzes 638430 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 11

4.6.4

[4.6.4](https://github.com/ydataai/ydata-profiling/compare/v4.6.3...v4.6.4) (2024-01-08)


Bug Fixes

* allow timedelta type for period ([1525](https://github.com/ydataai/ydata-profiling/issues/1525)) ([4b36db1](https://github.com/ydataai/ydata-profiling/commit/4b36db151ae4fcddcf10ca703ee9ce51e0611eea))
* deploy doc when merged on master ([694aa3f](https://github.com/ydataai/ydata-profiling/commit/694aa3f116a59ab71f146d3ca53a96cfbab9a7b1))
* formatters for timedelta missing listargs decoration ([1526](https://github.com/ydataai/ydata-profiling/issues/1526)) ([3d4e482](https://github.com/ydataai/ydata-profiling/commit/3d4e48217ea707c330201527f090bd09358e28a0))

4.6.3

[4.6.3](https://github.com/ydataai/ydata-profiling/compare/v4.6.2...v4.6.3) (2023-12-05)


Bug Fixes

* consider all nan series as numerical ([1513](https://github.com/ydataai/ydata-profiling/issues/1513)) ([eb8660b](https://github.com/ydataai/ydata-profiling/commit/eb8660bf0eec3e9ac14f6880348a894b93aee50a))
* allow for matplotlib 3.8.x ([1506](https://github.com/ydataai/ydata-profiling/issues/1506)) ([f978af0](https://github.com/ydataai/ydata-profiling/commit/f978af0708aaca0c3ae2a1ba378fbe7cdfd37ab0))

This release also change the [higher bound for pandas version](https://github.com/ydataai/ydata-profiling/pull/1512).

4.6.2

[4.6.2](https://github.com/ydataai/ydata-profiling/compare/v4.6.1...v4.6.2) (2023-11-22)


Bug Fixes

* template syntax error ([1491](https://github.com/ydataai/ydata-profiling/issues/1491)) ([db3e026](https://github.com/ydataai/ydata-profiling/commit/db3e0260831919861cc3d0d7854257f1701304f8))
* use deterministic column order for correlations heatmap ([1507](https://github.com/ydataai/ydata-profiling/issues/1507)) ([93e7430](https://github.com/ydataai/ydata-profiling/commit/93e74304db8d49e8d167e260bbf470f4279e96be))

4.6.1

What's Changed
* chore(deps): bump to pydantic v2 by portellaa in https://github.com/ydataai/ydata-profiling/pull/1483


The reason for this release is just to bump the requirement of pydantic into v2.
As for code changes, we continue using v1 which is packed inside v2.
We will proceed with the migration as soon as possible.

4.6.0

[4.6.0](https://github.com/ydataai/ydata-profiling/compare/v4.5.1...v4.6.0) (2023-10-10)


Bug Fixes

* bug when creating a new report ([1440](https://github.com/ydataai/ydata-profiling/issues/1440)) ([9a5b4fe](https://github.com/ydataai/ydata-profiling/commit/9a5b4fe75ee9268eeeb8fdf956471313bc44092b))
* fixate matplotlib upper version ([3ded762](https://github.com/ydataai/ydata-profiling/commit/3ded76218e46ce2bea01b3575e3baf42b7e7117f))
* gen wordcloud only for non-empty cols ([1459](https://github.com/ydataai/ydata-profiling/issues/1459)) ([f04fb61](https://github.com/ydataai/ydata-profiling/commit/f04fb618bfd972c7d00ecb738bc98a81cd39b7f2))
* remove the duplicated cardinality threshold under categorical and text settings ([80a1024](https://github.com/ydataai/ydata-profiling/commit/80a10241ada60642e822ae69ad44f8cdbfcbd784))
* table template ignoring text format ([1462](https://github.com/ydataai/ydata-profiling/issues/1462)) ([472c216](https://github.com/ydataai/ydata-profiling/commit/472c21696c3deba263baeca8d9b5045d1bbd5ed8))
* template {{ file_name }} error in HTML wrapper ([1380](https://github.com/ydataai/ydata-profiling/issues/1380)) ([a5a227f](https://github.com/ydataai/ydata-profiling/commit/a5a227fe8856a0b28a445fd3c5e9b8e49472fb70))
* to_category misshandling pd.NA ([1464](https://github.com/ydataai/ydata-profiling/issues/1464)) ([d5bbe7d](https://github.com/ydataai/ydata-profiling/commit/d5bbe7d1eff31b70982170e4b1830ae10e3234f7))
* update duplicates_pandas.py ([1427](https://github.com/ydataai/ydata-profiling/issues/1427)) ([56a6641](https://github.com/ydataai/ydata-profiling/commit/56a664197c6e13370cb96cc8a5cd7bd958bac124)), closes [#1384](https://github.com/ydataai/ydata-profiling/issues/1384)


Features

* add density histogram ([1458](https://github.com/ydataai/ydata-profiling/issues/1458)) ([a26d747](https://github.com/ydataai/ydata-profiling/commit/a26d747da47f9117bbcd6c5716ab042eb5e6c553))

4.5.1

[4.5.1](https://github.com/ydataai/ydata-profiling/compare/v4.5.0...v4.5.1) (2023-08-11)


Bug Fixes

* gap identification and improve gap statistics and visualization ([1423](https://github.com/ydataai/ydata-profiling/issues/1423)) ([7fb4fc5](https://github.com/ydataai/ydata-profiling/commit/7fb4fc57d06fd0fe585c5090a1ffe00f6d7b70f2))
* time index and gap analysis bugs ([1421](https://github.com/ydataai/ydata-profiling/issues/1421)) ([0a569e6](https://github.com/ydataai/ydata-profiling/commit/0a569e6719c01ed2cd196d29697e963c46ee0d76))
* us air quality doc example link ([1422](https://github.com/ydataai/ydata-profiling/issues/1422)) ([b1a4927](https://github.com/ydataai/ydata-profiling/commit/b1a492707b0856e0e56fa385fde7e6c820a4b349))

Page 2 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.