regina 7.2.0__cp39-cp39-macosx_11_0_arm64.whl → 7.3.1__cp39-cp39-macosx_11_0_arm64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of regina might be problematic. Click here for more details.

Files changed (72) hide show
  1. regina/__init__.py +1 -1
  2. regina/engine.cpython-39-darwin.so +0 -0
  3. regina/sageRegina/config.py +1 -1
  4. regina/sageRegina/testsuite/CMakeLists.txt +1 -0
  5. regina/sageRegina/testsuite/alltypes.out +135 -0
  6. regina/sageRegina/testsuite/alltypes.test +1 -1
  7. regina/sageRegina/testsuite/angles.test +1 -1
  8. regina/sageRegina/testsuite/basic.cpp +2 -2
  9. regina/sageRegina/testsuite/bool.test +1 -1
  10. regina/sageRegina/testsuite/bytes.test +1 -1
  11. regina/sageRegina/testsuite/callbacks.test +1 -1
  12. regina/sageRegina/testsuite/census.test +1 -1
  13. regina/sageRegina/testsuite/clone.test +1 -1
  14. regina/sageRegina/testsuite/constructors.test +1 -1
  15. regina/sageRegina/testsuite/discs.test +1 -1
  16. regina/sageRegina/testsuite/docstrings.out +6 -6
  17. regina/sageRegina/testsuite/docstrings.test +1 -1
  18. regina/sageRegina/testsuite/embeddings.test +1 -1
  19. regina/sageRegina/testsuite/enumerate.test +1 -1
  20. regina/sageRegina/testsuite/equality.test +1 -1
  21. regina/sageRegina/testsuite/euler.test +1 -1
  22. regina/sageRegina/testsuite/exception.test +1 -1
  23. regina/sageRegina/testsuite/facenumbering.test +1 -1
  24. regina/sageRegina/testsuite/faces.test +1 -1
  25. regina/sageRegina/testsuite/file.test +1 -1
  26. regina/sageRegina/testsuite/flype.test +1 -1
  27. regina/sageRegina/testsuite/generic.test +1 -1
  28. regina/sageRegina/testsuite/groups.test +1 -1
  29. regina/sageRegina/testsuite/hypersurfaces.test +1 -1
  30. regina/sageRegina/testsuite/i18n.test +1 -1
  31. regina/sageRegina/testsuite/id.test +1 -1
  32. regina/sageRegina/testsuite/integer.out +10 -0
  33. regina/sageRegina/testsuite/integer.test +14 -0
  34. regina/sageRegina/testsuite/iterators.test +1 -1
  35. regina/sageRegina/testsuite/listener.test +1 -1
  36. regina/sageRegina/testsuite/listview.test +1 -1
  37. regina/sageRegina/testsuite/lookup.test +1 -1
  38. regina/sageRegina/testsuite/memory1.test +1 -1
  39. regina/sageRegina/testsuite/memory2.test +1 -1
  40. regina/sageRegina/testsuite/memory3.test +1 -1
  41. regina/sageRegina/testsuite/misc.test +1 -1
  42. regina/sageRegina/testsuite/operators.test +1 -1
  43. regina/sageRegina/testsuite/orb.test +1 -1
  44. regina/sageRegina/testsuite/pdf.test +1 -1
  45. regina/sageRegina/testsuite/perm.test +1 -1
  46. regina/sageRegina/testsuite/plantri.test +1 -1
  47. regina/sageRegina/testsuite/presentations.test +1 -1
  48. regina/sageRegina/testsuite/refs.test +1 -1
  49. regina/sageRegina/testsuite/repr.test +1 -1
  50. regina/sageRegina/testsuite/safeheldtype_basic.test +1 -1
  51. regina/sageRegina/testsuite/safeheldtype_packet.test +1 -1
  52. regina/sageRegina/testsuite/sets.test +1 -1
  53. regina/sageRegina/testsuite/skeleton.test +1 -1
  54. regina/sageRegina/testsuite/snappea.test +1 -1
  55. regina/sageRegina/testsuite/snapshot.test +1 -1
  56. regina/sageRegina/testsuite/sort.test +1 -1
  57. regina/sageRegina/testsuite/special.test +1 -1
  58. regina/sageRegina/testsuite/standardtri.test +1 -1
  59. regina/sageRegina/testsuite/surfaces.test +1 -1
  60. regina/sageRegina/testsuite/swapping.test +1 -1
  61. regina/sageRegina/testsuite/testall.in +1 -1
  62. regina/sageRegina/testsuite/testbasic.in +1 -1
  63. regina/sageRegina/testsuite/tightencode.test +1 -1
  64. regina/sageRegina/testsuite/treedecomp.test +1 -1
  65. regina/sageRegina/testsuite/treetraversal.test +1 -1
  66. regina/sageRegina/testsuite/trigeneral.test +1 -1
  67. regina/sageRegina/testsuite/utf8.test +1 -1
  68. regina/sageRegina/version.py +2 -2
  69. {regina-7.2.0.dist-info → regina-7.3.1.dist-info}/METADATA +10 -10
  70. {regina-7.2.0.dist-info → regina-7.3.1.dist-info}/RECORD +155 -155
  71. {regina-7.2.0.dist-info → regina-7.3.1.dist-info}/WHEEL +1 -1
  72. {regina-7.2.0.dist-info → regina-7.3.1.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  # Regina - A Normal Surface Theory Calculator
2
2
  # Python Test Suite Component
3
3
  #
4
- # Copyright (c) 2007-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,13 +1,12 @@
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
7
7
  Author-email: snappy-help@computop.org
8
8
  License: GPLv2+
9
9
  Keywords: triangulations,topology
10
- Platform: UNKNOWN
11
10
  Classifier: Development Status :: 3 - Alpha
12
11
  Classifier: Intended Audience :: Science/Research
13
12
  Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
@@ -35,7 +34,7 @@ The current version is somewhat experimental and is based on a
35
34
  pre-release version of Regina; it is offered for macOS (10.14 and
36
35
  newer) and Linux, but not Windows. To try it out, do::
37
36
 
38
- python3 -m pip install --user --pre --only-binary :all: -U regina
37
+ python3 -m pip install --user --upgrade "regina>=7.0"
39
38
  python3 -m regina.test
40
39
 
41
40
  On older versions of Linux, e.g. Ubuntu 18.04, you may need to update
@@ -52,13 +51,13 @@ itself. This project evolved out of Goerner's `sageRegina`_
52
51
  but works both with and without `SageMath`_. To install and test in
53
52
  SageMath do the following in a terminal window::
54
53
 
55
- sage -pip install --user --pre --only-binary :all: -U regina
54
+ sage -pip install --user --upgrade "regina>=7.0"
56
55
  sage -python -m regina.test
57
56
 
58
57
  One can also do this from **inside** SageMath (including from a
59
58
  notebook) by::
60
59
 
61
- sage: %pip install --user --pre --only-binary :all: -U regina
60
+ sage: %pip install --user "regina>=7.0"
62
61
  sage: import regina.test; regina.test.runTests()
63
62
 
64
63
  Please report any technical problems via the `issue tracker`_ on the
@@ -70,10 +69,13 @@ Building from source
70
69
 
71
70
  If the available binaries do not work for you, you can try building
72
71
  from source. You will need have the development versions of the
73
- libraries gmp, zlib, and bzip2 installed (which should be the case if
74
- using Sage)::
72
+ libraries gmp, zlib, and bzip2 installed::
75
73
 
76
- python3 -m pip install --user --pre --no-binary :all: -U -v regina
74
+ git clone https://github.com/3-manifolds/regina_wheel
75
+ cd regina_wheel
76
+ python3 setup.py package_assemble
77
+ python3 setup.py bdist_wheel
78
+ python3 -m pip install dist/regina*.whl
77
79
 
78
80
  This can easily take an hour or more.
79
81
 
@@ -96,5 +98,3 @@ Foundation.
96
98
  .. _issue tracker: https://github.com/3-manifolds/regina_wheels/issues
97
99
  .. _GitHub site: https://github.com/3-manifolds/regina_wheels/
98
100
  .. _GNU General Public License, version 2: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
99
-
100
-