New features
- Parallelize execution of LR systems in a grid experiment by @wowtor in #387
- Data provider as callable by @wowtor in #418
- algorithms/logistic_regression: implement proxy for logistic regression that can output module parameters by @wowtor in #409
- aggregation: implemented plot of aggregated metrics by @wowtor in #404
Other notable changes
- YAML experiment configuration: rename attribute 'hyperparameters' to 'lr_system_parameters' #328 by @PimMeulensteen in #386
- feature_data_csv: changed extrafield in to use str's rather than lists. by @PimMeulensteen in #407
Bugfixes
- csv_writer: fix: fields that are not numpy arrays are excluded from CSV output by default by @wowtor in #419
- upon executing a run, skip fitting the lrsystem if there is no training data by @wowtor in #421
Full Changelog: v1.6.0...v1.7.0