From b7fffc454136f44eaa79cd92d5684ba310bf3f07 Mon Sep 17 00:00:00 2001 From: Patrick Laub Date: Wed, 21 Dec 2022 11:24:32 +1100 Subject: [PATCH] Bump to version 1.9.10, faster L^p & Ampere support --- stata/edm.ado | 4 ++-- stata/edm.pkg | 2 +- vcpkg.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stata/edm.ado b/stata/edm.ado index 68ac36a..98e7076 100644 --- a/stata/edm.ado +++ b/stata/edm.ado @@ -1,7 +1,7 @@ -*! version 1.9.9, 23Jan2022, Jinjing Li, Michael Zyphur, Patrick J. Laub, George Sugihara, Edoardo Tescari +*! version 1.9.10, 21Dec2022, Jinjing Li, Michael Zyphur, Patrick J. Laub, George Sugihara, Edoardo Tescari *! contact: or -global EDM_VERSION = "1.9.9" +global EDM_VERSION = "1.9.10" /* Empirical dynamic modelling Version history: diff --git a/stata/edm.pkg b/stata/edm.pkg index 166bedb..de56b70 100644 --- a/stata/edm.pkg +++ b/stata/edm.pkg @@ -9,7 +9,7 @@ d KW: convergent cross mapping d d Requires: Stata version 14 d -d Distribution-Date: 20220123 +d Distribution-Date: 20221221 d d Author: Jinjing Li, National Centre for Social and Economic Modelling, University of Canberra d Support: email jinjing.li@@canberra.edu.au diff --git a/vcpkg.json b/vcpkg.json index 438b2d0..0ab11b2 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "edm", - "version-string": "1.9.9", + "version-string": "1.9.10", "dependencies": [ { "name": "catch2",