Releases: ing-bank/popmon
Releases · ing-bank/popmon
v1.4.6
v1.4.5
v1.4.4
v1.4.3
v1.4.0
v1.3.0
v1.2.0
v1.1.0
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
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
andplot_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
)