GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
This file describes changes in the NormalizInterface package.
1.0.2 (2017-12-04)
- Use variable rays instead of Rays in test file
1.0.1 (2017-11-30)
- Use TestDirectory, adapt to upcoming GAP build system changes
- Detect C++11 capabilities of compiler, add c++11 flag if necessary
1.0.0 (2017-09-06)
- update to libnormaliz 3.4.0
* added cone properties
* added wrappers for new normaliz functionality
0.9.8 (2016-05-07)
- update to libnormaliz 3.1.1
0.9.7 (2016-03-10)
- fix a bug in the conversion between GAP and Normaliz integer values,
which could lead to wrong results for integers with absolute value
roughly between 2^32 and 2^60
- fix crash when using StructuralCopy on a cone (issue #38)
- fix printing of certain integers on 32bit systems (issue #36)
- give better diagnostics when loading NormalizInterface fails due
to its kernel extension missing
0.9.6 (2016-02-27)
- upgrade to Normaliz version 3.1.0
- fix wrong file permissions in package archive
0.9.5 (2016-02-01)
- improve build-normaliz.sh
- upgrade to Normaliz version 3.0.90
0.9.4 (2016-01-16)
- README: update installation instructions
- README: explicitly state that the license is GPL v2 or later
0.9.3 (2016-01-10)
- Fixes and changes in PackageInfo.g
- Tweak README.md to autolink URLs in it
0.9.2 (2016-01-07)
- Fix installation instructions in manual
0.9.1 (2016-01-07)
- Initial pre-release for public