From 532c336394bc7e37260df79626a809fbc15485ac Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Thu, 8 Feb 2024 22:14:14 -0500 Subject: [PATCH] Update date and changelog for ForeignFunctions 0.3 --- M2/Macaulay2/packages/ForeignFunctions.m2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/M2/Macaulay2/packages/ForeignFunctions.m2 b/M2/Macaulay2/packages/ForeignFunctions.m2 index f7ce565e73a..2ef4e745433 100644 --- a/M2/Macaulay2/packages/ForeignFunctions.m2 +++ b/M2/Macaulay2/packages/ForeignFunctions.m2 @@ -1,7 +1,7 @@ newPackage("ForeignFunctions", Headline => "foreign function interface", Version => "0.3", - Date => "January 28, 2023", + Date => "February 8, 2024", Authors => {{ Name => "Doug Torrance", Email => "dtorrance@piedmont.edu", @@ -15,9 +15,9 @@ newPackage("ForeignFunctions", -* -0.3 (2024-01-28, M2 1.23) +0.3 (2024-02-08, M2 1.23) * add subscripted assignment for various pointer types -* add support for GMP integers +* add support for GMP integers and MPFR reals * add support for describe, expression, toExternalString, and toString * use null coalescing operator