From 48a50dbf886c1e693b80b957a1e259dabc65a8d08105a525f832f87a67bf316b Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 14 Jan 2022 12:40:51 +0000 Subject: [PATCH] - Update to release 4.6 OBS-URL: https://build.opensuse.org/package/show/science/polymake?expand=0&rev=16 --- V4.5.tar.gz | 3 --- V4.6.tar.gz | 3 +++ polymake.changes | 15 +++++++++++++++ polymake.spec | 6 +++--- 4 files changed, 21 insertions(+), 6 deletions(-) delete mode 100644 V4.5.tar.gz create mode 100644 V4.6.tar.gz diff --git a/V4.5.tar.gz b/V4.5.tar.gz deleted file mode 100644 index 018ac7d..0000000 --- a/V4.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77e98f1d41ed7d0eee8e983814bcb3f1a1b2b6100420ccd432bd2e796f0bc48a -size 45802758 diff --git a/V4.6.tar.gz b/V4.6.tar.gz new file mode 100644 index 0000000..39878d4 --- /dev/null +++ b/V4.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f88341465f412e1fed459313a7dc5fa3ddbc56807ecc7246e836ae25e54585a8 +size 45806225 diff --git a/polymake.changes b/polymake.changes index 6d7ba87..f974529 100644 --- a/polymake.changes +++ b/polymake.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Jan 14 11:48:43 UTC 2022 - Jan Engelhardt + +- Update to release 4.6 + * Polytope changes: + * new function describe() for Polytope + * new function secondary_configuration() + * secondary_polytope() return type changed from + PointConfiguration to Polytope + * improve contains function to solve smaller LPs + * improve conversion methods lp2poly and poly2lp + * fan: make k_skeleton and common_refinement work properly for + PolyhedralCom + * topaz: MINIMAL_NON_FACES type changed to IncidenceMatrix + ------------------------------------------------------------------- Tue Nov 2 20:48:45 UTC 2021 - Jan Engelhardt diff --git a/polymake.spec b/polymake.spec index d8538f0..b6569e9 100644 --- a/polymake.spec +++ b/polymake.spec @@ -1,7 +1,7 @@ # # spec file for package polymake # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,9 @@ # -%define lname libpolymake4_5 +%define lname libpolymake4_6 Name: polymake -Version: 4.5 +Version: 4.6 Release: 0 Summary: Application for studying combinatorics and geometry of convex polytopes License: GPL-2.0-or-later