passagemath-bliss 10.5.27__tar.gz → 10.5.28__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.
Files changed (18) hide show
  1. {passagemath_bliss-10.5.27/passagemath_bliss.egg-info → passagemath_bliss-10.5.28}/PKG-INFO +38 -13
  2. passagemath_bliss-10.5.28/README.rst +54 -0
  3. passagemath_bliss-10.5.28/VERSION.txt +1 -0
  4. {passagemath_bliss-10.5.27 → passagemath_bliss-10.5.28/passagemath_bliss.egg-info}/PKG-INFO +38 -13
  5. {passagemath_bliss-10.5.27 → passagemath_bliss-10.5.28}/pyproject.toml +3 -3
  6. passagemath_bliss-10.5.27/README.rst +0 -29
  7. passagemath_bliss-10.5.27/VERSION.txt +0 -1
  8. {passagemath_bliss-10.5.27 → passagemath_bliss-10.5.28}/MANIFEST.in +0 -0
  9. {passagemath_bliss-10.5.27 → passagemath_bliss-10.5.28}/passagemath_bliss.egg-info/SOURCES.txt +0 -0
  10. {passagemath_bliss-10.5.27 → passagemath_bliss-10.5.28}/passagemath_bliss.egg-info/dependency_links.txt +0 -0
  11. {passagemath_bliss-10.5.27 → passagemath_bliss-10.5.28}/passagemath_bliss.egg-info/requires.txt +0 -0
  12. {passagemath_bliss-10.5.27 → passagemath_bliss-10.5.28}/passagemath_bliss.egg-info/top_level.txt +0 -0
  13. {passagemath_bliss-10.5.27 → passagemath_bliss-10.5.28}/sage/all__sagemath_bliss.py +0 -0
  14. {passagemath_bliss-10.5.27 → passagemath_bliss-10.5.28}/sage/graphs/all__sagemath_bliss.py +0 -0
  15. {passagemath_bliss-10.5.27 → passagemath_bliss-10.5.28}/sage/graphs/bliss.pyx +0 -0
  16. {passagemath_bliss-10.5.27 → passagemath_bliss-10.5.28}/sage/graphs/bliss_cpp/bliss_find_automorphisms.h +0 -0
  17. {passagemath_bliss-10.5.27 → passagemath_bliss-10.5.28}/setup.cfg +0 -0
  18. {passagemath_bliss-10.5.27 → passagemath_bliss-10.5.28}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-bliss
3
- Version: 10.5.27
3
+ Version: 10.5.28
4
4
  Summary: passagemath: Graph (iso/auto)morphisms with bliss
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -38,25 +38,50 @@ Requires-Dist: passagemath-graphs; extra == "test"
38
38
  passagemath: Graph (iso/auto)morphisms with bliss
39
39
  ==============================================================================
40
40
 
41
- About SageMath
42
- --------------
41
+ `passagemath <https://github.com/passagemath/passagemath>`__ is open
42
+ source mathematical software in Python, released under the GNU General
43
+ Public Licence GPLv2+.
43
44
 
44
- "Creating a Viable Open Source Alternative to
45
- Magma, Maple, Mathematica, and MATLAB"
45
+ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
46
+ developed 2005-2025 under the motto “Creating a Viable Open Source
47
+ Alternative to Magma, Maple, Mathematica, and MATLAB”.
46
48
 
47
- Copyright (C) 2005-2024 The Sage Development Team
49
+ The passagemath fork was created in October 2024 with the following
50
+ goals:
48
51
 
49
- https://www.sagemath.org
52
+ - providing modularized installation with pip, thus completing a `major
53
+ project started in 2020 in the Sage
54
+ codebase <https://github.com/sagemath/sage/issues/29705>`__,
55
+ - establishing first-class membership in the scientific Python
56
+ ecosystem,
57
+ - giving `clear attribution of upstream
58
+ projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
59
+ - providing independently usable Python interfaces to upstream
60
+ libraries,
61
+ - providing `platform portability and integration testing
62
+ services <https://github.com/passagemath/passagemath/issues/704>`__
63
+ to upstream projects,
64
+ - inviting collaborations with upstream projects,
65
+ - `building a professional, respectful, inclusive
66
+ community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
67
+ - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
68
+ serverless deployment with Javascript,
69
+ - developing a native Windows port.
50
70
 
51
- SageMath fully supports all major Linux distributions, recent versions of
52
- macOS, and Windows (Windows Subsystem for Linux).
71
+ `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
72
+ available online.
53
73
 
54
- See https://doc.sagemath.org/html/en/installation/index.html
55
- for general installation instructions.
74
+ passagemath attempts to support all major Linux distributions and recent versions of
75
+ macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
76
+ virtualization.
56
77
 
78
+ Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x.
79
+ Python 3.13.x is also supported, but some third-party packages are still missing wheels,
80
+ so compilation from source is triggered for those.
57
81
 
58
- About this pip-installable source distribution
59
- ----------------------------------------------
82
+
83
+ About this pip-installable distribution package
84
+ -----------------------------------------------
60
85
 
61
86
  This pip-installable source distribution ``sagemath-bliss`` is a small
62
87
  optional distribution for use with ``sagemath-standard``.
@@ -0,0 +1,54 @@
1
+ ==============================================================================
2
+ passagemath: Graph (iso/auto)morphisms with bliss
3
+ ==============================================================================
4
+
5
+ `passagemath <https://github.com/passagemath/passagemath>`__ is open
6
+ source mathematical software in Python, released under the GNU General
7
+ Public Licence GPLv2+.
8
+
9
+ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
10
+ developed 2005-2025 under the motto “Creating a Viable Open Source
11
+ Alternative to Magma, Maple, Mathematica, and MATLAB”.
12
+
13
+ The passagemath fork was created in October 2024 with the following
14
+ goals:
15
+
16
+ - providing modularized installation with pip, thus completing a `major
17
+ project started in 2020 in the Sage
18
+ codebase <https://github.com/sagemath/sage/issues/29705>`__,
19
+ - establishing first-class membership in the scientific Python
20
+ ecosystem,
21
+ - giving `clear attribution of upstream
22
+ projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
23
+ - providing independently usable Python interfaces to upstream
24
+ libraries,
25
+ - providing `platform portability and integration testing
26
+ services <https://github.com/passagemath/passagemath/issues/704>`__
27
+ to upstream projects,
28
+ - inviting collaborations with upstream projects,
29
+ - `building a professional, respectful, inclusive
30
+ community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
31
+ - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
32
+ serverless deployment with Javascript,
33
+ - developing a native Windows port.
34
+
35
+ `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
36
+ available online.
37
+
38
+ passagemath attempts to support all major Linux distributions and recent versions of
39
+ macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
40
+ virtualization.
41
+
42
+ Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x.
43
+ Python 3.13.x is also supported, but some third-party packages are still missing wheels,
44
+ so compilation from source is triggered for those.
45
+
46
+
47
+ About this pip-installable distribution package
48
+ -----------------------------------------------
49
+
50
+ This pip-installable source distribution ``sagemath-bliss`` is a small
51
+ optional distribution for use with ``sagemath-standard``.
52
+
53
+ It provides a Cython interface to the ``bliss`` library for the purpose
54
+ of computing graph (iso/auto)morphisms.
@@ -0,0 +1 @@
1
+ 10.5.28
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-bliss
3
- Version: 10.5.27
3
+ Version: 10.5.28
4
4
  Summary: passagemath: Graph (iso/auto)morphisms with bliss
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -38,25 +38,50 @@ Requires-Dist: passagemath-graphs; extra == "test"
38
38
  passagemath: Graph (iso/auto)morphisms with bliss
39
39
  ==============================================================================
40
40
 
41
- About SageMath
42
- --------------
41
+ `passagemath <https://github.com/passagemath/passagemath>`__ is open
42
+ source mathematical software in Python, released under the GNU General
43
+ Public Licence GPLv2+.
43
44
 
44
- "Creating a Viable Open Source Alternative to
45
- Magma, Maple, Mathematica, and MATLAB"
45
+ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
46
+ developed 2005-2025 under the motto “Creating a Viable Open Source
47
+ Alternative to Magma, Maple, Mathematica, and MATLAB”.
46
48
 
47
- Copyright (C) 2005-2024 The Sage Development Team
49
+ The passagemath fork was created in October 2024 with the following
50
+ goals:
48
51
 
49
- https://www.sagemath.org
52
+ - providing modularized installation with pip, thus completing a `major
53
+ project started in 2020 in the Sage
54
+ codebase <https://github.com/sagemath/sage/issues/29705>`__,
55
+ - establishing first-class membership in the scientific Python
56
+ ecosystem,
57
+ - giving `clear attribution of upstream
58
+ projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
59
+ - providing independently usable Python interfaces to upstream
60
+ libraries,
61
+ - providing `platform portability and integration testing
62
+ services <https://github.com/passagemath/passagemath/issues/704>`__
63
+ to upstream projects,
64
+ - inviting collaborations with upstream projects,
65
+ - `building a professional, respectful, inclusive
66
+ community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
67
+ - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
68
+ serverless deployment with Javascript,
69
+ - developing a native Windows port.
50
70
 
51
- SageMath fully supports all major Linux distributions, recent versions of
52
- macOS, and Windows (Windows Subsystem for Linux).
71
+ `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
72
+ available online.
53
73
 
54
- See https://doc.sagemath.org/html/en/installation/index.html
55
- for general installation instructions.
74
+ passagemath attempts to support all major Linux distributions and recent versions of
75
+ macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
76
+ virtualization.
56
77
 
78
+ Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x.
79
+ Python 3.13.x is also supported, but some third-party packages are still missing wheels,
80
+ so compilation from source is triggered for those.
57
81
 
58
- About this pip-installable source distribution
59
- ----------------------------------------------
82
+
83
+ About this pip-installable distribution package
84
+ -----------------------------------------------
60
85
 
61
86
  This pip-installable source distribution ``sagemath-bliss`` is a small
62
87
  optional distribution for use with ``sagemath-standard``.
@@ -3,9 +3,9 @@
3
3
  # Minimum requirements for the build system to execute.
4
4
  requires = [
5
5
  'setuptools >= 68.1.1',
6
- 'passagemath-conf ~= 10.5.27.0',
7
- 'passagemath-setup ~= 10.5.27.0',
8
- 'passagemath-environment ~= 10.5.27.0',
6
+ 'passagemath-conf ~= 10.5.28.0',
7
+ 'passagemath-setup ~= 10.5.28.0',
8
+ 'passagemath-environment ~= 10.5.28.0',
9
9
  'cython >=3.0, != 3.0.3, <4.0', 'cython >=3.0.8,<3.1.0',
10
10
  'cysignals ==1.12.0rc2',
11
11
  'pkgconfig',
@@ -1,29 +0,0 @@
1
- ==============================================================================
2
- passagemath: Graph (iso/auto)morphisms with bliss
3
- ==============================================================================
4
-
5
- About SageMath
6
- --------------
7
-
8
- "Creating a Viable Open Source Alternative to
9
- Magma, Maple, Mathematica, and MATLAB"
10
-
11
- Copyright (C) 2005-2024 The Sage Development Team
12
-
13
- https://www.sagemath.org
14
-
15
- SageMath fully supports all major Linux distributions, recent versions of
16
- macOS, and Windows (Windows Subsystem for Linux).
17
-
18
- See https://doc.sagemath.org/html/en/installation/index.html
19
- for general installation instructions.
20
-
21
-
22
- About this pip-installable source distribution
23
- ----------------------------------------------
24
-
25
- This pip-installable source distribution ``sagemath-bliss`` is a small
26
- optional distribution for use with ``sagemath-standard``.
27
-
28
- It provides a Cython interface to the ``bliss`` library for the purpose
29
- of computing graph (iso/auto)morphisms.
@@ -1 +0,0 @@
1
- 10.5.27