From 60ff6b920c1d4a7d570d89b90c454d99585aa37a Mon Sep 17 00:00:00 2001 From: AdrianSosic Date: Fri, 9 Feb 2024 14:19:38 +0100 Subject: [PATCH] Release 0.7.3 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e424c76e4..926b4f3f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.7.3] - 2024-02-09 ### Added - Copy button for code blocks in documentation - `mypy` for campaign, constraints and telemetry @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Order of README sections - Imports from top level `baybe.utils` no longer possible - Renamed `utils.numeric` to `utils.numerical` -- Optional `chem` dependencies are lazily imported, which improves startup time +- Optional `chem` dependencies are lazily imported, improving startup time ### Fixed - Several minor issues in documentation