Skip to content

Releases: ing-bank/popmon

v1.4.6

18 Jul 10:06
Compare
Choose a tag to compare

v1.4.6 (2023-07-18)

Fix

  • fix: breaking plot when feature contains extreme values (thanks to @marrrcin for reporting)

Closes #281 (93553b2)

v1.4.5

06 Jul 14:54
Compare
Choose a tag to compare

Thanks to @mi2354!

Fix

v1.4.4

26 May 09:01
Compare
Choose a tag to compare

Fix

  • Static listing of extension requirements (1152598)

v1.4.3

25 May 16:41
Compare
Choose a tag to compare

Fix

  • Semantic-release build command (4ba57e3)
  • Metrics pipeline (erroneously) overwrites reference type to "self" #263

v1.4.0

19 Oct 14:33
Compare
Choose a tag to compare

Feature

v1.3.0

09 Sep 09:43
Compare
Choose a tag to compare

Feature

  • Remove skip_empty_plots (bd3ea29)

Fix

  • comparisons: Unknown labels correct label axis (e0bbf04)
  • report: Show zero value in bar plots (6a350d4)

Documentation

  • readme: Fix table formatting (d6958c6)
  • readme: Include scipy presentation (695ee17)

v1.2.0

01 Sep 13:39
Compare
Choose a tag to compare

Feature

  • report: Histogram inspector (5e78f98)
  • Remove time of day from label when midnight or noon (1615bed)
  • config: Deprecate skip_empty_plots (#249) (372ef85)

Fix

  • Show heatmap descriptions (64a4952)

Documentation

  • readme: Include histogram inspector in readme (3e68508)

v1.1.0

19 Aug 13:24
Compare
Choose a tag to compare

Feature

Documentation

  • config: Extend settings documentation (fa4d2fc)
  • api: Restructure api documentation for clarity (affdd75)
  • profiles: Profile extension (e859530)
  • comparisons: Comparison extensions section (581e63c)
  • Extensions in index (6c87fcb)
  • readme: Add section about profile integrations and diptest (aa860a7)
  • readme: Include citation information (#241) (3a29135)

v1.0.0

08 Jul 08:39
Compare
Choose a tag to compare

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)

v0.10.2

21 Jun 19:36
Compare
Choose a tag to compare

Fix

  • Patched histogrammar bin_edges call for Bin histograms (590d266)