passagemath-glpk 10.6.1rc9__cp311-cp311-musllinux_1_2_aarch64.whl → 10.6.33__cp311-cp311-musllinux_1_2_aarch64.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.
- {passagemath_glpk-10.6.1rc9.dist-info → passagemath_glpk-10.6.33.dist-info}/METADATA +23 -19
- {passagemath_glpk-10.6.1rc9.dist-info → passagemath_glpk-10.6.33.dist-info}/RECORD +9 -9
- passagemath_glpk.libs/{libglpk-f57876c2.so.40.3.1 → libglpk-b001aa75.so.40.3.1} +0 -0
- passagemath_glpk.libs/{libgmp-15a852ec.so.10.5.0 → libgmp-28992bcb.so.10.5.0} +0 -0
- sage/numerical/backends/glpk_backend.cpython-311-aarch64-linux-musl.so +0 -0
- sage/numerical/backends/glpk_exact_backend.cpython-311-aarch64-linux-musl.so +0 -0
- sage/numerical/backends/glpk_graph_backend.cpython-311-aarch64-linux-musl.so +0 -0
- {passagemath_glpk-10.6.1rc9.dist-info → passagemath_glpk-10.6.33.dist-info}/WHEEL +0 -0
- {passagemath_glpk-10.6.1rc9.dist-info → passagemath_glpk-10.6.33.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-glpk
|
|
3
|
-
Version: 10.6.
|
|
3
|
+
Version: 10.6.33
|
|
4
4
|
Summary: passagemath: Linear and mixed integer linear optimization backend using GLPK
|
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
|
@@ -8,7 +8,7 @@ License-Expression: GPL-2.0-or-later
|
|
|
8
8
|
Project-URL: release notes, https://github.com/passagemath/passagemath/releases
|
|
9
9
|
Project-URL: repo (upstream), https://github.com/sagemath/sage
|
|
10
10
|
Project-URL: repo, https://github.com/passagemath/passagemath
|
|
11
|
-
Project-URL: documentation, https://
|
|
11
|
+
Project-URL: documentation, https://passagemath.org/docs/latest
|
|
12
12
|
Project-URL: homepage (upstream), https://www.sagemath.org
|
|
13
13
|
Project-URL: discourse, https://passagemath.discourse.group
|
|
14
14
|
Project-URL: tracker (upstream), https://github.com/sagemath/sage/issues
|
|
@@ -27,10 +27,11 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
27
27
|
Classifier: Programming Language :: Python :: 3.13
|
|
28
28
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
29
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
30
|
-
Requires-Python: <3.
|
|
30
|
+
Requires-Python: <3.15,>=3.10
|
|
31
31
|
Description-Content-Type: text/x-rst
|
|
32
|
-
Requires-Dist: passagemath-objects
|
|
32
|
+
Requires-Dist: passagemath-objects~=10.6.33.0
|
|
33
33
|
Requires-Dist: memory_allocator
|
|
34
|
+
Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
|
|
34
35
|
Requires-Dist: cysignals!=1.12.0,>=1.11.2
|
|
35
36
|
Provides-Extra: test
|
|
36
37
|
|
|
@@ -46,44 +47,47 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
|
|
|
46
47
|
developed 2005-2025 under the motto “Creating a Viable Open Source
|
|
47
48
|
Alternative to Magma, Maple, Mathematica, and MATLAB”.
|
|
48
49
|
|
|
49
|
-
The passagemath fork
|
|
50
|
-
|
|
50
|
+
The passagemath fork uses the motto "Creating a Free Passage Between the
|
|
51
|
+
Scientific Python Ecosystem and Mathematical Software Communities."
|
|
52
|
+
It was created in October 2024 with the following goals:
|
|
51
53
|
|
|
52
|
-
- providing modularized installation with pip,
|
|
53
|
-
project started in 2020 in the Sage
|
|
54
|
-
codebase <https://github.com/sagemath/sage/issues/29705>`__,
|
|
54
|
+
- providing modularized installation with pip,
|
|
55
55
|
- establishing first-class membership in the scientific Python
|
|
56
56
|
ecosystem,
|
|
57
57
|
- giving `clear attribution of upstream
|
|
58
58
|
projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
|
|
59
59
|
- providing independently usable Python interfaces to upstream
|
|
60
60
|
libraries,
|
|
61
|
-
-
|
|
61
|
+
- offering `platform portability and integration testing
|
|
62
62
|
services <https://github.com/passagemath/passagemath/issues/704>`__
|
|
63
63
|
to upstream projects,
|
|
64
64
|
- inviting collaborations with upstream projects,
|
|
65
65
|
- `building a professional, respectful, inclusive
|
|
66
66
|
community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
|
|
67
|
+
- `empowering Sage users to participate in the scientific Python ecosystem
|
|
68
|
+
<https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
|
|
67
69
|
- developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
|
|
68
70
|
serverless deployment with Javascript,
|
|
69
71
|
- developing a native Windows port.
|
|
70
72
|
|
|
71
|
-
`Full documentation <https://
|
|
73
|
+
`Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
|
|
72
74
|
available online.
|
|
73
75
|
|
|
74
|
-
passagemath attempts to support
|
|
75
|
-
|
|
76
|
-
virtualization.
|
|
76
|
+
passagemath attempts to support and provides binary wheels suitable for
|
|
77
|
+
all major Linux distributions and recent versions of macOS.
|
|
77
78
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
79
|
+
Binary wheels for native Windows (x86_64) are are available for a subset of
|
|
80
|
+
the passagemath distributions. Use of the full functionality of passagemath
|
|
81
|
+
on Windows currently requires the use of Windows Subsystem for Linux (WSL)
|
|
82
|
+
or virtualization.
|
|
83
|
+
|
|
84
|
+
The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
|
|
81
85
|
|
|
82
86
|
|
|
83
87
|
About this pip-installable distribution package
|
|
84
88
|
-----------------------------------------------
|
|
85
89
|
|
|
86
|
-
This pip-installable
|
|
90
|
+
This pip-installable distribution ``passagemath-glpk`` provides
|
|
87
91
|
a backend for linear and mixed integer linear optimization backend using GLPK.
|
|
88
92
|
|
|
89
93
|
It can be installed as an extra of the distribution
|
|
@@ -95,4 +99,4 @@ It can be installed as an extra of the distribution
|
|
|
95
99
|
What is included
|
|
96
100
|
----------------
|
|
97
101
|
|
|
98
|
-
* `GLPK backends <https://
|
|
102
|
+
* `GLPK backends <https://passagemath.org/docs/latest/html/en/reference/numerical/index.html#linear-optimization-lp-and-mixed-integer-linear-optimization-mip-solver-backends>`_ for LP, MILP, and graphs
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
passagemath_glpk.libs/libglpk-
|
|
2
|
-
passagemath_glpk.libs/libgmp-
|
|
1
|
+
passagemath_glpk.libs/libglpk-b001aa75.so.40.3.1,sha256=HETFh7DP08ZQlOUN2QRwOpnHCYgZeIIc-BQM5jq-vf8,3414577
|
|
2
|
+
passagemath_glpk.libs/libgmp-28992bcb.so.10.5.0,sha256=chvEgOPn69KHFEAC4oKOFhJ2LjYfSTYlyAEyFvE1hJg,668217
|
|
3
3
|
sage/all__sagemath_glpk.py,sha256=7SNG-LnJspb9hiMfg_wNxFMDLRrITRd_bnFqNownh3o,63
|
|
4
4
|
sage/libs/all__sagemath_glpk.py,sha256=mG8Db8jQgQygOLZvw6vMHJCZZoC2PfoOzKdjdYfEC_k,43
|
|
5
5
|
sage/libs/glpk/__init__.py,sha256=mG8Db8jQgQygOLZvw6vMHJCZZoC2PfoOzKdjdYfEC_k,43
|
|
@@ -10,18 +10,18 @@ sage/libs/glpk/lp.pxd,sha256=cprSbx4WwOsTbqw56AQ4VDNKQnaeuVlF3ERy5gpHkIo,4106
|
|
|
10
10
|
sage/libs/glpk/types.pxd,sha256=lyEVk-aeb-JOKLQK5hoL6sUh2iyKxxTCfBkU3rTzbUM,2221
|
|
11
11
|
sage/numerical/all__sagemath_glpk.py,sha256=mG8Db8jQgQygOLZvw6vMHJCZZoC2PfoOzKdjdYfEC_k,43
|
|
12
12
|
sage/numerical/backends/all__sagemath_glpk.py,sha256=mG8Db8jQgQygOLZvw6vMHJCZZoC2PfoOzKdjdYfEC_k,43
|
|
13
|
-
sage/numerical/backends/glpk_backend.cpython-311-aarch64-linux-musl.so,sha256=
|
|
13
|
+
sage/numerical/backends/glpk_backend.cpython-311-aarch64-linux-musl.so,sha256=ps-xEI8q2bMNQuhJecoBUIbU8HCaNURjFPQYAUjoT0c,2300145
|
|
14
14
|
sage/numerical/backends/glpk_backend.pxd,sha256=yIMM0Hp5VBQCC13XftzoythuC_-fhC8mSTWVvndm-9Y,1648
|
|
15
15
|
sage/numerical/backends/glpk_backend.pyx,sha256=bMh6yLeqVMvpSJjbbqT6PWR-i1h7_t00t4bHLYZNEgA,116403
|
|
16
16
|
sage/numerical/backends/glpk_backend_test.py,sha256=6LGR9U7heVJgBe01vxsXY8CR1Jbqp9-Uri7DACe5H4k,437
|
|
17
|
-
sage/numerical/backends/glpk_exact_backend.cpython-311-aarch64-linux-musl.so,sha256=
|
|
17
|
+
sage/numerical/backends/glpk_exact_backend.cpython-311-aarch64-linux-musl.so,sha256=tjbv2hW6O1lepwCLQzu92brBgSy2Mt2ZnHd9kRe0lVg,328152
|
|
18
18
|
sage/numerical/backends/glpk_exact_backend.pxd,sha256=hsev_ABrT2yLIUWlRoV2J1qvb7wThR9gib_1AdMfWbY,960
|
|
19
19
|
sage/numerical/backends/glpk_exact_backend.pyx,sha256=7GwedKeN5L9xtXFXciJQFbOQ7fg1M6YPbueVxCkuGpE,6817
|
|
20
20
|
sage/numerical/backends/glpk_exact_backend_test.py,sha256=okdLqxEYMiTO8HCWu8fkjah6cj4sa9HIeff2s_4K8BU,447
|
|
21
|
-
sage/numerical/backends/glpk_graph_backend.cpython-311-aarch64-linux-musl.so,sha256=
|
|
21
|
+
sage/numerical/backends/glpk_graph_backend.cpython-311-aarch64-linux-musl.so,sha256=Cs1zF2HrzGQJIIxy-rHlXtSRhpFvqIvWSJJ0Lywp3gU,1382185
|
|
22
22
|
sage/numerical/backends/glpk_graph_backend.pxd,sha256=xoDnzL_yC5Xu_JGZE30MXVmcaFv_2_gHcspR3Ko8Xuc,2027
|
|
23
23
|
sage/numerical/backends/glpk_graph_backend.pyx,sha256=1kZzrxrhpTwctBTKhVoiA6C-WTt_pgpkcaX1uwvG-A0,46343
|
|
24
|
-
passagemath_glpk-10.6.
|
|
25
|
-
passagemath_glpk-10.6.
|
|
26
|
-
passagemath_glpk-10.6.
|
|
27
|
-
passagemath_glpk-10.6.
|
|
24
|
+
passagemath_glpk-10.6.33.dist-info/METADATA,sha256=cnZ0Yi7yXf9NOYdr9VBsAwnUD1UAUl4NzUXpORD2grQ,4863
|
|
25
|
+
passagemath_glpk-10.6.33.dist-info/WHEEL,sha256=LNZuceeFd58B9QVekwESAWqB09LEv_tgGDcYQrpkG9U,113
|
|
26
|
+
passagemath_glpk-10.6.33.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
|
|
27
|
+
passagemath_glpk-10.6.33.dist-info/RECORD,,
|
|
index 83a7272..15c5a44 100755
|
|
|
Binary file
|
|
index 4a28a0a..c22a80a 100755
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|