Changelog
datachart-0.7.3 (2025-12-06)
Bug Fixes
- Fix input parameter handling in different charts
- Rename
combine_figuresintofigure_grid_layout
datachart-0.7.2 (2025-12-05)
Bug Fixes
- Updated github workflows
- Fix problems regarding release (v0.7.1 was not created correctly)
datachart-0.7.1 (2025-12-05)
New Features
- Add support for custom layout grids in
combine_figures
datachart-0.7.0 (2025-12-05)
Breaking Change
- All
chartinput parameters are now provided in a pythonic way (see documentation) - Changed Python support to version 3.10, 3.11, 3.12, 3.13
New Features
- Added
ScatterChartfor creating scatter plots - Added
BoxPlotfor creating box plots - Added
ParallelCoordsfor creating parallel coordinate plots - Added
combine_figuresto create a combined grid layout of multiple figures - Updated existing themes and added
THEME.PUBLICATIONthat might be suitable for publication charts - Added pypalette dependancy; used for selecting colormaps
- Added scipy dependancy; used for calculating statistics and regression lines
- Added new examples to the existing documentation
datachart-0.6.3 (2024-10-17)
Bug Fixes:
- Fix
scaleybug inHistogram
datachart-0.6.2 (2024-08-16)
Bug Fixes:
- Fix
BarChartbar position bug
datachart-0.6.1 (2024-08-15)
New Features:
- Add
scalesupport toLineChart,BarChartandHistogram
datachart-0.6.0 (2024-08-13)
Breaking Changes:
- Renaming in the
chartsmodule - Rename the
line_charttoLineChart - Rename the
bar_charttoBarChart - Rename the
histogramtoHistogram - Rename the
heatmaptoHeatmap - Renaming the
definitionsmodule intotypings - Renaming of
styleattributes in all modules
New Features:
- Complete rework of documentation
- Update project configuration
- Update githooks
- Add favicon
Bug Fixes:
- Fix
COLORSselection
datachart-0.5.0 (2023-11-24)
New Features:
- Add support for WebP output format
- Improve code imports
- Consistent variable naming
- Add code tests
Bug Fixes:
- Use consistent naming convention
datachart-0.4.1 (2023-11-20)
Bug Fixes:
- Fix axis label position
datachart-0.4.0 (2023-11-20)
New Features:
- Add heatmap visualization
- Add tick placement, label and rotation support
Bug Fixes:
- Fix Consistent attribute naming
- Fix attribute unit tests
datachart-0.3.0 (2023-11-20)
New Features:
- Add vertical and horizontal line support
- Update documentation
datachart-0.2.6 (2023-11-20)
New Features:
- Increase Python support to 3.8 - 3.12
Bug Fixes:
- Fix typing documentation
datachart-0.2.5 (2023-11-20)
New Features:
- Add custom tick placement
- Add unit tests and CI/CD
- Add documentation
datachart-0.1.0 (2023-07-21)
- Initial release
New Features:
- Add support for different types of charts: line chart, bar chart, histogram