regina 7.2.0__cp36-cp36m-macosx_10_15_x86_64.whl → 7.3.1__cp36-cp36m-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.

Files changed (74) hide show
  1. regina/.dylibs/libgmp.10.dylib +0 -0
  2. regina/.dylibs/libgmpxx.4.dylib +0 -0
  3. regina/__init__.py +1 -1
  4. regina/engine.cpython-36m-darwin.so +0 -0
  5. regina/sageRegina/config.py +1 -1
  6. regina/sageRegina/testsuite/CMakeLists.txt +1 -0
  7. regina/sageRegina/testsuite/alltypes.out +135 -0
  8. regina/sageRegina/testsuite/alltypes.test +1 -1
  9. regina/sageRegina/testsuite/angles.test +1 -1
  10. regina/sageRegina/testsuite/basic.cpp +2 -2
  11. regina/sageRegina/testsuite/bool.test +1 -1
  12. regina/sageRegina/testsuite/bytes.test +1 -1
  13. regina/sageRegina/testsuite/callbacks.test +1 -1
  14. regina/sageRegina/testsuite/census.test +1 -1
  15. regina/sageRegina/testsuite/clone.test +1 -1
  16. regina/sageRegina/testsuite/constructors.test +1 -1
  17. regina/sageRegina/testsuite/discs.test +1 -1
  18. regina/sageRegina/testsuite/docstrings.out +6 -6
  19. regina/sageRegina/testsuite/docstrings.test +1 -1
  20. regina/sageRegina/testsuite/embeddings.test +1 -1
  21. regina/sageRegina/testsuite/enumerate.test +1 -1
  22. regina/sageRegina/testsuite/equality.test +1 -1
  23. regina/sageRegina/testsuite/euler.test +1 -1
  24. regina/sageRegina/testsuite/exception.test +1 -1
  25. regina/sageRegina/testsuite/facenumbering.test +1 -1
  26. regina/sageRegina/testsuite/faces.test +1 -1
  27. regina/sageRegina/testsuite/file.test +1 -1
  28. regina/sageRegina/testsuite/flype.test +1 -1
  29. regina/sageRegina/testsuite/generic.test +1 -1
  30. regina/sageRegina/testsuite/groups.test +1 -1
  31. regina/sageRegina/testsuite/hypersurfaces.test +1 -1
  32. regina/sageRegina/testsuite/i18n.test +1 -1
  33. regina/sageRegina/testsuite/id.test +1 -1
  34. regina/sageRegina/testsuite/integer.out +10 -0
  35. regina/sageRegina/testsuite/integer.test +14 -0
  36. regina/sageRegina/testsuite/iterators.test +1 -1
  37. regina/sageRegina/testsuite/listener.test +1 -1
  38. regina/sageRegina/testsuite/listview.test +1 -1
  39. regina/sageRegina/testsuite/lookup.test +1 -1
  40. regina/sageRegina/testsuite/memory1.test +1 -1
  41. regina/sageRegina/testsuite/memory2.test +1 -1
  42. regina/sageRegina/testsuite/memory3.test +1 -1
  43. regina/sageRegina/testsuite/misc.test +1 -1
  44. regina/sageRegina/testsuite/operators.test +1 -1
  45. regina/sageRegina/testsuite/orb.test +1 -1
  46. regina/sageRegina/testsuite/pdf.test +1 -1
  47. regina/sageRegina/testsuite/perm.test +1 -1
  48. regina/sageRegina/testsuite/plantri.test +1 -1
  49. regina/sageRegina/testsuite/presentations.test +1 -1
  50. regina/sageRegina/testsuite/refs.test +1 -1
  51. regina/sageRegina/testsuite/repr.test +1 -1
  52. regina/sageRegina/testsuite/safeheldtype_basic.test +1 -1
  53. regina/sageRegina/testsuite/safeheldtype_packet.test +1 -1
  54. regina/sageRegina/testsuite/sets.test +1 -1
  55. regina/sageRegina/testsuite/skeleton.test +1 -1
  56. regina/sageRegina/testsuite/snappea.test +1 -1
  57. regina/sageRegina/testsuite/snapshot.test +1 -1
  58. regina/sageRegina/testsuite/sort.test +1 -1
  59. regina/sageRegina/testsuite/special.test +1 -1
  60. regina/sageRegina/testsuite/standardtri.test +1 -1
  61. regina/sageRegina/testsuite/surfaces.test +1 -1
  62. regina/sageRegina/testsuite/swapping.test +1 -1
  63. regina/sageRegina/testsuite/testall.in +1 -1
  64. regina/sageRegina/testsuite/testbasic.in +1 -1
  65. regina/sageRegina/testsuite/tightencode.test +1 -1
  66. regina/sageRegina/testsuite/treedecomp.test +1 -1
  67. regina/sageRegina/testsuite/treetraversal.test +1 -1
  68. regina/sageRegina/testsuite/trigeneral.test +1 -1
  69. regina/sageRegina/testsuite/utf8.test +1 -1
  70. regina/sageRegina/version.py +2 -2
  71. {regina-7.2.0.dist-info → regina-7.3.1.dist-info}/METADATA +10 -7
  72. {regina-7.2.0.dist-info → regina-7.3.1.dist-info}/RECORD +74 -74
  73. {regina-7.2.0.dist-info → regina-7.3.1.dist-info}/WHEEL +0 -0
  74. {regina-7.2.0.dist-info → regina-7.3.1.dist-info}/top_level.txt +0 -0
Binary file
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-2022, Ben Burton
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
@@ -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 = 'ecc9a8e5b6de71489' # 7.2 as released
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton *
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-2022, Ben Burton
4
+ # Copyright (c) 2007-2023, Ben Burton
5
5
  # For further details contact Ben Burton (bab@debian.org).
6
6
  #
7
7
  # Tests casts to booleans.
@@ -1,7 +1,7 @@
1
1
  # Regina - A Normal Surface Theory Calculator
2
2
  # Python Test Suite Component
3
3
  #
4
- # Copyright (c) 2007-2022, Ben Burton
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-2022, Ben Burton
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) 2007-2022, Ben Burton
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 generation code.
@@ -1,7 +1,7 @@
1
1
  # Regina - A Normal Surface Theory Calculator
2
2
  # Python Test Suite Component
3
3
  #
4
- # Copyright (c) 2015-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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 arbitrary-precision integer.
439
+ Initialises this to the given native Python integer.
440
440
 
441
- The argument is of the Python type ``long``, which Python uses to
442
- store integers of arbitrary magnitude (much like Regina does with its
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 arbitrary-precision integer.
532
+ Initialises this to the given native Python integer.
533
533
 
534
- The argument is of the Python type ``long``, which Python uses to
535
- store integers of arbitrary magnitude (much like Regina does with its
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
4
+ # Copyright (c) 2019-2023, Ben Burton
5
5
  # For further details contact Ben Burton (bab@debian.org).
6
6
  #
7
7
  # Tests custom python iterators.
@@ -1,7 +1,7 @@
1
1
  # Regina - A Normal Surface Theory Calculator
2
2
  # Python Test Suite Component
3
3
  #
4
- # Copyright (c) 2019-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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.
@@ -3,7 +3,7 @@
3
3
  # Regina - A Normal Surface Theory Calculator
4
4
  # Python Test Suite Runner
5
5
  #
6
- # Copyright (c) 2007-2022, Ben Burton
6
+ # Copyright (c) 2007-2023, Ben Burton
7
7
  # For further details contact Ben Burton (bab@debian.org).
8
8
  #
9
9
  # Usage: testall
@@ -3,7 +3,7 @@
3
3
  # Regina - A Normal Surface Theory Calculator
4
4
  # Python Test Suite Runner
5
5
  #
6
- # Copyright (c) 2007-2022, Ben Burton
6
+ # Copyright (c) 2007-2023, Ben Burton
7
7
  # For further details contact Ben Burton (bab@debian.org).
8
8
  #
9
9
  # Usage: testbasic
@@ -1,7 +1,7 @@
1
1
  # Regina - A Normal Surface Theory Calculator
2
2
  # Python Test Suite Component
3
3
  #
4
- # Copyright (c) 2015-2022, Ben Burton
4
+ # Copyright (c) 2015-2023, Ben Burton
5
5
  # For further details contact Ben Burton (bab@debian.org).
6
6
  #
7
7
  # Tests the tightEncode() functions.
@@ -1,7 +1,7 @@
1
1
  # Regina - A Normal Surface Theory Calculator
2
2
  # Python Test Suite Component
3
3
  #
4
- # Copyright (c) 2007-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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-2022, Ben Burton
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.
@@ -1,5 +1,5 @@
1
- version = '7.2.0'
2
- release_date = 'October 31, 2022'
1
+ version = '7.3.1'
2
+ release_date = 'March 30, 2023'
3
3
 
4
4
 
5
5
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: regina
3
- Version: 7.2.0
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
@@ -35,7 +35,7 @@ The current version is somewhat experimental and is based on a
35
35
  pre-release version of Regina; it is offered for macOS (10.14 and
36
36
  newer) and Linux, but not Windows. To try it out, do::
37
37
 
38
- python3 -m pip install --user --pre --only-binary :all: -U regina
38
+ python3 -m pip install --user --upgrade "regina>=7.0"
39
39
  python3 -m regina.test
40
40
 
41
41
  On older versions of Linux, e.g. Ubuntu 18.04, you may need to update
@@ -52,13 +52,13 @@ itself. This project evolved out of Goerner's `sageRegina`_
52
52
  but works both with and without `SageMath`_. To install and test in
53
53
  SageMath do the following in a terminal window::
54
54
 
55
- sage -pip install --user --pre --only-binary :all: -U regina
55
+ sage -pip install --user --upgrade "regina>=7.0"
56
56
  sage -python -m regina.test
57
57
 
58
58
  One can also do this from **inside** SageMath (including from a
59
59
  notebook) by::
60
60
 
61
- sage: %pip install --user --pre --only-binary :all: -U regina
61
+ sage: %pip install --user "regina>=7.0"
62
62
  sage: import regina.test; regina.test.runTests()
63
63
 
64
64
  Please report any technical problems via the `issue tracker`_ on the
@@ -70,10 +70,13 @@ Building from source
70
70
 
71
71
  If the available binaries do not work for you, you can try building
72
72
  from source. You will need have the development versions of the
73
- libraries gmp, zlib, and bzip2 installed (which should be the case if
74
- using Sage)::
73
+ libraries gmp, zlib, and bzip2 installed::
75
74
 
76
- python3 -m pip install --user --pre --no-binary :all: -U -v regina
75
+ git clone https://github.com/3-manifolds/regina_wheel
76
+ cd regina_wheel
77
+ python3 setup.py package_assemble
78
+ python3 setup.py bdist_wheel
79
+ python3 -m pip install dist/regina*.whl
77
80
 
78
81
  This can easily take an hour or more.
79
82
 
@@ -1,7 +1,11 @@
1
- regina/__init__.py,sha256=QnOokg-pRuCTv4kutLb0oJfByVTTDrW4I_B6hJ_YzVA,8223
1
+ regina-7.3.1.dist-info/RECORD,,
2
+ regina-7.3.1.dist-info/WHEEL,sha256=ZlTr_N7Pgsrx8U3SHB3z2VNl7csCERARoju_mmFpgHc,111
3
+ regina-7.3.1.dist-info/top_level.txt,sha256=SE8n0D2oQ01rniclTvoQoxiquFfUcnjGpHZrJKji6z8,69
4
+ regina-7.3.1.dist-info/METADATA,sha256=lBaq_Pig1-bZ0dcreSAaUdk0Hl191Ao4s1DHsNdahcY,3791
5
+ regina/__init__.py,sha256=pdHUei4znR6VnEC3y5_1vkcbgkyNMQaqfVqZ0gD_y6M,8223
2
6
  regina/test.py,sha256=iXHrTumyBxNZhu10J29EtoNKwTOAzgiXzgHGGNq_Jvc,128
3
7
  regina/sageSetup.py,sha256=S9tEKQd4ICYp1hQvAW_Oug390mO9QrkL7j1K-urqTbk,1341
4
- regina/engine.cpython-36m-darwin.so,sha256=pOzJGNZqNNQNI0mDVpwusGVml5nWx5jLmi9NU6FIC1k,74690272
8
+ regina/engine.cpython-36m-darwin.so,sha256=wrNXdaqHBlfycQ__xLwnZEuqt038QcqT5ylsXg_pF0k,80449808
5
9
  regina/plainCompleter.py,sha256=ILwPjEqALu_uB8QuNjP26YHJ6LvXCZjSZS24YUsKAyQ,7982
6
10
  regina/pyCensus/closed-hyp-census-full.tdb,sha256=b_-UTtQYTycZIQwH6m_mR19JA9sxgwQNAGGNqavx37s,417792
7
11
  regina/pyCensus/cusped-hyp-nor-census-9.tdb,sha256=qVB9DgaoWRvwd7xiegYKrl0Vy8L7vFXCCJFz3t6Zo2I,945152
@@ -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=GPma37c0M_5lp5pjY5BbaoYYLBj3OYWP-c1ZhgVkipU,426
14
- regina/sageRegina/version.py,sha256=fMoO21N1aZYmSr_FiKkN1Jvu_qZS88qltnq7orYO3vQ,55
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=xaxlIL7qhoVS9ZHlqsIbDZ8v_PqTVid9DGtObR8naMw,2161
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=EIF9lUHPnsq8A95tti78b1vAii9FGTt94fKZjiiWDsc,3337
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=fSO-67BCbNA36xoIGI0oJCQgFD8xTsotp-9CdJyoZNE,3470
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=3vQEzerJGJPBA5n-ZrgGFdT5oiIvYMKC2ByyUbjk6Fs,1758
29
- regina/sageRegina/testsuite/bytes.test,sha256=3JXhqEyLW87y8Q248E-dZga608hRAUkI4B0TvukmWzI,2210
30
- regina/sageRegina/testsuite/testbasic.in,sha256=YrxLXMMJ8WsuBlalOcHGYUaXDAVzu2LlG-e7RuwSgCE,9304
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=bTv57K1TLjhDYvynW8SoFfl7Zg1MbqrAHlKjvk_Zfrw,11157
34
- regina/sageRegina/testsuite/pdf.test,sha256=Yyk7FcJg_2v--fS8LMVJDc6FQclmJGH97bmDktR3Zf8,1737
35
- regina/sageRegina/testsuite/CMakeLists.txt,sha256=-DRFeB8xflCWx16aSq13eQwvIjHpH8EE4lRX2PpfyjU,865
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=VlaZuCC_CCRUEsJaxn-guWJg_ghfF_ynWQ0nz1Hh6Fo,2344
38
- regina/sageRegina/testsuite/census.test,sha256=mU6-IPca0iQYQZrY5gCAZyHhx7I0NZUfWQ3-6UD5IVQ,4420
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=fp43VGlW41pcp0hnTE_pY7HNN-Curoesj-ew37XLldo,8813
42
- regina/sageRegina/testsuite/memory1.test,sha256=gxh1Kd7Pyv30f_MAp--xBQ-QeJfIAwVdpWpkSkxqg08,4622
43
- regina/sageRegina/testsuite/alltypes.test,sha256=vuUYi-RshatW0kXWo8xvy0uzyyOeaQS_2aaLNxvBK9w,3069
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=J45dqg4iydHq_al6GjGgwSk4uNEjNb0G5cISIZsUWeo,2262
51
- regina/sageRegina/testsuite/callbacks.test,sha256=WgTXP7ra3k2Q6i0EQdTuupqry6Uwx9dhh3ggRPO3b8A,10056
52
- regina/sageRegina/testsuite/integer.test,sha256=rAMSpxpAbDs8QFWQDinhBprNs8_OGx4fEBTDl0bS5EA,1676
53
- regina/sageRegina/testsuite/flype.test,sha256=s0EFBbDpE-CtrosnU78CeVQ5SiVky7r3-iZhZVk1vqI,1826
54
- regina/sageRegina/testsuite/iterators.test,sha256=ubaVMEeIqhpO6LjA18IPPZfQbKTKUlQ_Ig0Wzo2vbFE,3328
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=Hg1Yy80R_19rq4KoqYeA4xuZh0qTI__kHGnCKdxc4HU,2555
57
- regina/sageRegina/testsuite/sets.test,sha256=oRrJzbGAWmviKLGMp4h33oqfLvy-S9dWqqOFBycHv0s,1631
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=S5RE9d6OtvrCKcucJir7cdOfwbbdUeuZpsamhHzl5n4,31355
60
- regina/sageRegina/testsuite/integer.out,sha256=1PYzXIowjxCbskdK6hIZ9GIWXcEgR9RIMHWjglk3DsE,1022
61
- regina/sageRegina/testsuite/listview.test,sha256=zU8aFuVXPKKkC_CN6v2J2K8jd0kwiVGjsgjL6Im_yqY,5702
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=sX6HRVfCeiJZiRDM2LmHJm4rlGTC1DD4cEnG3Oe4isA,18800
64
- regina/sageRegina/testsuite/docstrings.test,sha256=3twsJhB2GTkncqIYttMsjZLm0UcumCmDTtS2K1RRXOU,1981
65
- regina/sageRegina/testsuite/sort.test,sha256=ZKSmS7RD6Z02b0_Tt_7oKYnegJyXpdGYEl_x0Bm1G14,1818
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=EKMVE9rtCmPGG4LHtq9ef6t40sstpw3a0sTdNVs-Sdw,2311
68
- regina/sageRegina/testsuite/swapping.test,sha256=OS8cHK7EgcRekmBgIMzXilkxlj5Xt2KKfBaBHw_ysj8,3367
69
- regina/sageRegina/testsuite/lookup.test,sha256=eC9jbVK96--jaezBlBSHfP5QkGFeAygC7hL29NNYK8o,1687
70
- regina/sageRegina/testsuite/testall.in,sha256=yIl651B_M2VKlhxPZRNUkSSQmKl8H3TbHXUnISPGAUk,5729
71
- regina/sageRegina/testsuite/exception.test,sha256=-amCz3d1fVGeEkbgYwmFzHZZogs9Rj8HjAs7hYGBk8I,2936
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=8H3rhqNvjnmgj8iY8BMY2UDZFIBLSbmd3S_IJ8iwiC0,3569
75
- regina/sageRegina/testsuite/discs.test,sha256=LDeLn1_8tz1YyQKAuhVWlmthWRPlgvWuhwGUAI9zC6E,1544
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=hSiUbPg-cN2lpSZwPMuXzJr9C13mXtKSY7dQYnpUAZU,1663
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=81ebat4ESj67VCfewG_1di09uIfKxOo9ouBLMdG8ODs,14472
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=zqe7iWpshj0Na_dd3tWSasL0CdWZnmSuLmNtgUULgdU,3971
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=1GNoKpcDSekG3zSILRMqY8XGKsOKzlG8drJMyKHvBpQ,2832
93
- regina/sageRegina/testsuite/constructors.test,sha256=T1kFCopWCwtLj2365OHfsOrxpzrowD_haBs4OGAHPQ0,2911
94
- regina/sageRegina/testsuite/bool.test,sha256=KuskKrCgNm7UYJFdEqOESthIeaAAvYqj5kuCggculJ4,1994
95
- regina/sageRegina/testsuite/safeheldtype_packet.test,sha256=HiTvFLjMJSuKwhSwTiDSEvbZJtqPOBftsSuLg-gPT4E,3992
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=YEWtlBuryT-8Osi5wdWmmsyCY4nHDgNydI_c_hCTdvc,2415
98
- regina/sageRegina/testsuite/trigeneral.test,sha256=sV_Pt59Q74Vskd7hjeTXYtXOU_gYbfARF8UhufzB5tE,5993
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=OmYs4-LMSSb29IX5iCkQvknRvFxufqwk-E_mZ_smF-8,3216
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=I95bCsaMrzCezNAUDTJZOrlOEct9oZjn9JXH_5hdzaI,5253
109
- regina/sageRegina/testsuite/embeddings.test,sha256=2-hD4qjmWIg76pIDGhRoLf5RIJP5cv1Bs6uAkhjS2aw,2637
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=NfsEfdPGg1oec2A0p-dTd9m7wCWWuR9CFlqBVQed3q8,2239
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=FLYnQDdMlJPJEPTROG_5B8p6AOB-VpzazOGZMcn6nYU,2755
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=wsJabjRuHiwiGJNFaeUJ0ffq2Z-2TxjVDfzJlpkPJzU,4430
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=jyYsImT9T7IrXJQlAnnIkJot-fRFznOfhlP3GTkLLiI,3864
120
- regina/sageRegina/testsuite/clone.test,sha256=POLhRzPYxQtledilsx-_lDD8XpgMs2l7FF8ywL8mmfY,3346
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=PWoDZf7jiwMJp8I0HW4MehsF1rbt_VVs0Je-k-qcffk,1776
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=BYBCd8xZYqBHhnWr8mJegNAayf_VwEzDrbtUx-81sNE,3011
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=KH-K23KBzoCA2np5NeH4a2buf0iczOGknWLbc3UbCfg,2734
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=_Zpa40v5xD3DvD8lM7ssrg_bXiXZ3F_GoZOamQ79z0A,1769
134
- regina/sageRegina/testsuite/presentations.test,sha256=_tBHarLgzWlfMb-q4TPHq-W5EgbNhWIHMxfwN384vtE,2179
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=G0nWd8LaaIoaZ3UY-mpR1PEzs1yPSQFDmNqEBJydoEo,2572
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=wZZlB0iz1w6hNRNRrKZUBHS6LYkA_bBQ4tMznsd3Eso,1855
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=4nfbU2zLBt8JxsTGW9p5fQ5-oVfyqBtEbs1IlY4WBcE,2004
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=bK_NzvHNl_fCYSH_ZgpUDKI-80SpSY3VgOY_SYdW2DQ,2993
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=AfOK7QrHomBy8DqUJygEfX23F-PNraeBs1pXr8Oonbs,3578
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=ZgZtlpP4IL7h6D07v1qBMhoBUXLviuZOkzNDVr1S1V0,29705
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=z6-GYe4p9kks5EOHrjGwBbCpYGq7v_-pL9hq38feT1s,5691
151
- regina/sageRegina/testsuite/file.test,sha256=Qhc2uNE8BptRvLhM9FwFMPdnM1GNjBLZb9Vd0rnRjyE,2404
152
- regina/.dylibs/libgmpxx.4.dylib,sha256=qz92tryCdiw62QjbuDM9H09F3QNVLSyu-J7BtKQvPQI,81760
153
- regina/.dylibs/libgmp.10.dylib,sha256=qScmRTjXgS6i_Gc-9Ebv5Zb8eXcXzX2iCx3XEj_SRQ8,497744
154
- regina-7.2.0.dist-info/RECORD,,
155
- regina-7.2.0.dist-info/WHEEL,sha256=ZlTr_N7Pgsrx8U3SHB3z2VNl7csCERARoju_mmFpgHc,111
156
- regina-7.2.0.dist-info/top_level.txt,sha256=SE8n0D2oQ01rniclTvoQoxiquFfUcnjGpHZrJKji6z8,69
157
- regina-7.2.0.dist-info/METADATA,sha256=pHjwjqAupgfIN7ZJf_U-7lk574NFXi5KaKDE845jIKo,3764
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