regina 7.2.0__cp37-cp37m-macosx_10_15_x86_64.whl → 7.3.1__cp37-cp37m-macosx_10_15_x86_64.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/.dylibs/libgmp.10.dylib +0 -0
- regina/.dylibs/libgmpxx.4.dylib +0 -0
- regina/__init__.py +1 -1
- regina/engine.cpython-37m-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 -7
- {regina-7.2.0.dist-info → regina-7.3.1.dist-info}/RECORD +74 -74
- {regina-7.2.0.dist-info → regina-7.3.1.dist-info}/WHEEL +0 -0
- {regina-7.2.0.dist-info → regina-7.3.1.dist-info}/top_level.txt +0 -0
regina/.dylibs/libgmp.10.dylib
CHANGED
|
Binary file
|
regina/.dylibs/libgmpxx.4.dylib
CHANGED
|
Binary file
|
regina/__init__.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Regina - A Normal Surface Theory Calculator
|
|
2
2
|
# Python Module Initialisation
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2003-
|
|
4
|
+
# Copyright (c) 2003-2023, Ben Burton
|
|
5
5
|
# For further details contact Ben Burton (bab@debian.org).
|
|
6
6
|
#
|
|
7
7
|
# This program is free software; you can redistribute it and/or
|
|
Binary file
|
regina/sageRegina/config.py
CHANGED
|
@@ -4,6 +4,6 @@ tokyocabinet_dir = 'tokyocabinet-1.4.48'
|
|
|
4
4
|
libxml_uri = 'http://sageRegina.unhyperbolic.org/sources/libxml2-2.9.3.tar.gz'
|
|
5
5
|
libxml_dir = 'libxml2-2.9.3'
|
|
6
6
|
|
|
7
|
-
regina_hash = '
|
|
7
|
+
regina_hash = '99ebaff67' # 7.3 + iteration speed patch
|
|
8
8
|
regina_uri = 'https://github.com/regina-normal/regina.git'
|
|
9
9
|
regina_dir = 'regina_%s' % regina_hash
|
|
@@ -12,6 +12,7 @@ CONFIGURE_FILE(
|
|
|
12
12
|
|
|
13
13
|
# A very basic interpreter to use for testing:
|
|
14
14
|
INCLUDE_DIRECTORIES(${Python_INCLUDE_DIRS} ${ENGINE_INCLUDES} "${PROJECT_BINARY_DIR}/engine")
|
|
15
|
+
ADD_COMPILE_DEFINITIONS(REGINA_PYTHON_USE_PYTHONPATH=1)
|
|
15
16
|
ADD_LINK_OPTIONS(${Python_LINK_OPTIONS})
|
|
16
17
|
add_executable(basic
|
|
17
18
|
basic.cpp
|
|
@@ -960,6 +960,141 @@ Equality type : EqualityType.BY_VALUE
|
|
|
960
960
|
Perm9 : class
|
|
961
961
|
Equality type : EqualityType.BY_VALUE
|
|
962
962
|
|
|
963
|
+
PermClass10 : class
|
|
964
|
+
Equality type : EqualityType.BY_VALUE
|
|
965
|
+
|
|
966
|
+
PermClass11 : class
|
|
967
|
+
Equality type : EqualityType.BY_VALUE
|
|
968
|
+
|
|
969
|
+
PermClass12 : class
|
|
970
|
+
Equality type : EqualityType.BY_VALUE
|
|
971
|
+
|
|
972
|
+
PermClass13 : class
|
|
973
|
+
Equality type : EqualityType.BY_VALUE
|
|
974
|
+
|
|
975
|
+
PermClass14 : class
|
|
976
|
+
Equality type : EqualityType.BY_VALUE
|
|
977
|
+
|
|
978
|
+
PermClass15 : class
|
|
979
|
+
Equality type : EqualityType.BY_VALUE
|
|
980
|
+
|
|
981
|
+
PermClass16 : class
|
|
982
|
+
Equality type : EqualityType.BY_VALUE
|
|
983
|
+
|
|
984
|
+
PermClass2 : class
|
|
985
|
+
Equality type : EqualityType.BY_VALUE
|
|
986
|
+
|
|
987
|
+
PermClass3 : class
|
|
988
|
+
Equality type : EqualityType.BY_VALUE
|
|
989
|
+
|
|
990
|
+
PermClass4 : class
|
|
991
|
+
Equality type : EqualityType.BY_VALUE
|
|
992
|
+
|
|
993
|
+
PermClass5 : class
|
|
994
|
+
Equality type : EqualityType.BY_VALUE
|
|
995
|
+
|
|
996
|
+
PermClass6 : class
|
|
997
|
+
Equality type : EqualityType.BY_VALUE
|
|
998
|
+
|
|
999
|
+
PermClass7 : class
|
|
1000
|
+
Equality type : EqualityType.BY_VALUE
|
|
1001
|
+
|
|
1002
|
+
PermClass8 : class
|
|
1003
|
+
Equality type : EqualityType.BY_VALUE
|
|
1004
|
+
|
|
1005
|
+
PermClass9 : class
|
|
1006
|
+
Equality type : EqualityType.BY_VALUE
|
|
1007
|
+
|
|
1008
|
+
PermGroup10 : class
|
|
1009
|
+
Equality type : EqualityType.BY_VALUE
|
|
1010
|
+
|
|
1011
|
+
PermGroup10_Cached : class
|
|
1012
|
+
Equality type : EqualityType.BY_VALUE
|
|
1013
|
+
|
|
1014
|
+
PermGroup11 : class
|
|
1015
|
+
Equality type : EqualityType.BY_VALUE
|
|
1016
|
+
|
|
1017
|
+
PermGroup11_Cached : class
|
|
1018
|
+
Equality type : EqualityType.BY_VALUE
|
|
1019
|
+
|
|
1020
|
+
PermGroup12 : class
|
|
1021
|
+
Equality type : EqualityType.BY_VALUE
|
|
1022
|
+
|
|
1023
|
+
PermGroup12_Cached : class
|
|
1024
|
+
Equality type : EqualityType.BY_VALUE
|
|
1025
|
+
|
|
1026
|
+
PermGroup13 : class
|
|
1027
|
+
Equality type : EqualityType.BY_VALUE
|
|
1028
|
+
|
|
1029
|
+
PermGroup13_Cached : class
|
|
1030
|
+
Equality type : EqualityType.BY_VALUE
|
|
1031
|
+
|
|
1032
|
+
PermGroup14 : class
|
|
1033
|
+
Equality type : EqualityType.BY_VALUE
|
|
1034
|
+
|
|
1035
|
+
PermGroup14_Cached : class
|
|
1036
|
+
Equality type : EqualityType.BY_VALUE
|
|
1037
|
+
|
|
1038
|
+
PermGroup15 : class
|
|
1039
|
+
Equality type : EqualityType.BY_VALUE
|
|
1040
|
+
|
|
1041
|
+
PermGroup15_Cached : class
|
|
1042
|
+
Equality type : EqualityType.BY_VALUE
|
|
1043
|
+
|
|
1044
|
+
PermGroup16 : class
|
|
1045
|
+
Equality type : EqualityType.BY_VALUE
|
|
1046
|
+
|
|
1047
|
+
PermGroup16_Cached : class
|
|
1048
|
+
Equality type : EqualityType.BY_VALUE
|
|
1049
|
+
|
|
1050
|
+
PermGroup2 : class
|
|
1051
|
+
Equality type : EqualityType.BY_VALUE
|
|
1052
|
+
|
|
1053
|
+
PermGroup2_Cached : class
|
|
1054
|
+
Equality type : EqualityType.BY_VALUE
|
|
1055
|
+
|
|
1056
|
+
PermGroup3 : class
|
|
1057
|
+
Equality type : EqualityType.BY_VALUE
|
|
1058
|
+
|
|
1059
|
+
PermGroup3_Cached : class
|
|
1060
|
+
Equality type : EqualityType.BY_VALUE
|
|
1061
|
+
|
|
1062
|
+
PermGroup4 : class
|
|
1063
|
+
Equality type : EqualityType.BY_VALUE
|
|
1064
|
+
|
|
1065
|
+
PermGroup4_Cached : class
|
|
1066
|
+
Equality type : EqualityType.BY_VALUE
|
|
1067
|
+
|
|
1068
|
+
PermGroup5 : class
|
|
1069
|
+
Equality type : EqualityType.BY_VALUE
|
|
1070
|
+
|
|
1071
|
+
PermGroup5_Cached : class
|
|
1072
|
+
Equality type : EqualityType.BY_VALUE
|
|
1073
|
+
|
|
1074
|
+
PermGroup6 : class
|
|
1075
|
+
Equality type : EqualityType.BY_VALUE
|
|
1076
|
+
|
|
1077
|
+
PermGroup6_Cached : class
|
|
1078
|
+
Equality type : EqualityType.BY_VALUE
|
|
1079
|
+
|
|
1080
|
+
PermGroup7 : class
|
|
1081
|
+
Equality type : EqualityType.BY_VALUE
|
|
1082
|
+
|
|
1083
|
+
PermGroup7_Cached : class
|
|
1084
|
+
Equality type : EqualityType.BY_VALUE
|
|
1085
|
+
|
|
1086
|
+
PermGroup8 : class
|
|
1087
|
+
Equality type : EqualityType.BY_VALUE
|
|
1088
|
+
|
|
1089
|
+
PermGroup8_Cached : class
|
|
1090
|
+
Equality type : EqualityType.BY_VALUE
|
|
1091
|
+
|
|
1092
|
+
PermGroup9 : class
|
|
1093
|
+
Equality type : EqualityType.BY_VALUE
|
|
1094
|
+
|
|
1095
|
+
PermGroup9_Cached : class
|
|
1096
|
+
Equality type : EqualityType.BY_VALUE
|
|
1097
|
+
|
|
963
1098
|
PillowTwoSphere : class
|
|
964
1099
|
Equality type : EqualityType.BY_VALUE
|
|
965
1100
|
|
|
@@ -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
|
# Prints basic properties of all wrapped objects and 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 various tests for angle structure enumeration.
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Regina - A Normal Surface Theory Calculator *
|
|
5
5
|
* Python Interface *
|
|
6
6
|
* *
|
|
7
|
-
* Copyright (c) 1999-
|
|
7
|
+
* Copyright (c) 1999-2023, Ben Burton *
|
|
8
8
|
* For further details contact Ben Burton (bab@debian.org). *
|
|
9
9
|
* *
|
|
10
10
|
* This program is free software; you can redistribute it and/or *
|
|
@@ -180,7 +180,7 @@ int main(int argc, char* argv[]) {
|
|
|
180
180
|
// run directly out of the source tree.
|
|
181
181
|
regina::python::PythonInterpreter py(out, err, false);
|
|
182
182
|
if (! py.importRegina(false)) {
|
|
183
|
-
std::cerr << "ERROR: Could not import regina";
|
|
183
|
+
std::cerr << "ERROR: Could not import regina" << std::endl;
|
|
184
184
|
exit(2);
|
|
185
185
|
}
|
|
186
186
|
|
|
@@ -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 code that works with raw byte sequences.
|
|
@@ -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 the use of pure Python functions as C++ 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 the behaviour of the packet cloning functions.
|
|
@@ -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 for the different Triangulation3 constructors.
|
|
@@ -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 for issues relating to disc set iteration.
|
|
@@ -436,10 +436,10 @@ __init__(...)
|
|
|
436
436
|
|
|
437
437
|
5. __init__(self: regina.Integer, arg0: int) -> None
|
|
438
438
|
|
|
439
|
-
Initialises this to the given Python
|
|
439
|
+
Initialises this to the given native Python integer.
|
|
440
440
|
|
|
441
|
-
The argument is of the Python type
|
|
442
|
-
|
|
441
|
+
The argument is of the Python ``int`` type, which Python uses to store
|
|
442
|
+
integers of arbitrary magnitude (much like Regina does with its
|
|
443
443
|
Integer and LargeInteger classes).
|
|
444
444
|
|
|
445
445
|
Parameter ``value``:
|
|
@@ -529,10 +529,10 @@ __init__(...)
|
|
|
529
529
|
|
|
530
530
|
5. __init__(self: regina.LargeInteger, arg0: int) -> None
|
|
531
531
|
|
|
532
|
-
Initialises this to the given Python
|
|
532
|
+
Initialises this to the given native Python integer.
|
|
533
533
|
|
|
534
|
-
The argument is of the Python type
|
|
535
|
-
|
|
534
|
+
The argument is of the Python ``int`` type, which Python uses to store
|
|
535
|
+
integers of arbitrary magnitude (much like Regina does with its
|
|
536
536
|
Integer and LargeInteger classes).
|
|
537
537
|
|
|
538
538
|
Parameter ``value``:
|
|
@@ -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 Python docstrings and function signatures.
|
|
@@ -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 FaceEmbedding objects.
|
|
@@ -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 vertex enumeration functions.
|
|
@@ -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 that == and != behave as expected for Regina's python bindings.
|
|
@@ -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 different Euler characteristic calculations.
|
|
@@ -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 throwing and catching Regina's exception 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 face numbering in high-dimensional 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
|
# Provides tests for the face query routines.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Regina - A Normal Surface Theory Calculator
|
|
2
2
|
# Python Test Suite Component
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2011-
|
|
4
|
+
# Copyright (c) 2011-2023, Ben Burton
|
|
5
5
|
# For further details contact Ben Burton (bab@debian.org).
|
|
6
6
|
#
|
|
7
7
|
# Tests support for the modern XML file format
|
|
@@ -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 flypes on model link graphs.
|
|
@@ -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 high-dimensional 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 various tests for marked abelian groups.
|
|
@@ -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
|
# Tests for UTF-8 character encodings when loading and importing files
|
|
@@ -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 variables that should be the same object in Python.
|
|
@@ -62,3 +62,13 @@
|
|
|
62
62
|
-10000000000000000000000000000
|
|
63
63
|
3141592
|
|
64
64
|
1234567
|
|
65
|
+
123
|
|
66
|
+
<class 'int'> 123
|
|
67
|
+
-123456789123456789123456789123456789123456789123456789
|
|
68
|
+
<class 'int'> -123456789123456789123456789123456789123456789123456789
|
|
69
|
+
123
|
|
70
|
+
<class 'int'> 123
|
|
71
|
+
-123456789123456789123456789123456789123456789123456789
|
|
72
|
+
<class 'int'> -123456789123456789123456789123456789123456789123456789
|
|
73
|
+
inf
|
|
74
|
+
Could not convert
|
|
@@ -39,4 +39,18 @@ for IntegerType in [Integer, LargeInteger]:
|
|
|
39
39
|
|
|
40
40
|
print(IntegerType('3141592'))
|
|
41
41
|
print(IntegerType(1234567.89))
|
|
42
|
+
|
|
43
|
+
x = IntegerType(123)
|
|
44
|
+
y = IntegerType(-123456789123456789123456789123456789123456789123456789)
|
|
45
|
+
|
|
46
|
+
for IntegerType in [Integer, LargeInteger]:
|
|
47
|
+
for i in [ x, y ]:
|
|
48
|
+
print(i)
|
|
49
|
+
z = i.pythonValue()
|
|
50
|
+
print(type(z), z)
|
|
42
51
|
|
|
52
|
+
try:
|
|
53
|
+
print(LargeInteger.infinity)
|
|
54
|
+
print(LargeInteger.infinity.pythonValue())
|
|
55
|
+
except:
|
|
56
|
+
print('Could not convert')
|
|
@@ -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 the behaviour of packet listeners
|
|
@@ -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 iteration with C++ functions that return a ListView.
|
|
@@ -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) 2015-
|
|
4
|
+
# Copyright (c) 2015-2023, Ben Burton
|
|
5
5
|
# For further details contact Ben Burton (bab@debian.org).
|
|
6
6
|
#
|
|
7
7
|
# Tests the lifetime management of packets.
|
|
@@ -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 the independence and lifespans of engine-generated packets.
|
|
@@ -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 the independence and lifespans of engine-generated packets.
|
|
@@ -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 small miscellaneous tests to ensure that things are up and running.
|
|
@@ -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 for various C++ operator overloads.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Regina - A Normal Surface Theory Calculator
|
|
2
2
|
# Python Test Suite Component
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2013-
|
|
4
|
+
# Copyright (c) 2013-2023, Ben Burton
|
|
5
5
|
# For further details contact Ben Burton (bab@debian.org).
|
|
6
6
|
#
|
|
7
7
|
# Provides tests for the Orb import filter.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Regina - A Normal Surface Theory Calculator
|
|
2
2
|
# Python Test Suite Component
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2013-
|
|
4
|
+
# Copyright (c) 2013-2023, Ben Burton
|
|
5
5
|
# For further details contact Ben Burton (bab@debian.org).
|
|
6
6
|
#
|
|
7
7
|
# Provides tests for the PDF import and export filters.
|
|
@@ -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 permutation constant arrays.
|
|
@@ -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 plantri format encodings and decodings.
|
|
@@ -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 group presentation.
|
|
@@ -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 passing by value vs reference.
|
|
@@ -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,6 +1,6 @@
|
|
|
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
|
|
@@ -34,7 +34,7 @@ The current version is somewhat experimental and is based on a
|
|
|
34
34
|
pre-release version of Regina; it is offered for macOS (10.14 and
|
|
35
35
|
newer) and Linux, but not Windows. To try it out, do::
|
|
36
36
|
|
|
37
|
-
python3 -m pip install --user --
|
|
37
|
+
python3 -m pip install --user --upgrade "regina>=7.0"
|
|
38
38
|
python3 -m regina.test
|
|
39
39
|
|
|
40
40
|
On older versions of Linux, e.g. Ubuntu 18.04, you may need to update
|
|
@@ -51,13 +51,13 @@ itself. This project evolved out of Goerner's `sageRegina`_
|
|
|
51
51
|
but works both with and without `SageMath`_. To install and test in
|
|
52
52
|
SageMath do the following in a terminal window::
|
|
53
53
|
|
|
54
|
-
sage -pip install --user --
|
|
54
|
+
sage -pip install --user --upgrade "regina>=7.0"
|
|
55
55
|
sage -python -m regina.test
|
|
56
56
|
|
|
57
57
|
One can also do this from **inside** SageMath (including from a
|
|
58
58
|
notebook) by::
|
|
59
59
|
|
|
60
|
-
sage: %pip install --user
|
|
60
|
+
sage: %pip install --user "regina>=7.0"
|
|
61
61
|
sage: import regina.test; regina.test.runTests()
|
|
62
62
|
|
|
63
63
|
Please report any technical problems via the `issue tracker`_ on the
|
|
@@ -69,10 +69,13 @@ Building from source
|
|
|
69
69
|
|
|
70
70
|
If the available binaries do not work for you, you can try building
|
|
71
71
|
from source. You will need have the development versions of the
|
|
72
|
-
libraries gmp, zlib, and bzip2 installed
|
|
73
|
-
using Sage)::
|
|
72
|
+
libraries gmp, zlib, and bzip2 installed::
|
|
74
73
|
|
|
75
|
-
|
|
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
|
|
76
79
|
|
|
77
80
|
This can easily take an hour or more.
|
|
78
81
|
|
|
@@ -1,5 +1,9 @@
|
|
|
1
|
-
regina
|
|
2
|
-
regina/
|
|
1
|
+
regina-7.3.1.dist-info/RECORD,,
|
|
2
|
+
regina-7.3.1.dist-info/WHEEL,sha256=F-joUO9Niy2sXQSGChRzu-mfPcZVqo-aIdYGWSUwoWo,111
|
|
3
|
+
regina-7.3.1.dist-info/top_level.txt,sha256=SE8n0D2oQ01rniclTvoQoxiquFfUcnjGpHZrJKji6z8,69
|
|
4
|
+
regina-7.3.1.dist-info/METADATA,sha256=1C1fo06XZjOXFFLfJ-Wq0H_mCI_BoHJ4Q3_BKyk1Lmo,3771
|
|
5
|
+
regina/engine.cpython-37m-darwin.so,sha256=Lme2C723410PBF0H1Arrvua9I16z7CmfCjDWRq5_yxw,80453648
|
|
6
|
+
regina/__init__.py,sha256=pdHUei4znR6VnEC3y5_1vkcbgkyNMQaqfVqZ0gD_y6M,8223
|
|
3
7
|
regina/test.py,sha256=iXHrTumyBxNZhu10J29EtoNKwTOAzgiXzgHGGNq_Jvc,128
|
|
4
8
|
regina/sageSetup.py,sha256=S9tEKQd4ICYp1hQvAW_Oug390mO9QrkL7j1K-urqTbk,1341
|
|
5
9
|
regina/plainCompleter.py,sha256=ILwPjEqALu_uB8QuNjP26YHJ6LvXCZjSZS24YUsKAyQ,7982
|
|
@@ -10,92 +14,92 @@ regina/pyCensus/__init__.py,sha256=zHZIE8ILWhTuV8oFJ_tnyXaHM9Hf6pXCz5EkalWL_rs,5
|
|
|
10
14
|
regina/pyCensus/christy-knots-links.tdb,sha256=0pGzIiN_kK6AzPT1ahfsroM542xEziKSZo6NynxHsTc,34560
|
|
11
15
|
regina/pyCensus/cusped-hyp-or-census-9.tdb,sha256=wmta_gF99q3p33mtp8CIgzYK_R--LuKWRpAjLwef52c,1818112
|
|
12
16
|
regina/pyCensus/closed-or-census-11.tdb,sha256=3Vff-ed8mecvatlbupXIje-FXzzI8iCkv3yhMTzBeSo,714752
|
|
13
|
-
regina/sageRegina/config.py,sha256=
|
|
14
|
-
regina/sageRegina/version.py,sha256=
|
|
17
|
+
regina/sageRegina/config.py,sha256=loB7PLEyX8Ds4vTruGmdcGGGTc8QkMikc7R1PohlwZY,430
|
|
18
|
+
regina/sageRegina/version.py,sha256=mAwwYu5M7XN4to1uQdf2p8fiAvCNOJvh7SCDewv1WbE,53
|
|
15
19
|
regina/sageRegina/__init__.py,sha256=JTMX3XXpJqjr4n9VOX6bARB0uUEv7knrdSxlGRl95wQ,43
|
|
16
20
|
regina/sageRegina/test.py,sha256=6tlBFXdvQwXIExoCh8flE_-QuFef8n2cmzVOZtBiVZU,3571
|
|
17
|
-
regina/sageRegina/testsuite/plantri.test,sha256=
|
|
21
|
+
regina/sageRegina/testsuite/plantri.test,sha256=uJkpxEbR32ef-sNC8rEZgyFslYFtVpxgX3comN1xDB8,2161
|
|
18
22
|
regina/sageRegina/testsuite/discs.out,sha256=K_QTgwQsUhvKAr0RVzYe04bhIgij-WD9CkF4WBZJqAo,21
|
|
19
23
|
regina/sageRegina/testsuite/memory2.out,sha256=G5940LJT2CK8qnIRCbySt75ZRX7y8Iw_iNiJDbsCxBA,731
|
|
20
24
|
regina/sageRegina/testsuite/equality.out,sha256=xbci87LsxONdu3olXA5TYSSRIK8DxC5R66XnkQZsi6U,3440
|
|
21
25
|
regina/sageRegina/testsuite/snapshot.out,sha256=2_PTT7Si8Jaseu9JiO5SFQv_bJoRR46cGzr4ySuHgZg,282
|
|
22
26
|
regina/sageRegina/testsuite/memory3.out,sha256=y9IYJov14TTSA9UQrqN3y-R26e4XOSeDylRCYVGlwxE,1027
|
|
23
|
-
regina/sageRegina/testsuite/snappea.test,sha256=
|
|
27
|
+
regina/sageRegina/testsuite/snappea.test,sha256=D6BoIjo9Uy3nkjp30ZPHWUNpXjKt_pTEM9tTpE1oAPA,3337
|
|
24
28
|
regina/sageRegina/testsuite/file.out,sha256=XNw2cV7EyHBhnWTXBr1clgwVdePg-2xm23QuQ30w2HA,40539
|
|
25
29
|
regina/sageRegina/testsuite/italian.orb,sha256=kk-E0G3dKD6CXgonQGNiqug1y20hrWDsoZzAZnNAb3s,2335
|
|
26
|
-
regina/sageRegina/testsuite/groups.test,sha256=
|
|
30
|
+
regina/sageRegina/testsuite/groups.test,sha256=PRB5LLJAJj1v_qDKbGhLkeyf_xBt45Cf_dMzZTgwY3I,3470
|
|
27
31
|
regina/sageRegina/testsuite/memory1.out,sha256=c5jOJJfbbckVDtDl4m5DpCb3ZZEd-FD5hjMqLlfFMaQ,608
|
|
28
|
-
regina/sageRegina/testsuite/skeleton.test,sha256=
|
|
29
|
-
regina/sageRegina/testsuite/bytes.test,sha256
|
|
30
|
-
regina/sageRegina/testsuite/testbasic.in,sha256=
|
|
32
|
+
regina/sageRegina/testsuite/skeleton.test,sha256=2IYHUsVjXHhgMiqte2TqqrLLpqnQzbUYcADDv8Kan8Y,1758
|
|
33
|
+
regina/sageRegina/testsuite/bytes.test,sha256=-CUxaXPsvKfOlieR7JUNOyJPZ9Gr-PsDRU8-naxJhv8,2210
|
|
34
|
+
regina/sageRegina/testsuite/testbasic.in,sha256=eijsAWkPrb22DowbNtnE5u2-RyYhO_ONlKVFnIUu3Z4,9304
|
|
31
35
|
regina/sageRegina/testsuite/flype.out,sha256=_Kncz9zvDe9EJWYVXoP7lKUzfm5_U-cRVc0Be8qb5pY,4401
|
|
32
36
|
regina/sageRegina/testsuite/safeheldtype_basic.out,sha256=KCcn26jBlU_v56eUsM_B_OEEG3SaMImX_THl5zsjR6s,365
|
|
33
|
-
regina/sageRegina/testsuite/equality.test,sha256=
|
|
34
|
-
regina/sageRegina/testsuite/pdf.test,sha256=
|
|
35
|
-
regina/sageRegina/testsuite/CMakeLists.txt,sha256
|
|
37
|
+
regina/sageRegina/testsuite/equality.test,sha256=5mgWIBUAYQUfXiuK2uL1-b3Daki25PUlTTH7AyF2QOo,11157
|
|
38
|
+
regina/sageRegina/testsuite/pdf.test,sha256=XtaNAOxM2f6QZgzy3uF-ZX4qGJ_lreEuRuQQHVFm0oo,1737
|
|
39
|
+
regina/sageRegina/testsuite/CMakeLists.txt,sha256=dgh6XnZq5QQHR4uZORMjxKuNdFNFedGmqqkY1wmUr80,921
|
|
36
40
|
regina/sageRegina/testsuite/safeheldtype_packet.out,sha256=8jXJSrlPleFhxKqoG4A4PrSrN3g9eG1zhvn0WGwDXVU,1319
|
|
37
|
-
regina/sageRegina/testsuite/utf8.test,sha256=
|
|
38
|
-
regina/sageRegina/testsuite/census.test,sha256=
|
|
41
|
+
regina/sageRegina/testsuite/utf8.test,sha256=PSYDInfbkPHkD_-HBnckLI-ZHFYw8dyNkORaESZlayk,2344
|
|
42
|
+
regina/sageRegina/testsuite/census.test,sha256=wP4BzfslB6PMd0-IGi06CmjuNmS-ucE87z3kQQJp1xA,4420
|
|
39
43
|
regina/sageRegina/testsuite/trigeneral.out,sha256=nedXUjVQ-nCFY7nqimKeftB20HtUR97zJ-d-1oh3DNQ,30439
|
|
40
44
|
regina/sageRegina/testsuite/listener.out,sha256=Y8yknKa5TDRgB-_4ZEY3SLyil4K35zeA8aClAch7fGo,816
|
|
41
|
-
regina/sageRegina/testsuite/basic.cpp,sha256=
|
|
42
|
-
regina/sageRegina/testsuite/memory1.test,sha256=
|
|
43
|
-
regina/sageRegina/testsuite/alltypes.test,sha256=
|
|
45
|
+
regina/sageRegina/testsuite/basic.cpp,sha256=9VWsHCT0ZWiVlRqgCAaUspIXpCt1pPngz0T9HshiyfU,8826
|
|
46
|
+
regina/sageRegina/testsuite/memory1.test,sha256=HjOMgQzQH4bZU0ufDdYAuiNWSjNzc_OzIAugJIs5SIs,4622
|
|
47
|
+
regina/sageRegina/testsuite/alltypes.test,sha256=Xbd4s2mlJ5bG6kINY_nuXlW2QT5PrJNvS3GqpdXNDbU,3069
|
|
44
48
|
regina/sageRegina/testsuite/euler.out,sha256=6xQEdq-e6qbero29FEyGNPMsW2vWGBF103_z1opJnmY,436
|
|
45
49
|
regina/sageRegina/testsuite/census.out,sha256=uOLClZfFvvuMtCblBvIKI_3a7AW5KNCqdbDbcYrWuow,1854
|
|
46
50
|
regina/sageRegina/testsuite/dodec.orb,sha256=khKqZ0WBiQLB-NOUbiiP4F-KG8NTRsxrTuRZGwacDds,27275
|
|
47
51
|
regina/sageRegina/testsuite/clone.out,sha256=EygmN5zCSUQZ3lLtCH1WRsbTClRDEKJByM756N77mbM,90
|
|
48
52
|
regina/sageRegina/testsuite/callbacks.out,sha256=netSxC6ckx1rHQtkRyJ-IvUe9HRi88-dREfHrOd6e1U,13766
|
|
49
53
|
regina/sageRegina/testsuite/iterators.out,sha256=19Qu8ZxD7txLEmEfH4bihK7vF1hyA5X5FmmEBgSZbJ0,2696
|
|
50
|
-
regina/sageRegina/testsuite/enumerate.test,sha256=
|
|
51
|
-
regina/sageRegina/testsuite/callbacks.test,sha256=
|
|
52
|
-
regina/sageRegina/testsuite/integer.test,sha256=
|
|
53
|
-
regina/sageRegina/testsuite/flype.test,sha256=
|
|
54
|
-
regina/sageRegina/testsuite/iterators.test,sha256=
|
|
54
|
+
regina/sageRegina/testsuite/enumerate.test,sha256=q--sGW3RtoypprI6_A7wHb3C4QJLLWYFClGw9ah6OUM,2262
|
|
55
|
+
regina/sageRegina/testsuite/callbacks.test,sha256=6I0HCLk-wnQ95p-YbqQ8nCNurOP6-Gjd6lfIiMgWlFA,10056
|
|
56
|
+
regina/sageRegina/testsuite/integer.test,sha256=IQ0NJp8mILO8yzAZApEblJuroZ5w6QRZLnxRMuMwaFE,2046
|
|
57
|
+
regina/sageRegina/testsuite/flype.test,sha256=IwVw4THgg9vh8cMC9-eF5noEMFJNZLIxLtyBddC-eL8,1826
|
|
58
|
+
regina/sageRegina/testsuite/iterators.test,sha256=ZDCIo31aoO0xVW4e2tGU-6HrV3usATYWgS8JoihKi-o,3328
|
|
55
59
|
regina/sageRegina/testsuite/repr.out,sha256=nRMutB4_ibNcLnXHS1GQ1MeObbvFxD7C58aq-FxSYRk,27581
|
|
56
|
-
regina/sageRegina/testsuite/perm.test,sha256=
|
|
57
|
-
regina/sageRegina/testsuite/sets.test,sha256=
|
|
60
|
+
regina/sageRegina/testsuite/perm.test,sha256=rx4GNxhgryP9Ja21v8C2B5-mg13B7pT05uzi_1zB8qM,2555
|
|
61
|
+
regina/sageRegina/testsuite/sets.test,sha256=NEJCteDcmFo3aHZExFWzuSkApumGS8AHLPHxtP7okvw,1631
|
|
58
62
|
regina/sageRegina/testsuite/sets.out,sha256=VeoMRh_uNr7cxr_9z6GwIK-lXzAwhoed0HpvUnPagmA,309
|
|
59
|
-
regina/sageRegina/testsuite/docstrings.out,sha256=
|
|
60
|
-
regina/sageRegina/testsuite/integer.out,sha256=
|
|
61
|
-
regina/sageRegina/testsuite/listview.test,sha256=
|
|
63
|
+
regina/sageRegina/testsuite/docstrings.out,sha256=ofmRAqTvF0C2tHFWpww4s25deRIJfw4vDZmwq4ZThxY,31327
|
|
64
|
+
regina/sageRegina/testsuite/integer.out,sha256=v5wIIGEC4U53kNdiOvXKO2w5wUZhpKmKRa8C24wZuns,1340
|
|
65
|
+
regina/sageRegina/testsuite/listview.test,sha256=pVRLgaM0gC5jFPV7HTAMv3RhgU0XMj1HWmUJb8R9DI4,5702
|
|
62
66
|
regina/sageRegina/testsuite/tightencode.out,sha256=O10EVi6zixywmx3ZllsNVuQdoiyi4ohXKB1mLzGRDW4,205
|
|
63
|
-
regina/sageRegina/testsuite/standardtri.test,sha256=
|
|
64
|
-
regina/sageRegina/testsuite/docstrings.test,sha256=
|
|
65
|
-
regina/sageRegina/testsuite/sort.test,sha256=
|
|
67
|
+
regina/sageRegina/testsuite/standardtri.test,sha256=wmj4Lyawnt5kXSTrVLsUTigVGfse5jXnMfbor3Vq_Q8,18800
|
|
68
|
+
regina/sageRegina/testsuite/docstrings.test,sha256=uyhE1AzhkekReAhHoyWiDcu4IoncHS7Z9aR3OIxfPaA,1981
|
|
69
|
+
regina/sageRegina/testsuite/sort.test,sha256=JIy1Uw4eEju2gxGYlaloqxc7wVFHLLqwbB8uKo40Zps,1818
|
|
66
70
|
regina/sageRegina/testsuite/i18n-utf8.rga,sha256=G1xhNiTXRD_URSCx4eavfxa-44UQhGB2M8v1qJXh4V8,185
|
|
67
|
-
regina/sageRegina/testsuite/facenumbering.test,sha256=
|
|
68
|
-
regina/sageRegina/testsuite/swapping.test,sha256=
|
|
69
|
-
regina/sageRegina/testsuite/lookup.test,sha256=
|
|
70
|
-
regina/sageRegina/testsuite/testall.in,sha256=
|
|
71
|
-
regina/sageRegina/testsuite/exception.test,sha256
|
|
71
|
+
regina/sageRegina/testsuite/facenumbering.test,sha256=q5r7Ali7r9ImPY70dILeHPIv4Y3Qzuoi0KeMC_ZUKI4,2311
|
|
72
|
+
regina/sageRegina/testsuite/swapping.test,sha256=PRNLfMEEQA2jrMMMCUx7elF4nswl_pCdiEtvxugmal8,3367
|
|
73
|
+
regina/sageRegina/testsuite/lookup.test,sha256=nRnjnOqbZgWaqKFpV2ueD9NTWTcyFg7L9zmrA7XylRY,1687
|
|
74
|
+
regina/sageRegina/testsuite/testall.in,sha256=xrGshkabvGwmjJT-sdhHTa6bYzsQIlltOswoUDUYJ-U,5729
|
|
75
|
+
regina/sageRegina/testsuite/exception.test,sha256=0_g8ysagyK1HUvlg8cOrvyleqneOW1rAlRiScbFAfWk,2936
|
|
72
76
|
regina/sageRegina/testsuite/embeddings.out,sha256=lYbXx7oKQwzJb_tKnCuQZVeUtqs7AFO3pVRHj3srJ_s,849
|
|
73
77
|
regina/sageRegina/testsuite/index.out,sha256=eWVGEOjN3tWlU4nv8kL--AXN6l14bq5BTMLsE7MsbR0,69
|
|
74
|
-
regina/sageRegina/testsuite/hypersurfaces.test,sha256=
|
|
75
|
-
regina/sageRegina/testsuite/discs.test,sha256=
|
|
78
|
+
regina/sageRegina/testsuite/hypersurfaces.test,sha256=ohYo1oSzFHZ8Wo95Fh_KYySJ_zggmF24jXw1wT5N63o,3569
|
|
79
|
+
regina/sageRegina/testsuite/discs.test,sha256=Ar7o8P8_Ef2j49EFq7Kkcrdx_uVlMnpiT5Qyq5HYBtg,1544
|
|
76
80
|
regina/sageRegina/testsuite/lookup.out,sha256=uu3kg0S94GQs2rlzSwkuXd6n8woyZOIoD9A8otTGucg,338
|
|
77
81
|
regina/sageRegina/testsuite/perm.out,sha256=7CNTHT71bebvWbb3TPHKYxIC_C73Y9v8wlaBTvD7krU,1757
|
|
78
82
|
regina/sageRegina/testsuite/surfaces.out,sha256=8pxZvZ79lKXVfibRWjnZB1aGxoJhVHo6iQxHxZhSp1M,96099
|
|
79
|
-
regina/sageRegina/testsuite/id.test,sha256=
|
|
83
|
+
regina/sageRegina/testsuite/id.test,sha256=JU3C1BufKCej6rxU65BRdL_O-pmRXcbiooXYngygcv0,1663
|
|
80
84
|
regina/sageRegina/testsuite/bool.out,sha256=s9HogRedmEGn_rtLllbt4Hw97Fz7PypmjbfEcyDuU8Y,104
|
|
81
85
|
regina/sageRegina/testsuite/O2_1.tri,sha256=DIcVg1feAL8NfnvfFsiY-q9erTNlDBAc-Z0HGLkx8D4,739
|
|
82
86
|
regina/sageRegina/testsuite/enumerate.out,sha256=wcTUbAtRhw9-g1HWmpZ5Y9-uru6v9plh4B1z447rlic,1736
|
|
83
87
|
regina/sageRegina/testsuite/orb.out,sha256=cFIkH1aGOgV3AMixEJRoB7eueP5DO1oUWF1JmgLdIlU,16190
|
|
84
88
|
regina/sageRegina/testsuite/index.test,sha256=2kUzGpgO71PP7uPiJzqNa84s8oklt3zwygjNdtrn5RA,1595
|
|
85
|
-
regina/sageRegina/testsuite/repr.test,sha256=
|
|
89
|
+
regina/sageRegina/testsuite/repr.test,sha256=9_mSx4pLqw1TMAg8lBQVwnHtJjZNt3wMmqA2xcj-iGs,14472
|
|
86
90
|
regina/sageRegina/testsuite/utf8.out,sha256=z4c3WXpKz9cH58mJ9Tl37KBB0N9_L54h40mu-CLgNTs,651
|
|
87
91
|
regina/sageRegina/testsuite/pdf.out,sha256=TWc050D-WfNo2WZ0bMRqoRK8483Sy5D7CTpMrioJ0iY,44
|
|
88
92
|
regina/sageRegina/testsuite/plantri.out,sha256=zxbqdyQmS_eMPflNcoGLJMn034uWjxXIOV1iydEC1Ro,784
|
|
89
93
|
regina/sageRegina/testsuite/angles.out,sha256=xHpTg-zwQNZYdCfhpZ1vCFe7l5xSVxU5sof8MWJhNTY,2282
|
|
90
|
-
regina/sageRegina/testsuite/listener.test,sha256=
|
|
94
|
+
regina/sageRegina/testsuite/listener.test,sha256=KdiIpgp6BNCbR7JWE2h89SoLL5wWKRf_3kch0A6Lb6U,3971
|
|
91
95
|
regina/sageRegina/testsuite/snappea.out,sha256=HrWtWdxiwrTHjSv4_Y5f-IIfHLGDGIkWroW8poZaxd8,1771
|
|
92
|
-
regina/sageRegina/testsuite/generic.test,sha256=
|
|
93
|
-
regina/sageRegina/testsuite/constructors.test,sha256=
|
|
94
|
-
regina/sageRegina/testsuite/bool.test,sha256=
|
|
95
|
-
regina/sageRegina/testsuite/safeheldtype_packet.test,sha256=
|
|
96
|
+
regina/sageRegina/testsuite/generic.test,sha256=CoEDDmK2Vex4hPJGKG6tuJO6Dd17mcWOo41AnFhMFrM,2832
|
|
97
|
+
regina/sageRegina/testsuite/constructors.test,sha256=5KYUOrm9InBeaSUhX8Qj7qw6nXPNWR1wkqcta9OykpI,2911
|
|
98
|
+
regina/sageRegina/testsuite/bool.test,sha256=xVp-oKgM0auyipoMlCgpRZEWZ8wmYY_g4GOvUrPXPjU,1994
|
|
99
|
+
regina/sageRegina/testsuite/safeheldtype_packet.test,sha256=oi_FiZQOX8mHy4XrAJN-4HIHEoESC3UiTm8WcK1uFFI,3992
|
|
96
100
|
regina/sageRegina/testsuite/groups.out,sha256=ygtWnQDg39OkqROUhmvvCWyeOz7a1xt_TEtpsnEu2LM,1309
|
|
97
|
-
regina/sageRegina/testsuite/safeheldtype_basic.test,sha256=
|
|
98
|
-
regina/sageRegina/testsuite/trigeneral.test,sha256=
|
|
101
|
+
regina/sageRegina/testsuite/safeheldtype_basic.test,sha256=WQv3xTaV6bLUnmE68IjBeCQJkUelvAMVgFKa9d3AHBM,2415
|
|
102
|
+
regina/sageRegina/testsuite/trigeneral.test,sha256=QdYIC_9B2O5WvdTVCn_0GjYy68rNFu5U9l81HJGhJ2c,5993
|
|
99
103
|
regina/sageRegina/testsuite/skeleton.out,sha256=Rv2RoWffGLODuvg8MvrRQAQIjKJQUHJknKGhgGEcmAI,10338
|
|
100
104
|
regina/sageRegina/testsuite/exception.out,sha256=DDDbI6lspOPNiumXII9coBSCpjcQykQoHcOcGcZp56w,86
|
|
101
105
|
regina/sageRegina/testsuite/knotted-Y.orb,sha256=kuWxNJh9HNKNi0NR2OYEkxr9jL8fSGcMg6aJI-abVsA,1212
|
|
@@ -103,55 +107,51 @@ regina/sageRegina/testsuite/misc.out,sha256=2n5DJtfzZExvK9AlKsfd_Synl9NDoV72seVl
|
|
|
103
107
|
regina/sageRegina/testsuite/sample.pdf,sha256=wZzexFBzwXlTBWOIR1BBZ-KbQvh0p-P7nvCYiLNczLw,101632
|
|
104
108
|
regina/sageRegina/testsuite/facenumbering.out,sha256=3VRwhXCBngTyZwOaZSYxVdZ6l-EG25Bkv1B-Nayjjsg,7015
|
|
105
109
|
regina/sageRegina/testsuite/O2_1.rga,sha256=1K21GL2OAOv_0ftpzbEQVWny3oFPq9ZkJpvCvN40ReA,421
|
|
106
|
-
regina/sageRegina/testsuite/euler.test,sha256=
|
|
110
|
+
regina/sageRegina/testsuite/euler.test,sha256=ZSy01vYT8N-ZCnSnKfkxWaDhJZWzqHHXEZsSzEvxbAE,3216
|
|
107
111
|
regina/sageRegina/testsuite/swapping.out,sha256=yK0ssIgERFFynecyqQAtFKkYtuQxU1-9pbxPuWxvLvY,376
|
|
108
|
-
regina/sageRegina/testsuite/treetraversal.test,sha256=
|
|
109
|
-
regina/sageRegina/testsuite/embeddings.test,sha256=
|
|
112
|
+
regina/sageRegina/testsuite/treetraversal.test,sha256=J-9AU2yHFQJoT4nIa7vcthjEr7uKmdCfqvnnxwCGJ2o,5253
|
|
113
|
+
regina/sageRegina/testsuite/embeddings.test,sha256=HvyrIXdodw0922sf1DxBrMyTc7snLSlL1FP5DTiSxr0,2637
|
|
110
114
|
regina/sageRegina/testsuite/refs.out,sha256=a5V3sv1KvCRzMU4CYSSGCZ1l80xzfLY_oQQ8Qdpuhcc,545
|
|
111
|
-
regina/sageRegina/testsuite/treedecomp.test,sha256=
|
|
115
|
+
regina/sageRegina/testsuite/treedecomp.test,sha256=_B3koAVriiPaPeXQXI7gZ1JyE_wXZAWDr-tDrOTYx2Q,2239
|
|
112
116
|
regina/sageRegina/testsuite/cube.orb,sha256=w4LRR27Dm6z2RlfyM4ZqBL_Q18UgDiNmPi8rj5RAfrk,5095
|
|
113
|
-
regina/sageRegina/testsuite/faces.test,sha256=
|
|
117
|
+
regina/sageRegina/testsuite/faces.test,sha256=AOe0mjGXiK_WmPzz0BV_bQbyA5rj9sFXX0EXk0JLKIM,2755
|
|
114
118
|
regina/sageRegina/testsuite/listview.out,sha256=LXvsc_k2AtCazv3W_8bOIQ9TC6rR3EzLn2ALL5yBAl8,11875
|
|
115
119
|
regina/sageRegina/testsuite/docstrings.filter,sha256=uHk-pSm9ZoT1yI_x-OCzVK7Fh-u1XPOc_L43jBZBriw,647
|
|
116
|
-
regina/sageRegina/testsuite/surfaces.test,sha256=
|
|
120
|
+
regina/sageRegina/testsuite/surfaces.test,sha256=t8QP-gA2oaAuEgQ1HjLSzWyC4IXPO79uJK6fy9Tl_Zc,4430
|
|
117
121
|
regina/sageRegina/testsuite/README.txt,sha256=InDWLaQTw1a3e0YimFbqUbCVWPquIb4g4zRMDHbkagA,981
|
|
118
122
|
regina/sageRegina/testsuite/file3.rga,sha256=oFEO0czljy0Zp5cLmIBvd1hAlgOCMbJ_uDLQyVBJ5gA,5483
|
|
119
|
-
regina/sageRegina/testsuite/memory2.test,sha256=
|
|
120
|
-
regina/sageRegina/testsuite/clone.test,sha256=
|
|
123
|
+
regina/sageRegina/testsuite/memory2.test,sha256=5J6BNgOMoaSDgV1U6nH9pHmxgO5qMwhuJ3KgIYSXKZs,3864
|
|
124
|
+
regina/sageRegina/testsuite/clone.test,sha256=rKPOt9OdTH_sr35ML9AKS3P15Afdn_fdnO-959x_OU0,3346
|
|
121
125
|
regina/sageRegina/testsuite/presentations.out,sha256=GmS1xMVSJX41aXgVL98oECmYg6qPeM6_GMiGLBjaPMA,398
|
|
122
|
-
regina/sageRegina/testsuite/special.test,sha256=
|
|
126
|
+
regina/sageRegina/testsuite/special.test,sha256=J6XBk2AC-aGmMS7qQ-VvXru7B_2nKs1JJAgGWhCh3hg,1776
|
|
123
127
|
regina/sageRegina/testsuite/i18n-latin1.rga,sha256=aYe_BmYNPFiEeYCp6uOCRk7wdgxSQdLuixWoqu-5s78,179
|
|
124
|
-
regina/sageRegina/testsuite/tightencode.test,sha256=
|
|
128
|
+
regina/sageRegina/testsuite/tightencode.test,sha256=nFGqvs3kRGrSt4Z4nwxoT7vatinObtuBIqM11wPW21U,3011
|
|
125
129
|
regina/sageRegina/testsuite/file2.rga,sha256=rCGwR2x8mZ-Tor_NCks2HNJ6R32ZFLr9xUN11TsFfIc,36625
|
|
126
130
|
regina/sageRegina/testsuite/faces.out,sha256=4s4fEi686SM2zPDE-VtEKRiKiz6YRWpHA0CdACX5VrQ,724
|
|
127
131
|
regina/sageRegina/testsuite/treedecomp.out,sha256=SPTd5RDd5hfXnXfO9UCpXnjZn1DpD12gwMyb_VD1ORU,3092
|
|
128
132
|
regina/sageRegina/testsuite/special.out,sha256=jfJ5hWADPjcmWukGbFw-VQbANs-f_swNDRvZ6E0TPNw,127
|
|
129
|
-
regina/sageRegina/testsuite/snapshot.test,sha256=
|
|
133
|
+
regina/sageRegina/testsuite/snapshot.test,sha256=FwMBaF57Mxr88Gtos91B1N0-EqT2R7W7vTHoJ_lFilA,2734
|
|
130
134
|
regina/sageRegina/testsuite/id.out,sha256=ebw4dhUlKj2sn6BxfhFzx8Qabef412uGXjmdPvXZltw,34
|
|
131
135
|
regina/sageRegina/testsuite/hypersurfaces.out,sha256=gXnUAytqzuMbqOZGKCAsw3K8SpB-hRdIUn8TKMvHPbQ,48075
|
|
132
136
|
regina/sageRegina/testsuite/file1.rga,sha256=QrNt-zpEY7tx12L2hKTYsu7Cwa6ISprLN_vlMkElGxo,48277
|
|
133
|
-
regina/sageRegina/testsuite/orb.test,sha256=
|
|
134
|
-
regina/sageRegina/testsuite/presentations.test,sha256=
|
|
137
|
+
regina/sageRegina/testsuite/orb.test,sha256=JE1Jwb2PGhK6KICEjECY-JpU5sYSvR0rFkfdB5ROZbs,1769
|
|
138
|
+
regina/sageRegina/testsuite/presentations.test,sha256=5QkayVkH2fq3Shsx_PL7_RCanNeg6B49X-fbMUNs_ec,2179
|
|
135
139
|
regina/sageRegina/testsuite/operators.out,sha256=SUBT7r2nytItddtyGiZ39yvDGM_WuOlULrF-tL_Q6Xo,3465
|
|
136
|
-
regina/sageRegina/testsuite/angles.test,sha256=
|
|
140
|
+
regina/sageRegina/testsuite/angles.test,sha256=6xiPg1HYYvaLJzCt7vF9bbTf9fOO75sf_v-0hjI1g3U,2572
|
|
137
141
|
regina/sageRegina/testsuite/standardtri.out,sha256=LTujvG5jE-N1_TlK93jriSJvA1JycN0-m0YGwbjbFug,346263
|
|
138
|
-
regina/sageRegina/testsuite/operators.test,sha256=
|
|
142
|
+
regina/sageRegina/testsuite/operators.test,sha256=wa4xMU7dAQKcKfDUMPTWpm2kOSTUWvGJahhXAdLljyk,1855
|
|
139
143
|
regina/sageRegina/testsuite/constructors.out,sha256=ocVdRJWeVrhYUTEnSYmRHKw1jl-UKyv8xKiBnWdz1Pg,240
|
|
140
144
|
regina/sageRegina/testsuite/theta_in_solid_torus.orb,sha256=Dpv1p1ioOCZZVviZQWA0FtyH_dtg7qzkzcib0zu0fUw,2357
|
|
141
|
-
regina/sageRegina/testsuite/misc.test,sha256=
|
|
145
|
+
regina/sageRegina/testsuite/misc.test,sha256=6CZFS0mpat_n7E9btmOLNtlyClIaMZu9npq4xmZ1aOg,2004
|
|
142
146
|
regina/sageRegina/testsuite/sort.out,sha256=O8dQzbZaFSYdLqPQ5KKQIGzJNmEI9Fw7NY4GFuDHfZc,3270
|
|
143
147
|
regina/sageRegina/testsuite/bytes.out,sha256=dRTGS1qy0WXghgRZMjKBQ8h0WVohhdpfToH8jKGJRu8,99
|
|
144
|
-
regina/sageRegina/testsuite/refs.test,sha256=
|
|
148
|
+
regina/sageRegina/testsuite/refs.test,sha256=0k-9nQacajvaHZAAAVP8Xh-_a8mJDL2u91yR1meuFb0,2993
|
|
145
149
|
regina/sageRegina/testsuite/i18n.out,sha256=nMo0PcjuONIo_48oEmPJXb-teuXgU_FInxHIEqpKGog,48
|
|
146
|
-
regina/sageRegina/testsuite/i18n.test,sha256=
|
|
150
|
+
regina/sageRegina/testsuite/i18n.test,sha256=dpiUxPRgbFjZ8v_dJrhGHcreUcYx5HCzqk3jYJejQZk,3578
|
|
147
151
|
regina/sageRegina/testsuite/generic.out,sha256=3JhmChIo__1pypViNCK4tEyOetZ_Zv5GG4ASyY2AG58,4900
|
|
148
|
-
regina/sageRegina/testsuite/alltypes.out,sha256=
|
|
152
|
+
regina/sageRegina/testsuite/alltypes.out,sha256=KnhZmYkAoZzT8cG7UlgLbGRdqMxTMEG7Oh5ud3kBGys,32441
|
|
149
153
|
regina/sageRegina/testsuite/treetraversal.out,sha256=bLWW07g3WtNiinYj6g4a-d9vg5LrjDTTSDu8QKRenjI,1756
|
|
150
|
-
regina/sageRegina/testsuite/memory3.test,sha256=
|
|
151
|
-
regina/sageRegina/testsuite/file.test,sha256=
|
|
152
|
-
regina/.dylibs/libgmpxx.4.dylib,sha256=
|
|
153
|
-
regina/.dylibs/libgmp.10.dylib,sha256=
|
|
154
|
-
regina-7.2.0.dist-info/RECORD,,
|
|
155
|
-
regina-7.2.0.dist-info/WHEEL,sha256=F-joUO9Niy2sXQSGChRzu-mfPcZVqo-aIdYGWSUwoWo,111
|
|
156
|
-
regina-7.2.0.dist-info/top_level.txt,sha256=SE8n0D2oQ01rniclTvoQoxiquFfUcnjGpHZrJKji6z8,69
|
|
157
|
-
regina-7.2.0.dist-info/METADATA,sha256=srViSFsgvfa4Cwy9NFyFHYdfM6em63slPwgRHd0XfSI,3744
|
|
154
|
+
regina/sageRegina/testsuite/memory3.test,sha256=BtKJ4mCqojPb1OGogFP-3lwhNl50PXnLBKyPoKGeyVA,5691
|
|
155
|
+
regina/sageRegina/testsuite/file.test,sha256=v8y924oZG6w9ZSD6pSi9ham0u7TBVqEv0Motok02QaU,2404
|
|
156
|
+
regina/.dylibs/libgmpxx.4.dylib,sha256=5Rjw0gQSl0PLeWTNByvxeR0CnevGLfRIUGHULLFZsOE,64432
|
|
157
|
+
regina/.dylibs/libgmp.10.dylib,sha256=lXZ3IjCP5c0Yg0k6tGjGB4-nKGSkEh7Mb3aKXe-bqbA,485776
|
|
File without changes
|
|
File without changes
|