Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
This file describes changes in the NormalizInterface package.

X.Y.Z (2026-MM-YY)
- Update to Normaliz 3.11.1
- Allow `NmzCone` and other functions to accept lists which are not
"plain" lists, such as ranges.

1.4.1 (2025-06-20)
- Janitorial changes

Expand Down
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SetPackageInfo( rec(

PackageName := "NormalizInterface",
Subtitle := "GAP wrapper for Normaliz",
Version := "1.4.1",
Version := "1.4.2-DEV",
Date := "20/06/2025", # dd/mm/yyyy format
License := "GPL-2.0-or-later",

Expand Down
4 changes: 2 additions & 2 deletions prerequisites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ fi
# allow overriding the normaliz version via env var or argument, so that
# we can test with many different ones
if [ -z $NORMALIZ_VERSION ]; then
NORMALIZ_VERSION=3.10.2
NORMALIZ_SHA256=0f649a8eae5535c18df15e8d35fc055fd0d7dbcbdd451e8876f4a47061481f07
NORMALIZ_VERSION=3.11.1
NORMALIZ_SHA256=9a00d590f0fdcad847e2189696d2842d97ed896ed36c22421874a364047f76e8
fi
NORMALIZ_BASE=normaliz-${NORMALIZ_VERSION}
NORMALIZ_TAR=${NORMALIZ_BASE}.tar.gz
Expand Down
Loading