Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jul 08:39
· 119 commits to master since this release

Feature

  • report: Group comparisons by reference key (#237) (e813534)
  • Entropy profile (96dd7d1)
  • Configurable title and colors (37fcd0e)
  • Online report CDN for bootstrap, jquery (72df86d)
  • Plotly express (2c2395c)
  • Introduce self start reference type (ca22268)
  • String representation for base classes (bd480a6)
  • Keep section when changing features (7b12d06)
  • config: Settings required parameter (47d6b17)
  • registry: Generalize registry (d01c68a)
  • registry: Add ks, pearson, chi2 to registry (4f8126d)
  • config: Structured config using pydantic (bc52aeb)

Fix

  • Prevent plot name collision that stops rendering (#238) (32c7ef4)
  • Set time_width in synthetic data example (fbf7e41)
  • Guaranteed ordering of traffic light metrics (88c3f4a)
  • plot: Plot_heatmap_b64 top argument is now supported (8be8115)

Breaking

  • matplotlib-related config is removed (2c2395c)
  • Configuration of time_axis, features etc. is moved to the Settings class. (ca22268)
  • new configuration syntax (bc52aeb)
  • the plot_metrics and plot_overview settings are no longer available for Tl/alerts (1c4f072)
  • the worst entry will no long be present in the datastore (e2b9ef7)

Documentation

  • profiles: Add entropy (8e8ac00)
  • Registry snippet to list available profiles/comparisons (7760047)
  • comparisons: Overview in table (cde48c4)
  • Profiles in table (65459af)
  • Description for mean trend score (b5b7626)
  • Update api structure (c6c53ba)
  • Documentation for reference types (9cf8117)
  • Update api documentation (74eb223)
  • config: Configuration parameter docstrings (9eec883)
  • registry: Instructions on comparison parameter setting (2e3b134)
  • config: Update configuration examples (daccc36)

Performance

  • Reduce file size of reports (329564f)