passagemath-fricas 10.6.1rc14__tar.gz → 10.6.2__tar.gz
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_fricas-10.6.1rc14/passagemath_fricas.egg-info → passagemath_fricas-10.6.2}/PKG-INFO +25 -19
- {passagemath_fricas-10.6.1rc14 → passagemath_fricas-10.6.2}/README.rst +20 -14
- passagemath_fricas-10.6.2/VERSION.txt +1 -0
- {passagemath_fricas-10.6.1rc14 → passagemath_fricas-10.6.2/passagemath_fricas.egg-info}/PKG-INFO +25 -19
- passagemath_fricas-10.6.2/passagemath_fricas.egg-info/requires.txt +9 -0
- {passagemath_fricas-10.6.1rc14 → passagemath_fricas-10.6.2}/pyproject.toml +9 -8
- passagemath_fricas-10.6.1rc14/VERSION.txt +0 -1
- passagemath_fricas-10.6.1rc14/passagemath_fricas.egg-info/requires.txt +0 -9
- {passagemath_fricas-10.6.1rc14 → passagemath_fricas-10.6.2}/MANIFEST.in +0 -0
- {passagemath_fricas-10.6.1rc14 → passagemath_fricas-10.6.2}/passagemath_fricas.egg-info/SOURCES.txt +0 -0
- {passagemath_fricas-10.6.1rc14 → passagemath_fricas-10.6.2}/passagemath_fricas.egg-info/dependency_links.txt +0 -0
- {passagemath_fricas-10.6.1rc14 → passagemath_fricas-10.6.2}/passagemath_fricas.egg-info/top_level.txt +0 -0
- {passagemath_fricas-10.6.1rc14 → passagemath_fricas-10.6.2}/sage/all__sagemath_fricas.py +0 -0
- {passagemath_fricas-10.6.1rc14 → passagemath_fricas-10.6.2}/sage/interfaces/all__sagemath_fricas.py +0 -0
- {passagemath_fricas-10.6.1rc14 → passagemath_fricas-10.6.2}/sage/interfaces/fricas.py +0 -0
- {passagemath_fricas-10.6.1rc14 → passagemath_fricas-10.6.2}/sage/libs/all__sagemath_fricas.py +0 -0
- {passagemath_fricas-10.6.1rc14 → passagemath_fricas-10.6.2}/sage/libs/fricas.pyx +0 -0
- {passagemath_fricas-10.6.1rc14 → passagemath_fricas-10.6.2}/sage/symbolic/all__sagemath_fricas.py +0 -0
- {passagemath_fricas-10.6.1rc14 → passagemath_fricas-10.6.2}/sage/symbolic/expression_conversion_fricas.py +0 -0
- {passagemath_fricas-10.6.1rc14 → passagemath_fricas-10.6.2}/setup.cfg +0 -0
- {passagemath_fricas-10.6.1rc14 → passagemath_fricas-10.6.2}/setup.py +0 -0
{passagemath_fricas-10.6.1rc14/passagemath_fricas.egg-info → passagemath_fricas-10.6.2}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: passagemath-fricas
|
3
|
-
Version: 10.6.
|
3
|
+
Version: 10.6.2
|
4
4
|
Summary: passagemath: Symbolic computation with the general purpose computer algebra system FriCAS
|
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
|
@@ -30,10 +30,10 @@ Requires-Python: <3.14,>=3.10
|
|
30
30
|
Description-Content-Type: text/x-rst
|
31
31
|
Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
|
32
32
|
Requires-Dist: cysignals!=1.12.0,>=1.11.2
|
33
|
-
Requires-Dist: passagemath-categories
|
33
|
+
Requires-Dist: passagemath-categories~=10.6.2.0
|
34
34
|
Provides-Extra: test
|
35
|
-
Requires-Dist: passagemath-repl
|
36
|
-
Requires-Dist: passagemath-symbolics
|
35
|
+
Requires-Dist: passagemath-repl~=10.6.2.0; extra == "test"
|
36
|
+
Requires-Dist: passagemath-symbolics~=10.6.2.0; extra == "test"
|
37
37
|
|
38
38
|
=========================================================================================
|
39
39
|
passagemath: Symbolic computation with the general purpose computer algebra system FriCAS
|
@@ -47,24 +47,25 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
|
|
47
47
|
developed 2005-2025 under the motto “Creating a Viable Open Source
|
48
48
|
Alternative to Magma, Maple, Mathematica, and MATLAB”.
|
49
49
|
|
50
|
-
The passagemath fork
|
51
|
-
|
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:
|
52
53
|
|
53
|
-
- providing modularized installation with pip,
|
54
|
-
project started in 2020 in the Sage
|
55
|
-
codebase <https://github.com/sagemath/sage/issues/29705>`__,
|
54
|
+
- providing modularized installation with pip,
|
56
55
|
- establishing first-class membership in the scientific Python
|
57
56
|
ecosystem,
|
58
57
|
- giving `clear attribution of upstream
|
59
58
|
projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
|
60
59
|
- providing independently usable Python interfaces to upstream
|
61
60
|
libraries,
|
62
|
-
-
|
61
|
+
- offering `platform portability and integration testing
|
63
62
|
services <https://github.com/passagemath/passagemath/issues/704>`__
|
64
63
|
to upstream projects,
|
65
64
|
- inviting collaborations with upstream projects,
|
66
65
|
- `building a professional, respectful, inclusive
|
67
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,
|
68
69
|
- developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
|
69
70
|
serverless deployment with Javascript,
|
70
71
|
- developing a native Windows port.
|
@@ -72,13 +73,18 @@ goals:
|
|
72
73
|
`Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
|
73
74
|
available online.
|
74
75
|
|
75
|
-
passagemath attempts to support
|
76
|
-
|
77
|
-
virtualization.
|
76
|
+
passagemath attempts to support and provides binary wheels suitable for
|
77
|
+
all major Linux distributions and recent versions of macOS.
|
78
78
|
|
79
|
-
|
80
|
-
|
81
|
-
|
79
|
+
For the Linux aarch64 (ARM) platform, some third-party packages are still missing
|
80
|
+
wheels; see the `instructions for building them from source <https://github.com/passagemath/passagemath?tab=readme-ov-file#full-installation-of-passagemath-from-binary-wheels-on-pypi>`__.
|
81
|
+
|
82
|
+
Binary wheels for native Windows (x86_64) are are available for a subset of
|
83
|
+
the passagemath distributions. Use of the full functionality of passagemath
|
84
|
+
on Windows currently requires the use of Windows Subsystem for Linux (WSL)
|
85
|
+
or virtualization.
|
86
|
+
|
87
|
+
The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
|
82
88
|
|
83
89
|
|
84
90
|
About this pip-installable distribution package
|
@@ -92,9 +98,9 @@ algebra system.
|
|
92
98
|
What is included
|
93
99
|
----------------
|
94
100
|
|
95
|
-
- `Python interface to FriCAS <https://
|
101
|
+
- `Python interface to FriCAS <https://passagemath.org/docs/latest/html/en/reference/interfaces/sage/interfaces/fricas.html>`_
|
96
102
|
|
97
|
-
- Raw access to the FriCAS executable from Python using `sage.features.fricas <https://
|
103
|
+
- Raw access to the FriCAS executable from Python using `sage.features.fricas <https://passagemath.org/docs/latest/html/en/reference/spkg/sage/features/fricas.html>`_
|
98
104
|
|
99
105
|
- Binary wheels on PyPI contain prebuilt copies of FriCAS.
|
100
106
|
|
@@ -10,24 +10,25 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
|
|
10
10
|
developed 2005-2025 under the motto “Creating a Viable Open Source
|
11
11
|
Alternative to Magma, Maple, Mathematica, and MATLAB”.
|
12
12
|
|
13
|
-
The passagemath fork
|
14
|
-
|
13
|
+
The passagemath fork uses the motto "Creating a Free Passage Between the
|
14
|
+
Scientific Python Ecosystem and Mathematical Software Communities."
|
15
|
+
It was created in October 2024 with the following goals:
|
15
16
|
|
16
|
-
- providing modularized installation with pip,
|
17
|
-
project started in 2020 in the Sage
|
18
|
-
codebase <https://github.com/sagemath/sage/issues/29705>`__,
|
17
|
+
- providing modularized installation with pip,
|
19
18
|
- establishing first-class membership in the scientific Python
|
20
19
|
ecosystem,
|
21
20
|
- giving `clear attribution of upstream
|
22
21
|
projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
|
23
22
|
- providing independently usable Python interfaces to upstream
|
24
23
|
libraries,
|
25
|
-
-
|
24
|
+
- offering `platform portability and integration testing
|
26
25
|
services <https://github.com/passagemath/passagemath/issues/704>`__
|
27
26
|
to upstream projects,
|
28
27
|
- inviting collaborations with upstream projects,
|
29
28
|
- `building a professional, respectful, inclusive
|
30
29
|
community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
|
30
|
+
- `empowering Sage users to participate in the scientific Python ecosystem
|
31
|
+
<https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
|
31
32
|
- developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
|
32
33
|
serverless deployment with Javascript,
|
33
34
|
- developing a native Windows port.
|
@@ -35,13 +36,18 @@ goals:
|
|
35
36
|
`Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
|
36
37
|
available online.
|
37
38
|
|
38
|
-
passagemath attempts to support
|
39
|
-
|
40
|
-
virtualization.
|
39
|
+
passagemath attempts to support and provides binary wheels suitable for
|
40
|
+
all major Linux distributions and recent versions of macOS.
|
41
41
|
|
42
|
-
|
43
|
-
|
44
|
-
|
42
|
+
For the Linux aarch64 (ARM) platform, some third-party packages are still missing
|
43
|
+
wheels; see the `instructions for building them from source <https://github.com/passagemath/passagemath?tab=readme-ov-file#full-installation-of-passagemath-from-binary-wheels-on-pypi>`__.
|
44
|
+
|
45
|
+
Binary wheels for native Windows (x86_64) are are available for a subset of
|
46
|
+
the passagemath distributions. Use of the full functionality of passagemath
|
47
|
+
on Windows currently requires the use of Windows Subsystem for Linux (WSL)
|
48
|
+
or virtualization.
|
49
|
+
|
50
|
+
The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
|
45
51
|
|
46
52
|
|
47
53
|
About this pip-installable distribution package
|
@@ -55,9 +61,9 @@ algebra system.
|
|
55
61
|
What is included
|
56
62
|
----------------
|
57
63
|
|
58
|
-
- `Python interface to FriCAS <https://
|
64
|
+
- `Python interface to FriCAS <https://passagemath.org/docs/latest/html/en/reference/interfaces/sage/interfaces/fricas.html>`_
|
59
65
|
|
60
|
-
- Raw access to the FriCAS executable from Python using `sage.features.fricas <https://
|
66
|
+
- Raw access to the FriCAS executable from Python using `sage.features.fricas <https://passagemath.org/docs/latest/html/en/reference/spkg/sage/features/fricas.html>`_
|
61
67
|
|
62
68
|
- Binary wheels on PyPI contain prebuilt copies of FriCAS.
|
63
69
|
|
@@ -0,0 +1 @@
|
|
1
|
+
10.6.2
|
{passagemath_fricas-10.6.1rc14 → passagemath_fricas-10.6.2/passagemath_fricas.egg-info}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: passagemath-fricas
|
3
|
-
Version: 10.6.
|
3
|
+
Version: 10.6.2
|
4
4
|
Summary: passagemath: Symbolic computation with the general purpose computer algebra system FriCAS
|
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
|
@@ -30,10 +30,10 @@ Requires-Python: <3.14,>=3.10
|
|
30
30
|
Description-Content-Type: text/x-rst
|
31
31
|
Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
|
32
32
|
Requires-Dist: cysignals!=1.12.0,>=1.11.2
|
33
|
-
Requires-Dist: passagemath-categories
|
33
|
+
Requires-Dist: passagemath-categories~=10.6.2.0
|
34
34
|
Provides-Extra: test
|
35
|
-
Requires-Dist: passagemath-repl
|
36
|
-
Requires-Dist: passagemath-symbolics
|
35
|
+
Requires-Dist: passagemath-repl~=10.6.2.0; extra == "test"
|
36
|
+
Requires-Dist: passagemath-symbolics~=10.6.2.0; extra == "test"
|
37
37
|
|
38
38
|
=========================================================================================
|
39
39
|
passagemath: Symbolic computation with the general purpose computer algebra system FriCAS
|
@@ -47,24 +47,25 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
|
|
47
47
|
developed 2005-2025 under the motto “Creating a Viable Open Source
|
48
48
|
Alternative to Magma, Maple, Mathematica, and MATLAB”.
|
49
49
|
|
50
|
-
The passagemath fork
|
51
|
-
|
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:
|
52
53
|
|
53
|
-
- providing modularized installation with pip,
|
54
|
-
project started in 2020 in the Sage
|
55
|
-
codebase <https://github.com/sagemath/sage/issues/29705>`__,
|
54
|
+
- providing modularized installation with pip,
|
56
55
|
- establishing first-class membership in the scientific Python
|
57
56
|
ecosystem,
|
58
57
|
- giving `clear attribution of upstream
|
59
58
|
projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
|
60
59
|
- providing independently usable Python interfaces to upstream
|
61
60
|
libraries,
|
62
|
-
-
|
61
|
+
- offering `platform portability and integration testing
|
63
62
|
services <https://github.com/passagemath/passagemath/issues/704>`__
|
64
63
|
to upstream projects,
|
65
64
|
- inviting collaborations with upstream projects,
|
66
65
|
- `building a professional, respectful, inclusive
|
67
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,
|
68
69
|
- developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
|
69
70
|
serverless deployment with Javascript,
|
70
71
|
- developing a native Windows port.
|
@@ -72,13 +73,18 @@ goals:
|
|
72
73
|
`Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
|
73
74
|
available online.
|
74
75
|
|
75
|
-
passagemath attempts to support
|
76
|
-
|
77
|
-
virtualization.
|
76
|
+
passagemath attempts to support and provides binary wheels suitable for
|
77
|
+
all major Linux distributions and recent versions of macOS.
|
78
78
|
|
79
|
-
|
80
|
-
|
81
|
-
|
79
|
+
For the Linux aarch64 (ARM) platform, some third-party packages are still missing
|
80
|
+
wheels; see the `instructions for building them from source <https://github.com/passagemath/passagemath?tab=readme-ov-file#full-installation-of-passagemath-from-binary-wheels-on-pypi>`__.
|
81
|
+
|
82
|
+
Binary wheels for native Windows (x86_64) are are available for a subset of
|
83
|
+
the passagemath distributions. Use of the full functionality of passagemath
|
84
|
+
on Windows currently requires the use of Windows Subsystem for Linux (WSL)
|
85
|
+
or virtualization.
|
86
|
+
|
87
|
+
The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
|
82
88
|
|
83
89
|
|
84
90
|
About this pip-installable distribution package
|
@@ -92,9 +98,9 @@ algebra system.
|
|
92
98
|
What is included
|
93
99
|
----------------
|
94
100
|
|
95
|
-
- `Python interface to FriCAS <https://
|
101
|
+
- `Python interface to FriCAS <https://passagemath.org/docs/latest/html/en/reference/interfaces/sage/interfaces/fricas.html>`_
|
96
102
|
|
97
|
-
- Raw access to the FriCAS executable from Python using `sage.features.fricas <https://
|
103
|
+
- Raw access to the FriCAS executable from Python using `sage.features.fricas <https://passagemath.org/docs/latest/html/en/reference/spkg/sage/features/fricas.html>`_
|
98
104
|
|
99
105
|
- Binary wheels on PyPI contain prebuilt copies of FriCAS.
|
100
106
|
|
@@ -4,10 +4,11 @@
|
|
4
4
|
requires = [
|
5
5
|
'setuptools >= 77.0.0',
|
6
6
|
'pkgconfig',
|
7
|
-
'passagemath-
|
8
|
-
'passagemath-
|
9
|
-
'passagemath-
|
10
|
-
'passagemath-
|
7
|
+
'passagemath-conf ~= 10.6.2.0 ; sys_platform != "win32"',
|
8
|
+
'passagemath-setup ~= 10.6.2.0',
|
9
|
+
'passagemath-categories ~= 10.6.2.0',
|
10
|
+
'passagemath-environment ~= 10.6.2.0',
|
11
|
+
'passagemath-objects ~= 10.6.2.0',
|
11
12
|
'cython >=3.0, != 3.0.3, <4.0', 'cython >=3.0.8,<3.1.0',
|
12
13
|
'cysignals <1.12.4; sys_platform == "win32"', 'cysignals >=1.11.2, != 1.12.0',
|
13
14
|
]
|
@@ -18,7 +19,7 @@ name = "passagemath-fricas"
|
|
18
19
|
description = "passagemath: Symbolic computation with the general purpose computer algebra system FriCAS"
|
19
20
|
dependencies = [
|
20
21
|
'cysignals <1.12.4; sys_platform == "win32"', 'cysignals >=1.11.2, != 1.12.0',
|
21
|
-
'passagemath-categories
|
22
|
+
'passagemath-categories ~= 10.6.2.0',
|
22
23
|
]
|
23
24
|
dynamic = ["version"]
|
24
25
|
license = "GPL-2.0-or-later"
|
@@ -48,7 +49,7 @@ requires-python = ">=3.10, <3.14"
|
|
48
49
|
"release notes" = "https://github.com/passagemath/passagemath/releases"
|
49
50
|
"repo (upstream)" = "https://github.com/sagemath/sage"
|
50
51
|
"repo" = "https://github.com/passagemath/passagemath"
|
51
|
-
documentation = "https://
|
52
|
+
documentation = "https://passagemath.org/docs/latest"
|
52
53
|
"homepage (upstream)" = "https://www.sagemath.org"
|
53
54
|
"discourse" = "https://passagemath.discourse.group"
|
54
55
|
"tracker (upstream)" = "https://github.com/sagemath/sage/issues"
|
@@ -60,8 +61,8 @@ content-type = "text/x-rst"
|
|
60
61
|
|
61
62
|
[project.optional-dependencies]
|
62
63
|
test = [
|
63
|
-
'passagemath-repl
|
64
|
-
'passagemath-symbolics
|
64
|
+
'passagemath-repl ~= 10.6.2.0',
|
65
|
+
'passagemath-symbolics ~= 10.6.2.0',
|
65
66
|
]
|
66
67
|
|
67
68
|
[tool.cibuildwheel.linux]
|
@@ -1 +0,0 @@
|
|
1
|
-
10.6.1.rc14
|
File without changes
|
{passagemath_fricas-10.6.1rc14 → passagemath_fricas-10.6.2}/passagemath_fricas.egg-info/SOURCES.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_fricas-10.6.1rc14 → passagemath_fricas-10.6.2}/sage/interfaces/all__sagemath_fricas.py
RENAMED
File without changes
|
File without changes
|
{passagemath_fricas-10.6.1rc14 → passagemath_fricas-10.6.2}/sage/libs/all__sagemath_fricas.py
RENAMED
File without changes
|
File without changes
|
{passagemath_fricas-10.6.1rc14 → passagemath_fricas-10.6.2}/sage/symbolic/all__sagemath_fricas.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|