regina 7.2.0__cp39-cp39-macosx_11_0_arm64.whl → 7.3.1__cp39-cp39-macosx_11_0_arm64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of regina might be problematic. Click here for more details.
- regina/__init__.py +1 -1
- regina/engine.cpython-39-darwin.so +0 -0
- regina/sageRegina/config.py +1 -1
- regina/sageRegina/testsuite/CMakeLists.txt +1 -0
- regina/sageRegina/testsuite/alltypes.out +135 -0
- regina/sageRegina/testsuite/alltypes.test +1 -1
- regina/sageRegina/testsuite/angles.test +1 -1
- regina/sageRegina/testsuite/basic.cpp +2 -2
- regina/sageRegina/testsuite/bool.test +1 -1
- regina/sageRegina/testsuite/bytes.test +1 -1
- regina/sageRegina/testsuite/callbacks.test +1 -1
- regina/sageRegina/testsuite/census.test +1 -1
- regina/sageRegina/testsuite/clone.test +1 -1
- regina/sageRegina/testsuite/constructors.test +1 -1
- regina/sageRegina/testsuite/discs.test +1 -1
- regina/sageRegina/testsuite/docstrings.out +6 -6
- regina/sageRegina/testsuite/docstrings.test +1 -1
- regina/sageRegina/testsuite/embeddings.test +1 -1
- regina/sageRegina/testsuite/enumerate.test +1 -1
- regina/sageRegina/testsuite/equality.test +1 -1
- regina/sageRegina/testsuite/euler.test +1 -1
- regina/sageRegina/testsuite/exception.test +1 -1
- regina/sageRegina/testsuite/facenumbering.test +1 -1
- regina/sageRegina/testsuite/faces.test +1 -1
- regina/sageRegina/testsuite/file.test +1 -1
- regina/sageRegina/testsuite/flype.test +1 -1
- regina/sageRegina/testsuite/generic.test +1 -1
- regina/sageRegina/testsuite/groups.test +1 -1
- regina/sageRegina/testsuite/hypersurfaces.test +1 -1
- regina/sageRegina/testsuite/i18n.test +1 -1
- regina/sageRegina/testsuite/id.test +1 -1
- regina/sageRegina/testsuite/integer.out +10 -0
- regina/sageRegina/testsuite/integer.test +14 -0
- regina/sageRegina/testsuite/iterators.test +1 -1
- regina/sageRegina/testsuite/listener.test +1 -1
- regina/sageRegina/testsuite/listview.test +1 -1
- regina/sageRegina/testsuite/lookup.test +1 -1
- regina/sageRegina/testsuite/memory1.test +1 -1
- regina/sageRegina/testsuite/memory2.test +1 -1
- regina/sageRegina/testsuite/memory3.test +1 -1
- regina/sageRegina/testsuite/misc.test +1 -1
- regina/sageRegina/testsuite/operators.test +1 -1
- regina/sageRegina/testsuite/orb.test +1 -1
- regina/sageRegina/testsuite/pdf.test +1 -1
- regina/sageRegina/testsuite/perm.test +1 -1
- regina/sageRegina/testsuite/plantri.test +1 -1
- regina/sageRegina/testsuite/presentations.test +1 -1
- regina/sageRegina/testsuite/refs.test +1 -1
- regina/sageRegina/testsuite/repr.test +1 -1
- regina/sageRegina/testsuite/safeheldtype_basic.test +1 -1
- regina/sageRegina/testsuite/safeheldtype_packet.test +1 -1
- regina/sageRegina/testsuite/sets.test +1 -1
- regina/sageRegina/testsuite/skeleton.test +1 -1
- regina/sageRegina/testsuite/snappea.test +1 -1
- regina/sageRegina/testsuite/snapshot.test +1 -1
- regina/sageRegina/testsuite/sort.test +1 -1
- regina/sageRegina/testsuite/special.test +1 -1
- regina/sageRegina/testsuite/standardtri.test +1 -1
- regina/sageRegina/testsuite/surfaces.test +1 -1
- regina/sageRegina/testsuite/swapping.test +1 -1
- regina/sageRegina/testsuite/testall.in +1 -1
- regina/sageRegina/testsuite/testbasic.in +1 -1
- regina/sageRegina/testsuite/tightencode.test +1 -1
- regina/sageRegina/testsuite/treedecomp.test +1 -1
- regina/sageRegina/testsuite/treetraversal.test +1 -1
- regina/sageRegina/testsuite/trigeneral.test +1 -1
- regina/sageRegina/testsuite/utf8.test +1 -1
- regina/sageRegina/version.py +2 -2
- {regina-7.2.0.dist-info → regina-7.3.1.dist-info}/METADATA +10 -10
- {regina-7.2.0.dist-info → regina-7.3.1.dist-info}/RECORD +155 -155
- {regina-7.2.0.dist-info → regina-7.3.1.dist-info}/WHEEL +1 -1
- {regina-7.2.0.dist-info → regina-7.3.1.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Regina - A Normal Surface Theory Calculator
|
|
2
2
|
# Python Test Suite Component
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2007-
|
|
4
|
+
# Copyright (c) 2007-2023, Ben Burton
|
|
5
5
|
# For further details contact Ben Burton (bab@debian.org).
|
|
6
6
|
#
|
|
7
7
|
# Tests the Python repr() output for some of Regina's classes.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Regina - A Normal Surface Theory Calculator
|
|
2
2
|
# Python Test Suite Component
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2015-
|
|
4
|
+
# Copyright (c) 2015-2023, Ben Burton
|
|
5
5
|
# For further details contact Ben Burton (bab@debian.org).
|
|
6
6
|
#
|
|
7
7
|
# Provides basic tests of the shared_ptr holder types
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Regina - A Normal Surface Theory Calculator
|
|
2
2
|
# Python Test Suite Component
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2015-
|
|
4
|
+
# Copyright (c) 2015-2023, Ben Burton
|
|
5
5
|
# For further details contact Ben Burton (bab@debian.org).
|
|
6
6
|
#
|
|
7
7
|
# Provides tests for the wrapping of Packet subclasses through shared_ptr
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Regina - A Normal Surface Theory Calculator
|
|
2
2
|
# Python Test Suite Component
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2015-
|
|
4
|
+
# Copyright (c) 2015-2023, Ben Burton
|
|
5
5
|
# For further details contact Ben Burton (bab@debian.org).
|
|
6
6
|
#
|
|
7
7
|
# Tests bindings related to python sets.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Regina - A Normal Surface Theory Calculator
|
|
2
2
|
# Python Test Suite Component
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2007-
|
|
4
|
+
# Copyright (c) 2007-2023, Ben Burton
|
|
5
5
|
# For further details contact Ben Burton (bab@debian.org).
|
|
6
6
|
#
|
|
7
7
|
# Provides detailed tests for the skeleta of triangulations.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Regina - A Normal Surface Theory Calculator
|
|
2
2
|
# Python Test Suite Component
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2019-
|
|
4
|
+
# Copyright (c) 2019-2023, Ben Burton
|
|
5
5
|
# For further details contact Ben Burton (bab@debian.org).
|
|
6
6
|
#
|
|
7
7
|
# Tests involving SnapPea triangulations.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Regina - A Normal Surface Theory Calculator
|
|
2
2
|
# Python Test Suite Component
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2015-
|
|
4
|
+
# Copyright (c) 2015-2023, Ben Burton
|
|
5
5
|
# For further details contact Ben Burton (bab@debian.org).
|
|
6
6
|
#
|
|
7
7
|
# Tests Regina's mechanism for snapshotting triangulations.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Regina - A Normal Surface Theory Calculator
|
|
2
2
|
# Python Test Suite Component
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2007-
|
|
4
|
+
# Copyright (c) 2007-2023, Ben Burton
|
|
5
5
|
# For further details contact Ben Burton (bab@debian.org).
|
|
6
6
|
#
|
|
7
7
|
# Provides tests for sorting functions that use callbacks.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Regina - A Normal Surface Theory Calculator
|
|
2
2
|
# Python Test Suite Component
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2015-
|
|
4
|
+
# Copyright (c) 2015-2023, Ben Burton
|
|
5
5
|
# For further details contact Ben Burton (bab@debian.org).
|
|
6
6
|
#
|
|
7
7
|
# Tests special Python functions (__getitem__, __len__, etc.).
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Regina - A Normal Surface Theory Calculator
|
|
2
2
|
# Python Test Suite Component
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2007-
|
|
4
|
+
# Copyright (c) 2007-2023, Ben Burton
|
|
5
5
|
# For further details contact Ben Burton (bab@debian.org).
|
|
6
6
|
#
|
|
7
7
|
# Tests the census database lookup routines.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Regina - A Normal Surface Theory Calculator
|
|
2
2
|
# Python Test Suite Component
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2007-
|
|
4
|
+
# Copyright (c) 2007-2023, Ben Burton
|
|
5
5
|
# For further details contact Ben Burton (bab@debian.org).
|
|
6
6
|
#
|
|
7
7
|
# Provides various tests for normal surface enumeration.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Regina - A Normal Surface Theory Calculator
|
|
2
2
|
# Python Test Suite Component
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2007-
|
|
4
|
+
# Copyright (c) 2007-2023, Ben Burton
|
|
5
5
|
# For further details contact Ben Burton (bab@debian.org).
|
|
6
6
|
#
|
|
7
7
|
# Provides detailed tests for C++ Swappable types.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Regina - A Normal Surface Theory Calculator
|
|
2
2
|
# Python Test Suite Component
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2007-
|
|
4
|
+
# Copyright (c) 2007-2023, Ben Burton
|
|
5
5
|
# For further details contact Ben Burton (bab@debian.org).
|
|
6
6
|
#
|
|
7
7
|
# Provides tests for tree decompositions.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Regina - A Normal Surface Theory Calculator
|
|
2
2
|
# Python Test Suite Component
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2007-
|
|
4
|
+
# Copyright (c) 2007-2023, Ben Burton
|
|
5
5
|
# For further details contact Ben Burton (bab@debian.org).
|
|
6
6
|
#
|
|
7
7
|
# Provides tests for the linear programm tree traversal algorithms.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Regina - A Normal Surface Theory Calculator
|
|
2
2
|
# Python Test Suite Component
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2007-
|
|
4
|
+
# Copyright (c) 2007-2023, Ben Burton
|
|
5
5
|
# For further details contact Ben Burton (bab@debian.org).
|
|
6
6
|
#
|
|
7
7
|
# Provides more thorough tests for different types of triangulation.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Regina - A Normal Surface Theory Calculator
|
|
2
2
|
# Python Test Suite Component
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2007-
|
|
4
|
+
# Copyright (c) 2007-2023, Ben Burton
|
|
5
5
|
# For further details contact Ben Burton (bab@debian.org).
|
|
6
6
|
#
|
|
7
7
|
# Provides detailed tests for UTF-8 representations of various objects.
|
regina/sageRegina/version.py
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: regina
|
|
3
|
-
Version: 7.
|
|
3
|
+
Version: 7.3.1
|
|
4
4
|
Summary: Regina-Normal
|
|
5
5
|
Home-page: http://github.com/3-manifolds/regina_wheels
|
|
6
6
|
Author: The Regina developers, Marc Culler, Nathan Dunfield, and Matthias Goerner
|
|
7
7
|
Author-email: snappy-help@computop.org
|
|
8
8
|
License: GPLv2+
|
|
9
9
|
Keywords: triangulations,topology
|
|
10
|
-
Platform: UNKNOWN
|
|
11
10
|
Classifier: Development Status :: 3 - Alpha
|
|
12
11
|
Classifier: Intended Audience :: Science/Research
|
|
13
12
|
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
|
|
@@ -35,7 +34,7 @@ The current version is somewhat experimental and is based on a
|
|
|
35
34
|
pre-release version of Regina; it is offered for macOS (10.14 and
|
|
36
35
|
newer) and Linux, but not Windows. To try it out, do::
|
|
37
36
|
|
|
38
|
-
python3 -m pip install --user --
|
|
37
|
+
python3 -m pip install --user --upgrade "regina>=7.0"
|
|
39
38
|
python3 -m regina.test
|
|
40
39
|
|
|
41
40
|
On older versions of Linux, e.g. Ubuntu 18.04, you may need to update
|
|
@@ -52,13 +51,13 @@ itself. This project evolved out of Goerner's `sageRegina`_
|
|
|
52
51
|
but works both with and without `SageMath`_. To install and test in
|
|
53
52
|
SageMath do the following in a terminal window::
|
|
54
53
|
|
|
55
|
-
sage -pip install --user --
|
|
54
|
+
sage -pip install --user --upgrade "regina>=7.0"
|
|
56
55
|
sage -python -m regina.test
|
|
57
56
|
|
|
58
57
|
One can also do this from **inside** SageMath (including from a
|
|
59
58
|
notebook) by::
|
|
60
59
|
|
|
61
|
-
sage: %pip install --user
|
|
60
|
+
sage: %pip install --user "regina>=7.0"
|
|
62
61
|
sage: import regina.test; regina.test.runTests()
|
|
63
62
|
|
|
64
63
|
Please report any technical problems via the `issue tracker`_ on the
|
|
@@ -70,10 +69,13 @@ Building from source
|
|
|
70
69
|
|
|
71
70
|
If the available binaries do not work for you, you can try building
|
|
72
71
|
from source. You will need have the development versions of the
|
|
73
|
-
libraries gmp, zlib, and bzip2 installed
|
|
74
|
-
using Sage)::
|
|
72
|
+
libraries gmp, zlib, and bzip2 installed::
|
|
75
73
|
|
|
76
|
-
|
|
74
|
+
git clone https://github.com/3-manifolds/regina_wheel
|
|
75
|
+
cd regina_wheel
|
|
76
|
+
python3 setup.py package_assemble
|
|
77
|
+
python3 setup.py bdist_wheel
|
|
78
|
+
python3 -m pip install dist/regina*.whl
|
|
77
79
|
|
|
78
80
|
This can easily take an hour or more.
|
|
79
81
|
|
|
@@ -96,5 +98,3 @@ Foundation.
|
|
|
96
98
|
.. _issue tracker: https://github.com/3-manifolds/regina_wheels/issues
|
|
97
99
|
.. _GitHub site: https://github.com/3-manifolds/regina_wheels/
|
|
98
100
|
.. _GNU General Public License, version 2: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
|
|
99
|
-
|
|
100
|
-
|