From 5f55f309f8bb6daa164b6e50b5ff6edf8d95305c Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Tue, 22 Oct 2024 17:00:29 +0100 Subject: [PATCH] Write a changelog entry --- HISTORY.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 5b1cad0ed..3bc362d2b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,14 @@ +# Release 0.35.0 + +## Breaking changes + +Julia 1.10 is now the minimum required version for Turing. + +Tapir.jl has been removed and replaced with its successor, Mooncake.jl. +You can use Mooncake.jl by passing `adbackend=AutoMooncake(; config=nothing)` to the relevant samplers. + +Support for Tracker.jl as an AD backend has been removed. + # Release 0.33.0 ## Breaking changes