regina 7.3.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.

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 = 'b8384ce72bfe220a5e126' # 7.3 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
@@ -1,5 +1,5 @@
1
- version = '7.3.0'
2
- release_date = 'March 20, 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.3.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,11 +1,11 @@
1
- regina-7.3.0.dist-info/RECORD,,
2
- regina-7.3.0.dist-info/WHEEL,sha256=ZlTr_N7Pgsrx8U3SHB3z2VNl7csCERARoju_mmFpgHc,111
3
- regina-7.3.0.dist-info/top_level.txt,sha256=SE8n0D2oQ01rniclTvoQoxiquFfUcnjGpHZrJKji6z8,69
4
- regina-7.3.0.dist-info/METADATA,sha256=Ln8NCNxJCd6anLg_kwdFO6HueQlS6NjNApGPuE1tmtc,3764
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
5
  regina/__init__.py,sha256=pdHUei4znR6VnEC3y5_1vkcbgkyNMQaqfVqZ0gD_y6M,8223
6
6
  regina/test.py,sha256=iXHrTumyBxNZhu10J29EtoNKwTOAzgiXzgHGGNq_Jvc,128
7
7
  regina/sageSetup.py,sha256=S9tEKQd4ICYp1hQvAW_Oug390mO9QrkL7j1K-urqTbk,1341
8
- regina/engine.cpython-36m-darwin.so,sha256=eu72pkuHuFJDl-jdqeYkBBXzPiSbV0k7dx7s6Ax3_b8,80455072
8
+ regina/engine.cpython-36m-darwin.so,sha256=wrNXdaqHBlfycQ__xLwnZEuqt038QcqT5ylsXg_pF0k,80449808
9
9
  regina/plainCompleter.py,sha256=ILwPjEqALu_uB8QuNjP26YHJ6LvXCZjSZS24YUsKAyQ,7982
10
10
  regina/pyCensus/closed-hyp-census-full.tdb,sha256=b_-UTtQYTycZIQwH6m_mR19JA9sxgwQNAGGNqavx37s,417792
11
11
  regina/pyCensus/cusped-hyp-nor-census-9.tdb,sha256=qVB9DgaoWRvwd7xiegYKrl0Vy8L7vFXCCJFz3t6Zo2I,945152
@@ -14,8 +14,8 @@ regina/pyCensus/__init__.py,sha256=zHZIE8ILWhTuV8oFJ_tnyXaHM9Hf6pXCz5EkalWL_rs,5
14
14
  regina/pyCensus/christy-knots-links.tdb,sha256=0pGzIiN_kK6AzPT1ahfsroM542xEziKSZo6NynxHsTc,34560
15
15
  regina/pyCensus/cusped-hyp-or-census-9.tdb,sha256=wmta_gF99q3p33mtp8CIgzYK_R--LuKWRpAjLwef52c,1818112
16
16
  regina/pyCensus/closed-or-census-11.tdb,sha256=3Vff-ed8mecvatlbupXIje-FXzzI8iCkv3yhMTzBeSo,714752
17
- regina/sageRegina/config.py,sha256=oSC-jMlGSXQcyj1--pPKa1kYl9eSaDvls8aYvttahyM,430
18
- regina/sageRegina/version.py,sha256=WskqRGaXA9LToKUerF26Zr2lBDwYcXAK6cq8IxS7CdE,53
17
+ regina/sageRegina/config.py,sha256=loB7PLEyX8Ds4vTruGmdcGGGTc8QkMikc7R1PohlwZY,430
18
+ regina/sageRegina/version.py,sha256=mAwwYu5M7XN4to1uQdf2p8fiAvCNOJvh7SCDewv1WbE,53
19
19
  regina/sageRegina/__init__.py,sha256=JTMX3XXpJqjr4n9VOX6bARB0uUEv7knrdSxlGRl95wQ,43
20
20
  regina/sageRegina/test.py,sha256=6tlBFXdvQwXIExoCh8flE_-QuFef8n2cmzVOZtBiVZU,3571
21
21
  regina/sageRegina/testsuite/plantri.test,sha256=uJkpxEbR32ef-sNC8rEZgyFslYFtVpxgX3comN1xDB8,2161
File without changes