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
3131
3232newPackage (" 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@@ -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+
63680.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