From 7f75602cc43eccfce4abae71f782b66531ae9cff Mon Sep 17 00:00:00 2001 From: JohannesNaegele <55059387+JohannesNaegele@users.noreply.github.com> Date: Tue, 10 Oct 2023 15:02:55 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f27a5ca..8c0a8c4 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,8 @@ [![Build Status](https://github.com/JohannesNaegele/Consistent.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JohannesNaegele/Consistent.jl/actions/workflows/CI.yml?query=branch%3Amain) [![Coverage](https://codecov.io/gh/JohannesNaegele/Consistent.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JohannesNaegele/Consistent.jl) + +This package provides solution and calibration methods for stock-flow consistent models. + +## Basic usage + From 4c3cf856a5d784f191b502a5ce9a166fb17e19c4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 11 Oct 2023 01:04:52 +0000 Subject: [PATCH 2/3] CompatHelper: add new compat entry for Crayons at version 4, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 95f1c14..07025e5 100644 --- a/Project.toml +++ b/Project.toml @@ -9,6 +9,7 @@ MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09" NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56" [compat] +Crayons = "4" julia = "1" [extras] From 22c1756d6d708c4d9fa3bd25bd127abb77e3e0b7 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 11 Oct 2023 01:04:55 +0000 Subject: [PATCH 3/3] CompatHelper: add new compat entry for MacroTools at version 0.5, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 95f1c14..59317e7 100644 --- a/Project.toml +++ b/Project.toml @@ -9,6 +9,7 @@ MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09" NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56" [compat] +MacroTools = "0.5" julia = "1" [extras]