From 28739b68990b853a74218ebb5d4378fb134b98ed Mon Sep 17 00:00:00 2001 From: RobbinBouwmeester Date: Thu, 8 Aug 2024 13:25:14 +0200 Subject: [PATCH] Compatibility with new TF versions --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d266f9..8945955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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). +# [3.0.0] - 2024-08-08 + +- New TensorFlow versions that break support with earlier models + # [2.2.38] - 2024-07-01 - Relax tensorflow version for mac diff --git a/pyproject.toml b/pyproject.toml index 7d4a918..00dc8fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "deeplc" -version = "2.2.38" +version = "3.0.0" description = "DeepLC: Retention time prediction for (modified) peptides using Deep Learning." readme = "README.md" license = { file = "LICENSE" }