Skip to content

Commit afab4af

Browse files
committed
Bump TerraciniLoci to version 0.3
1 parent b85e023 commit afab4af

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

M2/Macaulay2/packages/TerraciniLoci.m2

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- TerraciniLoci - Macaulay2 package for computing the Terracini locus
22
-- of a projective variety
33

4-
-- Copyright (c) 2023-2024 Francesco Galuppi, Pierpaola Santarsiero,
4+
-- Copyright (c) 2023-2025 Francesco Galuppi, Pierpaola Santarsiero,
55
-- Doug Torrance, and Ettore Teixeira Turatti
66

77
-- This program is free software; you can redistribute it and/or
@@ -31,15 +31,15 @@
3131

3232
newPackage("TerraciniLoci",
3333
Headline => "Terracini loci of projective varieties",
34-
Version => "0.2",
35-
Date => "October 19, 2024",
34+
Version => "0.3",
35+
Date => "May 10, 2025",
3636
Authors => {
3737
{
3838
Name => "Francesco Galuppi",
39-
Email => "francesco.galuppi@impan.pl"},
39+
Email => "galuppi@mimuw.edu.pl"},
4040
{
4141
Name => "Pierpaola Santarsiero",
42-
Email => "pierpaola.santarsiero@uni-osnabrueck.de"},
42+
Email => "pierpaola.santarsiero@unibo.it"},
4343
{
4444
Name => "Doug Torrance",
4545
Email => "[email protected]",
@@ -60,6 +60,11 @@ newPackage("TerraciniLoci",
6060

6161
-*
6262
63+
0.3 (2025-05-10, M2 1.25.05)
64+
* add citation information
65+
* update link from arXiv -> DOI
66+
* update author email addresses
67+
6368
0.2 (2024-10-19, M2 1.24.11)
6469
* stop exporting "Threads" symbol from FastMinors; now exported by Core
6570
@@ -115,8 +120,9 @@ doc ///
115120
package for computing Terracini loci
116121
Description
117122
Text
118-
This package implements the algorithms from Section 8 of the
119-
paper @arXiv("2311.09067", "Geometry of first nonempty Terracini loci")@
123+
This package implements the algorithms from Section 8 of the paper
124+
@HREF("https://doi.org/10.1142/S0219199725500531",
125+
"Geometry of first nonempty Terracini loci")@
120126
by F. Galuppi, P. Santarsiero, D. Torrance, and E. Turatti.
121127

122128
The Terracini locus of projective variety $X$ is a subvariety of

0 commit comments

Comments
 (0)