From e240f48dc5b82f4708a10c074c093304071ed7ef Mon Sep 17 00:00:00 2001 From: Michel Juillard <michel@debian.home> Date: Mon, 20 Apr 2020 15:58:26 +0200 Subject: [PATCH] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbf1bb9..4934408 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,12 @@ Because such operations are very often computed in an iterative manner, all oper KalmanFilterTools is available on GitLab: ``` -(v1.3) pkg> add https://gitlab.com/MichelJuillard/KalmanFilterTools +(v1.4) pkg> add https://git.dynare.org/julia-packages/kalmanfiltertools.jl.git ``` ## Julia version -KalmanFilterTools requires Julia version >= 1.0 +KalmanFilterTools requires Julia version >= 1.4 ## State Space model KalmanFilterTools handles state space models of the following form: -- GitLab