Releases: crillab/metrics
Releases · crillab/metrics
v1.1
We made some improvements to Metrics, so it is even better for you.
- ✨ adds analysis with optimization problems, the documentation of this new feature is available here.
- 📝 improves the general quality of the documentation.
- 📌 dependency management and installation process have been improved
- 🚨 fixes some linter issues
v1.0.7
Really fixes the dependency problems between Metrics and Autograph.
Fixes a dependency problem
- fixes a dependency problem between Metrics and Autograph
v1.0.4 - Metrics with Autograph
Now Metrics uses Autograph for create the plots!
Version 1.0.3
We made a number of improvements to Metrics so it is even better for you.
- 🐛 fixes compatibility issues with serialized analyses
- 🐛 fixes the use of the experiment-ware map for customizing figures
- ✨ allows to compute the VBEW over all experiment-wares by default
- ✨ allows to customize column names in tables
Version 1.0.2
🐛 Fixes axis limits for static scatter plots.
🐛 Fixes legend positioning for scatter plots.
🐛 Allows to set up axis scale on dynamic scatter plots.
Version 1.0.1
This release fixes a bug when defining multiple patterns for raw data files.
Version 1.0.0
We made a number of improvements to Metrics so it is even better for you.
v0.3.0
- Boolean values are supported as simplified patterns (true and false, case insensitive)
- Extraction of the name of the solver and input from the name of the file being parsed
- Parsing of (multiple) custom CSV files, with header or not
Version 0.1.0
- Internal representation of campaign with
metrics-core
- Extracting Data with
metrics-scalpel
- Reading a YAML configuration file
- Exploring input-set hierarchies
- Reading CSV file
- Column mapping
- Exploiting Data with
metrics-wallet
- Creating DataFrame from campaign
- Cactus Plot
- Scatter Plot
- Box Plot
- Table
- Virtual Best ExperimentWare