You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,18 @@
7
7
8
8
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.
9
9
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
+
10
22
### Changes in version 1.0.2:
11
23
Bug Fixes and Robustness:
12
24
- Corrected calculation of missing values in `_generate_analysis`.
0 commit comments