From a0de0ac754ebfbc4cff02593d8304e572c5efe96 Mon Sep 17 00:00:00 2001 From: Tor Erlend Fjelde Date: Tue, 31 Jan 2023 19:11:48 +0000 Subject: [PATCH] bump compat bounds for Bijectors and make it a breaking change --- Project.toml | 4 ++-- test/Project.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 562180c08..6714b1ddb 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "DynamicPPL" uuid = "366bfd00-2699-11ea-058f-f148b4cae6d8" -version = "0.21.6" +version = "0.22.0" [deps] AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001" @@ -24,7 +24,7 @@ ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444" AbstractMCMC = "2, 3.0, 4" AbstractPPL = "0.5.3" BangBang = "0.3" -Bijectors = "0.5.2, 0.6, 0.7, 0.8, 0.9, 0.10" +Bijectors = "0.11" ChainRulesCore = "0.9.7, 0.10, 1" ConstructionBase = "1" Distributions = "0.23.8, 0.24, 0.25" diff --git a/test/Project.toml b/test/Project.toml index 283b37fda..29bf12ebb 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -23,7 +23,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] AbstractMCMC = "2.1, 3.0, 4" AbstractPPL = "0.5.1, 0.6" -Bijectors = "0.9.5, 0.10" +Bijectors = "0.11" Distributions = "0.25" DistributionsAD = "0.6.3" Documenter = "0.26.1, 0.27"