From 0b45050b36d1707c9924e0e57134c36ddbfbf5e2 Mon Sep 17 00:00:00 2001 From: Martin Fitzner Date: Mon, 11 Mar 2024 12:49:55 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6b6bdd8d..71fdd8636 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.8.1] - 2024-03-11 ### Added - Better human readable `__str__` representation of campaign - README now contains an example on substance encoding results -- Transfer Learning User Guide +- Transfer learning user guide - `from_simplex` constructor now also takes and applies optional constraints ### Changed -- [WIP] `torch` is loaded lazily - Full lookup backtesting example now tests different substance encodings - Replaced unmaintained `mordred` dependency by `mordredcommunity` - `SearchSpace`s now use `ndarray` instead of `Tensor`