diff --git a/CHANGELOG.md b/CHANGELOG.md index a379926..ee02a01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) (+ the Migration Guide), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.25.0] - + +### Added + +- The Scorer class now has the ability to score datapoints in parallel. + This can be enabled by setting the `n_jobs` parameter of the `Scorer` class to something larger than 1. + (https://github.com/mad-lab-fau/tpcp/pull/95) + ## [0.24.0] - 2023-09-08 For all changes in this release see: https://github.com/mad-lab-fau/tpcp/pull/85