Skip to content

Commit

Permalink
Update date and changelog for ForeignFunctions 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
d-torrance committed Feb 9, 2024
1 parent f1ff5fd commit 532c336
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions M2/Macaulay2/packages/ForeignFunctions.m2
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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
Expand Down

0 comments on commit 532c336

Please sign in to comment.