passagemath-giac 10.6.30.post3__cp310-cp310-macosx_13_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 passagemath-giac might be problematic. Click here for more details.

Files changed (34) hide show
  1. passagemath_giac-10.6.30.post3.dist-info/METADATA +154 -0
  2. passagemath_giac-10.6.30.post3.dist-info/RECORD +34 -0
  3. passagemath_giac-10.6.30.post3.dist-info/WHEEL +6 -0
  4. passagemath_giac-10.6.30.post3.dist-info/top_level.txt +2 -0
  5. passagemath_giac.dylibs/libcliquer.1.dylib +0 -0
  6. passagemath_giac.dylibs/libcrypto.3.dylib +0 -0
  7. passagemath_giac.dylibs/libcurl.4.dylib +0 -0
  8. passagemath_giac.dylibs/libgfortran.5.dylib +0 -0
  9. passagemath_giac.dylibs/libgiac.0.dylib +0 -0
  10. passagemath_giac.dylibs/libglpk.40.dylib +0 -0
  11. passagemath_giac.dylibs/libgmp.10.dylib +0 -0
  12. passagemath_giac.dylibs/libgsl.28.dylib +0 -0
  13. passagemath_giac.dylibs/libgslcblas.0.dylib +0 -0
  14. passagemath_giac.dylibs/libintl.8.dylib +0 -0
  15. passagemath_giac.dylibs/libmpfi.0.dylib +0 -0
  16. passagemath_giac.dylibs/libmpfr.6.dylib +0 -0
  17. passagemath_giac.dylibs/libopenblasp-r0.3.29.dylib +0 -0
  18. passagemath_giac.dylibs/libpari-gmp-tls.dylib +0 -0
  19. passagemath_giac.dylibs/libquadmath.0.dylib +0 -0
  20. passagemath_giac.dylibs/libreadline.8.2.dylib +0 -0
  21. passagemath_giac.dylibs/libssl.3.dylib +0 -0
  22. passagemath_giac.dylibs/libz.1.3.1.dylib +0 -0
  23. sage/all__sagemath_giac.py +11 -0
  24. sage/interfaces/all__sagemath_giac.py +1 -0
  25. sage/interfaces/giac.py +1264 -0
  26. sage/libs/all__sagemath_giac.py +7 -0
  27. sage/libs/giac/__init__.py +356 -0
  28. sage/libs/giac/auto-methods.pxi +16982 -0
  29. sage/libs/giac/giac.cpython-310-darwin.so +0 -0
  30. sage/libs/giac/giac.pxd +205 -0
  31. sage/libs/giac/giac.pyx +2076 -0
  32. sage/libs/giac/keywords.pxi +10 -0
  33. sage/libs/giac/misc.h +117 -0
  34. sage_wheels/bin/giac +0 -0
@@ -0,0 +1,154 @@
1
+ Metadata-Version: 2.4
2
+ Name: passagemath-giac
3
+ Version: 10.6.30.post3
4
+ Summary: passagemath: Symbolic computation with GIAC
5
+ Author-email: The Sage Developers <sage-support@googlegroups.com>
6
+ Maintainer: Matthias Köppe, passagemath contributors
7
+ License-Expression: GPL-2.0-or-later
8
+ Project-URL: release notes, https://github.com/passagemath/passagemath/releases
9
+ Project-URL: repo (upstream), https://github.com/sagemath/sage
10
+ Project-URL: repo, https://github.com/passagemath/passagemath
11
+ Project-URL: documentation, https://passagemath.org/docs/latest
12
+ Project-URL: homepage (upstream), https://www.sagemath.org
13
+ Project-URL: discourse, https://passagemath.discourse.group
14
+ Project-URL: tracker (upstream), https://github.com/sagemath/sage/issues
15
+ Project-URL: tracker, https://github.com/passagemath/passagemath/issues
16
+ Classifier: Development Status :: 6 - Mature
17
+ Classifier: Intended Audience :: Education
18
+ Classifier: Intended Audience :: Science/Research
19
+ Classifier: Operating System :: POSIX
20
+ Classifier: Operating System :: POSIX :: Linux
21
+ Classifier: Operating System :: MacOS :: MacOS X
22
+ Classifier: Programming Language :: Python :: 3 :: Only
23
+ Classifier: Programming Language :: Python :: 3.10
24
+ Classifier: Programming Language :: Python :: 3.11
25
+ Classifier: Programming Language :: Python :: 3.12
26
+ Classifier: Programming Language :: Python :: 3.13
27
+ Classifier: Programming Language :: Python :: Implementation :: CPython
28
+ Classifier: Topic :: Scientific/Engineering :: Mathematics
29
+ Requires-Python: <3.14,>=3.10
30
+ Description-Content-Type: text/x-rst
31
+ Requires-Dist: passagemath-categories~=10.6.30.0
32
+ Provides-Extra: test
33
+ Requires-Dist: passagemath-repl; extra == "test"
34
+ Requires-Dist: passagemath-symbolics; extra == "test"
35
+
36
+ ========================================================================
37
+ passagemath: Symbolic computation with Giac
38
+ ========================================================================
39
+
40
+ `passagemath <https://github.com/passagemath/passagemath>`__ is open
41
+ source mathematical software in Python, released under the GNU General
42
+ Public Licence GPLv2+.
43
+
44
+ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
45
+ developed 2005-2025 under the motto “Creating a Viable Open Source
46
+ Alternative to Magma, Maple, Mathematica, and MATLAB”.
47
+
48
+ The passagemath fork uses the motto "Creating a Free Passage Between the
49
+ Scientific Python Ecosystem and Mathematical Software Communities."
50
+ It was created in October 2024 with the following goals:
51
+
52
+ - providing modularized installation with pip,
53
+ - establishing first-class membership in the scientific Python
54
+ ecosystem,
55
+ - giving `clear attribution of upstream
56
+ projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
57
+ - providing independently usable Python interfaces to upstream
58
+ libraries,
59
+ - offering `platform portability and integration testing
60
+ services <https://github.com/passagemath/passagemath/issues/704>`__
61
+ to upstream projects,
62
+ - inviting collaborations with upstream projects,
63
+ - `building a professional, respectful, inclusive
64
+ community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
65
+ - `empowering Sage users to participate in the scientific Python ecosystem
66
+ <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
67
+ - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
68
+ serverless deployment with Javascript,
69
+ - developing a native Windows port.
70
+
71
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
72
+ available online.
73
+
74
+ passagemath attempts to support and provides binary wheels suitable for
75
+ all major Linux distributions and recent versions of macOS.
76
+
77
+ Binary wheels for native Windows (x86_64) are are available for a subset of
78
+ the passagemath distributions. Use of the full functionality of passagemath
79
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
80
+ or virtualization.
81
+
82
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
83
+
84
+
85
+ About this pip-installable distribution package
86
+ -----------------------------------------------
87
+
88
+ `Giac/Xcas <https://www-fourier.ujf-grenoble.fr/~parisse/giac.html>`_
89
+ is a general purpose Computer algebra system by Bernard Parisse released under GPLv3.
90
+ It has been developed since 2000 and is widely used: Giac/Xcas is the native CAS engine
91
+ of the HP Prime calculators; the C++ kernel of the system, Giac, provides the CAS view
92
+ of `Geogebra <https://www.geogebra.org/>`_.
93
+
94
+ This pip-installable source distribution ``passagemath-giac`` makes Giac available
95
+ from Python and provides integration with the Sage Mathematical Software System.
96
+
97
+
98
+ What is included
99
+ ----------------
100
+
101
+ - `Cython interface to GIAC <https://passagemath.org/docs/latest/html/en/reference/libs/sage/libs/giac.html>`_
102
+
103
+ The Cython interface is by Frederic Han and was previously available under the name
104
+ `giacpy-sage <https://gitlab.math.univ-paris-diderot.fr/han/giacpy-sage/>`_.
105
+ It was merged into the Sage library in 2020.
106
+
107
+ - `Pexpect interface to GIAC <https://passagemath.org/docs/latest/html/en/reference/interfaces/sage/interfaces/giac.html>`_
108
+
109
+ - see https://github.com/passagemath/passagemath/blob/main/pkgs/sagemath-giac/MANIFEST.in
110
+
111
+ - The binary wheels on PyPI ship a prebuilt copy of the Giac library.
112
+
113
+
114
+ Examples
115
+ --------
116
+
117
+ A quick way to try it out interactively::
118
+
119
+ $ pipx run --pip-args="--prefer-binary" --spec "passagemath-giac[test]" ipython
120
+
121
+ In [1]: from sage.all__sagemath_giac import *
122
+
123
+ In [2]: x = libgiac('x')
124
+
125
+ In [3]: V = [[x[i]**j for i in range(8)] for j in range(8)]
126
+
127
+ In [4]: libgiac(V).dim()
128
+ Out[4]: [8,8]
129
+
130
+ In [5]: libgiac.det_minor(V).factor()
131
+ Out[5]: (x[6]-(x[7]))*(x[5]-(x[7]))*(x[5]-(x[6]))*(x[4]-(x[7]))*(x[4]-(x[6]))*(x[4]-(x[5]))*(x[3]-(x[7]))*(x[3]-(x[6]))*(x[3]-(x[5]))*(x[3]-(x[4]))*(x[2]-(x[7]))*(x[2]-(x[6]))*(x[2]-(x[5]))*(x[2]-(x[4]))*(x[2]-(x[3]))*(x[1]-(x[7]))*(x[1]-(x[6]))*(x[1]-(x[5]))*(x[1]-(x[4]))*(x[1]-(x[3]))*(x[1]-(x[2]))*(x[0]-(x[7]))*(x[0]-(x[6]))*(x[0]-(x[5]))*(x[0]-(x[4]))*(x[0]-(x[3]))*(x[0]-(x[2]))*(x[0]-(x[1]))
132
+
133
+ In [6]: (x+5)**(1/3) # note here 1/3 is done in Python before being sent to Giac
134
+ Out[6]: (x+5)^0.333333333333
135
+
136
+ In [7]: (x+5)**QQ('1/3') # using Sage rationals
137
+ Out[7]: (x+5)^(1/3)
138
+
139
+ In [8]: from fractions import Fraction # using Python rationals
140
+
141
+ In [9]: (x+5)**Fraction(1,3)
142
+ Out[9]: (x+5)^(1/3)
143
+
144
+ The last example again, using the Sage REPL::
145
+
146
+ $ pipx run --pip-args="--prefer-binary" --spec "passagemath-giac[test]" sage
147
+ Warning: sage.all is not available; this is a limited REPL.
148
+
149
+ sage: from sage.all__sagemath_giac import *
150
+
151
+ sage: x = libgiac('x')
152
+
153
+ sage: (x+5)^(1/3) # the Sage preparser translates this to (x+5)**QQ('1/3')
154
+ (x+5)^(1/3)
@@ -0,0 +1,34 @@
1
+ passagemath_giac-10.6.30.post3.dist-info/RECORD,,
2
+ passagemath_giac-10.6.30.post3.dist-info/WHEEL,sha256=712N52SU3I2_rIttYKaXuJDaqfMQVjrhVLnTCkanCjg,136
3
+ passagemath_giac-10.6.30.post3.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
4
+ passagemath_giac-10.6.30.post3.dist-info/METADATA,sha256=Pf6PgJ92He1wNl1getR6zIyRFpoa0qapBDkVn95pVck,6794
5
+ passagemath_giac.dylibs/libreadline.8.2.dylib,sha256=jWiC9CYNTrWjKFWtwNkP5tcc4bKi1VW8QnjtU09_vpk,316224
6
+ passagemath_giac.dylibs/libcliquer.1.dylib,sha256=T_y5xE9ihsy6XRFP7KEn9NXU4jRSzzkdjz-JzsYQmmY,121712
7
+ passagemath_giac.dylibs/libgsl.28.dylib,sha256=tYXHkGiTF_0Wv98T8EP3Hcdm7WfC-WUcXmhTrcqQ_9g,2618912
8
+ passagemath_giac.dylibs/libmpfi.0.dylib,sha256=WLoiJD8a8LjdX4z5Ahg7q4553PFp4krA86_a1VX9DzY,167952
9
+ passagemath_giac.dylibs/libglpk.40.dylib,sha256=xykSnIXt98QCWk6kmnN8KX-VW6w9NCh6zwAp047O6M8,1073312
10
+ passagemath_giac.dylibs/libgiac.0.dylib,sha256=70scc_0j_NZG9UZtSRnHYV3ddohk_OstlD4Onr2ah8c,25703760
11
+ passagemath_giac.dylibs/libssl.3.dylib,sha256=rHHzcSzRUAh8DS-DekqnesOHtZZvxt0UUxju1YC51WI,819520
12
+ passagemath_giac.dylibs/libcrypto.3.dylib,sha256=RKJ-e-GQnVCy0D5edXOitAp2WjLEmmqhriCRG5XkjFE,4064240
13
+ passagemath_giac.dylibs/libopenblasp-r0.3.29.dylib,sha256=llYztAuclt1EzdcqIoF9qEoeevkUjHj56dFZmeMlppQ,23828736
14
+ passagemath_giac.dylibs/libgfortran.5.dylib,sha256=3pvVuHyVWuR6NlkevBNY8Fn2hGc89GqbMeoc4fEDECU,2003312
15
+ passagemath_giac.dylibs/libz.1.3.1.dylib,sha256=sLmkjge_2tq1OYmZbLKJSzk7zFtKJMsejMg1T0JRab4,137104
16
+ passagemath_giac.dylibs/libintl.8.dylib,sha256=1aGtoobHKuo8AmMTmrUkHOXqzcZvhN72qszKyZfJ9us,239968
17
+ passagemath_giac.dylibs/libcurl.4.dylib,sha256=4WkrDBKu931E7-7L1uddNe0mwTCJZF_MPgRTGCQhPkA,676800
18
+ passagemath_giac.dylibs/libpari-gmp-tls.dylib,sha256=dKgGUc6Fq5Un1M92kQl8MvKHvRQhE0Jm0-t3o0tLVGQ,9062448
19
+ passagemath_giac.dylibs/libquadmath.0.dylib,sha256=XmRiw4sHwStcBGG76HFsHzWizTjZ8jeXXMc_3fEm2zs,368304
20
+ passagemath_giac.dylibs/libgslcblas.0.dylib,sha256=PyNOqnV22aKH2vokHI-vKmqeNjYwFjoXC00RomOxuOs,289312
21
+ passagemath_giac.dylibs/libgmp.10.dylib,sha256=RKKjdtjsjfZRaQRWwvllZyUJVj2xd2o5qCtT-PKUaZ0,464688
22
+ passagemath_giac.dylibs/libmpfr.6.dylib,sha256=bzzR-fZHSKEw6IK6jhv32nxciLHxYafZZJqVWmusgM4,466160
23
+ sage_wheels/bin/giac,sha256=-3SF7iUQOC2X9jbQpPk40f_9DP2lJ4sPC0jO6j9bSc4,308816
24
+ sage/all__sagemath_giac.py,sha256=_84rzeYsEqRQvyrfa7KhH_4YeeYISi-1Bl-nCVWGE6w,234
25
+ sage/libs/all__sagemath_giac.py,sha256=Ki9seZYz9nDXkjkzVTLXVAIqJdBc09sUzpK9Va8vWkM,154
26
+ sage/libs/giac/giac.pxd,sha256=u5TF3tAucvOa5ypyZyAeB8lLe_dRT1YAxCKEmOxdkng,8238
27
+ sage/libs/giac/misc.h,sha256=gDMJlwTFblzrfnWaoPGgxC1oQas03BP22ecBa5d-JJA,2548
28
+ sage/libs/giac/keywords.pxi,sha256=y_L_dsEE3lIopMt8fsbOhGN8b3iueAwT5Y7BSSUs3O0,25732
29
+ sage/libs/giac/__init__.py,sha256=pQcVLi-O_WRtie1aN8ge1U-lYTPRC502AJ2l585xM3k,12908
30
+ sage/libs/giac/auto-methods.pxi,sha256=Oh58oDqlbKWeFXY6ArLMROm5iTayfaZZuVAbdWj1ZhI,676345
31
+ sage/libs/giac/giac.cpython-310-darwin.so,sha256=7Wmy2bKq7ZeHUA83QlHIOINpdrPnUHcHEkbLMl7uXFY,3205520
32
+ sage/libs/giac/giac.pyx,sha256=2V9MYLPrvnINYG7BUDVyazBVdgchkTpoFqRCzNhfIdw,68898
33
+ sage/interfaces/all__sagemath_giac.py,sha256=kb8e_2ZD2q6tVPakBcnb9ocdKdeowDDYmWkBdNfsp2w,43
34
+ sage/interfaces/giac.py,sha256=mzv08OdogL81GP8oHwT-5f_4y0v6BKYt8ZOA4a8usDw,38218
@@ -0,0 +1,6 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: false
4
+ Tag: cp310-cp310-macosx_13_0_arm64
5
+ Generator: delocate 0.13.0
6
+
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,11 @@
1
+ # sage_setup: distribution = sagemath-giac
2
+ # delvewheel: patch
3
+
4
+ from sage.all__sagemath_categories import *
5
+
6
+ try:
7
+ from sage.all__sagemath_symbolics import *
8
+ except ImportError:
9
+ pass
10
+
11
+ from sage.libs.all__sagemath_giac import *
@@ -0,0 +1 @@
1
+ # sage_setup: distribution = sagemath-giac