From 6eafec425bfac049677e4182fe5f67076f31a58b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 11 Oct 2023 01:04:44 +0000 Subject: [PATCH 1/2] CompatHelper: add new compat entry for NLsolve at version 4, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 95f1c14..88be086 100644 --- a/Project.toml +++ b/Project.toml @@ -9,6 +9,7 @@ MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09" NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56" [compat] +NLsolve = "4" julia = "1" [extras] From b023e107a6572b13c7dca5f5c0bef96d8e523720 Mon Sep 17 00:00:00 2001 From: JohannesNaegele <55059387+JohannesNaegele@users.noreply.github.com> Date: Sat, 14 Oct 2023 02:17:40 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 221cae7..2058569 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,5 @@ This package provides solution and calibration methods for stock-flow consistent ## Remarks -The instantiation of a model is not thread-safe. +- The instantiation of a model is not thread-safe yet. +- The point I would like to see proven: Julia is a long-term Pareto improvement over R, Matlab et al.