From 204f30a9de46e3db3848af06298caf536c00aa87 Mon Sep 17 00:00:00 2001 From: David Widmann Date: Wed, 28 Feb 2024 02:34:36 +0100 Subject: [PATCH] Remove deprecated Formatting --- Project.toml | 4 +--- src/MCMCChains.jl | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index fb5b93a1..a5bbf031 100644 --- a/Project.toml +++ b/Project.toml @@ -3,14 +3,13 @@ uuid = "c7f686f2-ff18-58e9-bc7b-31028e88f75d" keywords = ["markov chain monte carlo", "probablistic programming"] license = "MIT" desc = "Chain types and utility functions for MCMC simulations." -version = "6.0.5" +version = "6.0.6" [deps] AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001" AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9" Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" -Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0" IteratorInterfaceExtensions = "82899510-4779-5014-852e-03e436cf321d" KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" @@ -32,7 +31,6 @@ AbstractMCMC = "0.4, 0.5, 1.0, 2.0, 3.0, 4, 5" AxisArrays = "0.4.4" Dates = "<0.0.1, 1" Distributions = "0.21, 0.22, 0.23, 0.24, 0.25" -Formatting = "0.4" IteratorInterfaceExtensions = "0.1.1, 1" KernelDensity = "0.6.2" LinearAlgebra = "<0.0.1, 1" diff --git a/src/MCMCChains.jl b/src/MCMCChains.jl index 3422620f..dc7b8784 100644 --- a/src/MCMCChains.jl +++ b/src/MCMCChains.jl @@ -6,7 +6,6 @@ import AbstractMCMC import AbstractMCMC: chainscat using Distributions using RecipesBase -using Formatting using Dates using KernelDensity: kde, pdf import StatsBase: autocov, counts, sem, AbstractWeights,