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

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
@@ -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 --pre --only-binary :all: -U regina
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 --pre --only-binary :all: -U regina
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 --pre --only-binary :all: -U regina
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 (which should be the case if
73
- using Sage)::
72
+ libraries gmp, zlib, and bzip2 installed::
74
73
 
75
- 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
76
79
 
77
80
  This can easily take an hour or more.
78
81
 
@@ -1,11 +1,11 @@
1
- regina-7.3.0.dist-info/RECORD,,
2
- regina-7.3.0.dist-info/WHEEL,sha256=C_UN2A-Q94yg5uF00Lizg2aQEZjfzpeyFE_wdLoeYLk,108
3
- regina-7.3.0.dist-info/top_level.txt,sha256=SE8n0D2oQ01rniclTvoQoxiquFfUcnjGpHZrJKji6z8,69
4
- regina-7.3.0.dist-info/METADATA,sha256=OD_KqWBnWsbVP1dudT7XvLU5WhVT0eQ43AW-wmjM0Rk,3744
1
+ regina-7.3.1.dist-info/RECORD,,
2
+ regina-7.3.1.dist-info/WHEEL,sha256=C_UN2A-Q94yg5uF00Lizg2aQEZjfzpeyFE_wdLoeYLk,108
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
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-39-darwin.so,sha256=gD5ZZUpZoBr8uDSXt8E3uLKN1e4wn088ZG6m92oMDXc,74383544
8
+ regina/engine.cpython-39-darwin.so,sha256=pHcKJTEJO_oDbQzi9jLit1Cuh2kWPXyUrGMY-Zn37AY,74378312
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