datamole-ai / edvart

An open-source Python library for Data Scientists & Data Analysts designed to simplify the exploratory data analysis process. Using Edvart, you can explore data sets and generate reports with minimal coding.
https://datamole-ai.github.io/edvart/
MIT License
48 stars 7 forks source link

refactor!: Rename `TimeAnalysisPlot` to `TimeSeriesLinePlot`. #96

Closed mbelak-dtml closed 1 year ago

mbelak-dtml commented 1 year ago

The new name better describes the plot.

BREAKING CHANGE: The name of edvart.report_sections.timeseries_analysis.TimeAnalysisPlot was changed to edvart.report_sections.timeseries_analysis.TimeSeriesLinePlot.

Resolves #52.

mbelak-dtml commented 1 year ago

Please add BREAKING CHANGE footer.

Done