Skip to content

Commit f16c69d

Browse files
committed
Updated PyAutoPlot to v1.1.0.
1 parent 30348d1 commit f16c69d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@
77

88
PyAutoPlot is an open-source Python library designed to make dataset analysis much easier by generating helpful detailed plots using `matplotlib`. It automatically generates appropriate plots based on the dataset you feed it.
99

10+
### Changes in version 1.1.0:
11+
1. **New Visualizations**: Added Correlation Heatmaps and Violin Plots.
12+
2. **Data Cleanup**: New `cleanup()` method allows filling or dropping missing values with multiple strategies.
13+
3. **Advanced Reporting**:
14+
- `export_json()`: Saves all stats and metadata to JSON.
15+
- `export_report()`: Generates professional HTML (self-contained) or PDF reports.
16+
4. **Improved Intelligence**: Automatically detects and parses date strings into datetime objects.
17+
5. **Optimizations**: Better memory management and resource warnings for large datasets.
18+
19+
> [!TIP]
20+
> For more information and Python package API references, view PyAutoPlot's documentation: https://infinitode-docs.gitbook.io/documentation/package-documentation/pyautoplot-package-documentation.
21+
1022
### Changes in version 1.0.2:
1123
Bug Fixes and Robustness:
1224
- Corrected calculation of missing values in `_generate_analysis`.

0 commit comments

Comments
 (0)