passagemath-repl 10.5.29__py3-none-any.whl → 10.5.30__py3-none-any.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.
Files changed (84) hide show
  1. passagemath_repl-10.5.30.data/data/share/jupyter/kernels/sagemath/kernel.json +1 -0
  2. {passagemath_repl-10.5.29.dist-info → passagemath_repl-10.5.30.dist-info}/METADATA +3 -3
  3. {passagemath_repl-10.5.29.dist-info → passagemath_repl-10.5.30.dist-info}/RECORD +83 -83
  4. sage/tests/books/computational-mathematics-with-sagemath/calculus_doctest.py +1 -0
  5. sage/tests/books/computational-mathematics-with-sagemath/combinat_doctest.py +1 -0
  6. sage/tests/books/computational-mathematics-with-sagemath/domaines_doctest.py +1 -0
  7. sage/tests/books/computational-mathematics-with-sagemath/float_doctest.py +1 -0
  8. sage/tests/books/computational-mathematics-with-sagemath/graphique_doctest.py +1 -0
  9. sage/tests/books/computational-mathematics-with-sagemath/graphtheory_doctest.py +1 -0
  10. sage/tests/books/computational-mathematics-with-sagemath/integration_doctest.py +1 -0
  11. sage/tests/books/computational-mathematics-with-sagemath/linalg_doctest.py +1 -0
  12. sage/tests/books/computational-mathematics-with-sagemath/linsolve_doctest.py +1 -0
  13. sage/tests/books/computational-mathematics-with-sagemath/lp_doctest.py +1 -0
  14. sage/tests/books/computational-mathematics-with-sagemath/mpoly_doctest.py +1 -0
  15. sage/tests/books/computational-mathematics-with-sagemath/nonlinear_doctest.py +1 -0
  16. sage/tests/books/computational-mathematics-with-sagemath/numbertheory_doctest.py +1 -0
  17. sage/tests/books/computational-mathematics-with-sagemath/polynomes_doctest.py +1 -0
  18. sage/tests/books/computational-mathematics-with-sagemath/premierspas_doctest.py +1 -0
  19. sage/tests/books/computational-mathematics-with-sagemath/programmation_doctest.py +1 -0
  20. sage/tests/books/computational-mathematics-with-sagemath/recequadiff_doctest.py +1 -0
  21. sage/tests/books/computational-mathematics-with-sagemath/sol/calculus_doctest.py +1 -0
  22. sage/tests/books/computational-mathematics-with-sagemath/sol/combinat_doctest.py +1 -0
  23. sage/tests/books/computational-mathematics-with-sagemath/sol/domaines_doctest.py +1 -0
  24. sage/tests/books/computational-mathematics-with-sagemath/sol/float_doctest.py +1 -0
  25. sage/tests/books/computational-mathematics-with-sagemath/sol/graphique_doctest.py +1 -0
  26. sage/tests/books/computational-mathematics-with-sagemath/sol/graphtheory_doctest.py +1 -0
  27. sage/tests/books/computational-mathematics-with-sagemath/sol/integration_doctest.py +1 -0
  28. sage/tests/books/computational-mathematics-with-sagemath/sol/linalg_doctest.py +1 -0
  29. sage/tests/books/computational-mathematics-with-sagemath/sol/linsolve_doctest.py +1 -0
  30. sage/tests/books/computational-mathematics-with-sagemath/sol/lp_doctest.py +1 -0
  31. sage/tests/books/computational-mathematics-with-sagemath/sol/mpoly_doctest.py +1 -0
  32. sage/tests/books/computational-mathematics-with-sagemath/sol/nonlinear_doctest.py +1 -0
  33. sage/tests/books/computational-mathematics-with-sagemath/sol/numbertheory_doctest.py +1 -0
  34. sage/tests/books/computational-mathematics-with-sagemath/sol/polynomes_doctest.py +1 -0
  35. sage/tests/books/computational-mathematics-with-sagemath/sol/recequadiff_doctest.py +1 -0
  36. sage/tests/books/judson-abstract-algebra/actions-sage-exercises.py +1 -0
  37. sage/tests/books/judson-abstract-algebra/actions-sage.py +1 -0
  38. sage/tests/books/judson-abstract-algebra/algcodes-sage.py +1 -0
  39. sage/tests/books/judson-abstract-algebra/boolean-sage.py +1 -0
  40. sage/tests/books/judson-abstract-algebra/cosets-sage-exercises.py +1 -0
  41. sage/tests/books/judson-abstract-algebra/cosets-sage.py +1 -0
  42. sage/tests/books/judson-abstract-algebra/crypt-sage.py +1 -0
  43. sage/tests/books/judson-abstract-algebra/cyclic-sage.py +1 -0
  44. sage/tests/books/judson-abstract-algebra/domains-sage.py +1 -0
  45. sage/tests/books/judson-abstract-algebra/fields-sage.py +1 -0
  46. sage/tests/books/judson-abstract-algebra/finite-sage.py +1 -0
  47. sage/tests/books/judson-abstract-algebra/galois-sage.py +1 -0
  48. sage/tests/books/judson-abstract-algebra/groups-sage.py +1 -0
  49. sage/tests/books/judson-abstract-algebra/homomorph-sage-exercises.py +1 -0
  50. sage/tests/books/judson-abstract-algebra/homomorph-sage.py +1 -0
  51. sage/tests/books/judson-abstract-algebra/integers-sage.py +1 -0
  52. sage/tests/books/judson-abstract-algebra/isomorph-sage.py +1 -0
  53. sage/tests/books/judson-abstract-algebra/normal-sage.py +1 -0
  54. sage/tests/books/judson-abstract-algebra/permute-sage.py +1 -0
  55. sage/tests/books/judson-abstract-algebra/poly-sage.py +1 -0
  56. sage/tests/books/judson-abstract-algebra/rings-sage.py +1 -0
  57. sage/tests/books/judson-abstract-algebra/sets-sage.py +1 -0
  58. sage/tests/books/judson-abstract-algebra/struct-sage.py +1 -0
  59. sage/tests/books/judson-abstract-algebra/sylow-sage.py +1 -0
  60. sage/tests/books/judson-abstract-algebra/vect-sage-exercises.py +1 -0
  61. sage/tests/books/judson-abstract-algebra/vect-sage.py +1 -0
  62. passagemath_repl-10.5.29.data/data/share/jupyter/kernels/sagemath/kernel.json +0 -1
  63. {passagemath_repl-10.5.29.data → passagemath_repl-10.5.30.data}/data/share/jupyter/kernels/sagemath/logo-64x64.png +0 -0
  64. {passagemath_repl-10.5.29.data → passagemath_repl-10.5.30.data}/data/share/jupyter/kernels/sagemath/logo.svg +0 -0
  65. {passagemath_repl-10.5.29.data → passagemath_repl-10.5.30.data}/scripts/sage-cachegrind +0 -0
  66. {passagemath_repl-10.5.29.data → passagemath_repl-10.5.30.data}/scripts/sage-callgrind +0 -0
  67. {passagemath_repl-10.5.29.data → passagemath_repl-10.5.30.data}/scripts/sage-cleaner +0 -0
  68. {passagemath_repl-10.5.29.data → passagemath_repl-10.5.30.data}/scripts/sage-coverage +0 -0
  69. {passagemath_repl-10.5.29.data → passagemath_repl-10.5.30.data}/scripts/sage-eval +0 -0
  70. {passagemath_repl-10.5.29.data → passagemath_repl-10.5.30.data}/scripts/sage-fixdoctests +0 -0
  71. {passagemath_repl-10.5.29.data → passagemath_repl-10.5.30.data}/scripts/sage-inline-fortran +0 -0
  72. {passagemath_repl-10.5.29.data → passagemath_repl-10.5.30.data}/scripts/sage-ipynb2rst +0 -0
  73. {passagemath_repl-10.5.29.data → passagemath_repl-10.5.30.data}/scripts/sage-ipython +0 -0
  74. {passagemath_repl-10.5.29.data → passagemath_repl-10.5.30.data}/scripts/sage-massif +0 -0
  75. {passagemath_repl-10.5.29.data → passagemath_repl-10.5.30.data}/scripts/sage-notebook +0 -0
  76. {passagemath_repl-10.5.29.data → passagemath_repl-10.5.30.data}/scripts/sage-omega +0 -0
  77. {passagemath_repl-10.5.29.data → passagemath_repl-10.5.30.data}/scripts/sage-preparse +0 -0
  78. {passagemath_repl-10.5.29.data → passagemath_repl-10.5.30.data}/scripts/sage-run +0 -0
  79. {passagemath_repl-10.5.29.data → passagemath_repl-10.5.30.data}/scripts/sage-run-cython +0 -0
  80. {passagemath_repl-10.5.29.data → passagemath_repl-10.5.30.data}/scripts/sage-runtests +0 -0
  81. {passagemath_repl-10.5.29.data → passagemath_repl-10.5.30.data}/scripts/sage-startuptime.py +0 -0
  82. {passagemath_repl-10.5.29.data → passagemath_repl-10.5.30.data}/scripts/sage-valgrind +0 -0
  83. {passagemath_repl-10.5.29.dist-info → passagemath_repl-10.5.30.dist-info}/WHEEL +0 -0
  84. {passagemath_repl-10.5.29.dist-info → passagemath_repl-10.5.30.dist-info}/top_level.txt +0 -0
@@ -0,0 +1 @@
1
+ {"argv": ["python3", "-m", "sage.repl.ipython_kernel", "-f", "{connection_file}"], "display_name": "passagemath 10.5.30", "language": "sage"}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-repl
3
- Version: 10.5.29
3
+ Version: 10.5.30
4
4
  Summary: passagemath: IPython kernel, Sage preparser, doctester
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -29,8 +29,8 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
29
29
  Classifier: Topic :: Scientific/Engineering :: Mathematics
30
30
  Requires-Python: <3.14,>=3.9
31
31
  Description-Content-Type: text/x-rst
32
- Requires-Dist: passagemath-objects~=10.5.29.0
33
- Requires-Dist: passagemath-environment~=10.5.29.0
32
+ Requires-Dist: passagemath-objects~=10.5.30.0
33
+ Requires-Dist: passagemath-environment~=10.5.30.0
34
34
  Requires-Dist: ipykernel>=5.2.1
35
35
  Requires-Dist: ipython>=7.13.0
36
36
  Requires-Dist: ipywidgets>=7.5.1
@@ -1,24 +1,24 @@
1
- passagemath_repl-10.5.29.data/data/share/jupyter/kernels/sagemath/kernel.json,sha256=osXrNFS80AMPXno0piegYBpsce-zzmVdDze58I6Fghk,141
2
- passagemath_repl-10.5.29.data/data/share/jupyter/kernels/sagemath/logo-64x64.png,sha256=pE3myKl2ywp6zDUD0JiMs-lvAk6T4O3z5PdEC_B0ZL4,3421
3
- passagemath_repl-10.5.29.data/data/share/jupyter/kernels/sagemath/logo.svg,sha256=C9lkyX-_DqtTKOlcLFRu36k7scdBufRnYdy4AMHa7GQ,19074
4
- passagemath_repl-10.5.29.data/scripts/sage-cachegrind,sha256=FRrT4BoRsrATlQOrXALHAbDI_KLhz0XuDOD6xzECEl8,651
5
- passagemath_repl-10.5.29.data/scripts/sage-callgrind,sha256=pWhrI8NsVa_XSuay052htjxcM3thrpX8rI6Uj_pK5Uo,442
6
- passagemath_repl-10.5.29.data/scripts/sage-cleaner,sha256=vM0CkzbxiSCE0Z85AViQIvoxb5oUz5WOmVOvShbLDUY,7778
7
- passagemath_repl-10.5.29.data/scripts/sage-coverage,sha256=IhvqnFvmvNJBMQtiSu5_Qy52a67hG-r3cAeyhYOOj7w,10199
8
- passagemath_repl-10.5.29.data/scripts/sage-eval,sha256=4IHv01xH34wJPj61wzcL5ufhoO6Y3UTTGz7b-0YKJFw,266
9
- passagemath_repl-10.5.29.data/scripts/sage-fixdoctests,sha256=cTWoFr9rAdOF-xeW6ytNeX3EzhKcs1mTN4UilP4kiGg,36877
10
- passagemath_repl-10.5.29.data/scripts/sage-inline-fortran,sha256=T3U943WNPKrxQJuanBhTpXU3jJ5vjaXd56R8yWv_8PM,234
11
- passagemath_repl-10.5.29.data/scripts/sage-ipynb2rst,sha256=PynBPdthnpwGbILDRA38IwpT319Ze-g8UMmWaaTnimQ,1345
12
- passagemath_repl-10.5.29.data/scripts/sage-ipython,sha256=RYYd8-gmE5JE_-dCkOSDpC6rRsX6i6tma3pqgmXYJvM,342
13
- passagemath_repl-10.5.29.data/scripts/sage-massif,sha256=Tfqb6ON9d0OZnt6VlGS21asbdMq8zWzx8ZnvV1n_buI,613
14
- passagemath_repl-10.5.29.data/scripts/sage-notebook,sha256=QJ1Y4eTptc6TbNVXZswpcsn-NqaQNuSwjWE-lYmGpW8,8453
15
- passagemath_repl-10.5.29.data/scripts/sage-omega,sha256=4ARnHyZyB69ltxHj9xYpzad_YCBT3Nk0Wq3Ke09gExM,595
16
- passagemath_repl-10.5.29.data/scripts/sage-preparse,sha256=3L1KKgvSApvoK467Wza0S4WQLCXiYvivrhDKIvA1omc,10595
17
- passagemath_repl-10.5.29.data/scripts/sage-run,sha256=F1oAgPN7Kh5dO1smCyfGVT0Dy46NQ_dQ3OQZ8Wa6foM,689
18
- passagemath_repl-10.5.29.data/scripts/sage-run-cython,sha256=02mTGXokayRxISoCWWsDcKZwGrmh5B0mJJxTT87J01Q,235
19
- passagemath_repl-10.5.29.data/scripts/sage-runtests,sha256=nUvI3fCrBjqPUict01wIxwYPjvaZf4ttLp85tavUEpY,111
20
- passagemath_repl-10.5.29.data/scripts/sage-startuptime.py,sha256=RtIuC7jM3SOwROXTa6nnpJhzK0sQ24nDqyE6zXpCWEI,6209
21
- passagemath_repl-10.5.29.data/scripts/sage-valgrind,sha256=fZxy00oXU4PpHf_wc2uYKb7lzqSBY4VkhUxiuvXHKhA,1201
1
+ passagemath_repl-10.5.30.data/data/share/jupyter/kernels/sagemath/kernel.json,sha256=xLc-6UNJojY4iTrVL3-QexcYNS79D1vvMC9akmiiGK4,141
2
+ passagemath_repl-10.5.30.data/data/share/jupyter/kernels/sagemath/logo-64x64.png,sha256=pE3myKl2ywp6zDUD0JiMs-lvAk6T4O3z5PdEC_B0ZL4,3421
3
+ passagemath_repl-10.5.30.data/data/share/jupyter/kernels/sagemath/logo.svg,sha256=C9lkyX-_DqtTKOlcLFRu36k7scdBufRnYdy4AMHa7GQ,19074
4
+ passagemath_repl-10.5.30.data/scripts/sage-cachegrind,sha256=FRrT4BoRsrATlQOrXALHAbDI_KLhz0XuDOD6xzECEl8,651
5
+ passagemath_repl-10.5.30.data/scripts/sage-callgrind,sha256=pWhrI8NsVa_XSuay052htjxcM3thrpX8rI6Uj_pK5Uo,442
6
+ passagemath_repl-10.5.30.data/scripts/sage-cleaner,sha256=vM0CkzbxiSCE0Z85AViQIvoxb5oUz5WOmVOvShbLDUY,7778
7
+ passagemath_repl-10.5.30.data/scripts/sage-coverage,sha256=IhvqnFvmvNJBMQtiSu5_Qy52a67hG-r3cAeyhYOOj7w,10199
8
+ passagemath_repl-10.5.30.data/scripts/sage-eval,sha256=4IHv01xH34wJPj61wzcL5ufhoO6Y3UTTGz7b-0YKJFw,266
9
+ passagemath_repl-10.5.30.data/scripts/sage-fixdoctests,sha256=cTWoFr9rAdOF-xeW6ytNeX3EzhKcs1mTN4UilP4kiGg,36877
10
+ passagemath_repl-10.5.30.data/scripts/sage-inline-fortran,sha256=T3U943WNPKrxQJuanBhTpXU3jJ5vjaXd56R8yWv_8PM,234
11
+ passagemath_repl-10.5.30.data/scripts/sage-ipynb2rst,sha256=PynBPdthnpwGbILDRA38IwpT319Ze-g8UMmWaaTnimQ,1345
12
+ passagemath_repl-10.5.30.data/scripts/sage-ipython,sha256=RYYd8-gmE5JE_-dCkOSDpC6rRsX6i6tma3pqgmXYJvM,342
13
+ passagemath_repl-10.5.30.data/scripts/sage-massif,sha256=Tfqb6ON9d0OZnt6VlGS21asbdMq8zWzx8ZnvV1n_buI,613
14
+ passagemath_repl-10.5.30.data/scripts/sage-notebook,sha256=QJ1Y4eTptc6TbNVXZswpcsn-NqaQNuSwjWE-lYmGpW8,8453
15
+ passagemath_repl-10.5.30.data/scripts/sage-omega,sha256=4ARnHyZyB69ltxHj9xYpzad_YCBT3Nk0Wq3Ke09gExM,595
16
+ passagemath_repl-10.5.30.data/scripts/sage-preparse,sha256=3L1KKgvSApvoK467Wza0S4WQLCXiYvivrhDKIvA1omc,10595
17
+ passagemath_repl-10.5.30.data/scripts/sage-run,sha256=F1oAgPN7Kh5dO1smCyfGVT0Dy46NQ_dQ3OQZ8Wa6foM,689
18
+ passagemath_repl-10.5.30.data/scripts/sage-run-cython,sha256=02mTGXokayRxISoCWWsDcKZwGrmh5B0mJJxTT87J01Q,235
19
+ passagemath_repl-10.5.30.data/scripts/sage-runtests,sha256=nUvI3fCrBjqPUict01wIxwYPjvaZf4ttLp85tavUEpY,111
20
+ passagemath_repl-10.5.30.data/scripts/sage-startuptime.py,sha256=RtIuC7jM3SOwROXTa6nnpJhzK0sQ24nDqyE6zXpCWEI,6209
21
+ passagemath_repl-10.5.30.data/scripts/sage-valgrind,sha256=fZxy00oXU4PpHf_wc2uYKb7lzqSBY4VkhUxiuvXHKhA,1201
22
22
  sage/all__sagemath_repl.py,sha256=z6lERTYuw3I4LQ7-hnEYbY1i-hMJj2uAm2ujOmWitSo,5713
23
23
  sage/doctest/__init__.py,sha256=JJMNkq7Rh3gCshtynqXDTLJgUKweNFlUhpnbvTLRMwg,166
24
24
  sage/doctest/__main__.py,sha256=wGVNiaPbhQwzoAs3Y1xhYBlB18pBieEDhi71ggF8NkQ,13647
@@ -162,72 +162,72 @@ sage/tests/sympy.py,sha256=SGzxN4faL0Y3lokTYV_n_IYjf65pc1foBfLbxDhPDgk,431
162
162
  sage/tests/test_deprecation.py,sha256=Y2uvLozCshTPhQgfAxT_pAkkgX5Q16yJwQ0CleKHDJw,917
163
163
  sage/tests/books/__init__.py,sha256=7FeABQKWv91MY03iyMjh0SjIIvwreXZPjgmpIlP7OjE,97
164
164
  sage/tests/books/computational-mathematics-with-sagemath/__init__.py,sha256=6mNw0BEw6mZsoOi004elrLvD4m4RffLmgY921IwsNXk,43
165
- sage/tests/books/computational-mathematics-with-sagemath/calculus_doctest.py,sha256=SOeQAKGIA7Ou4OkqtZtVl4OfDmOArpjyeiEWVpwXllk,14273
166
- sage/tests/books/computational-mathematics-with-sagemath/combinat_doctest.py,sha256=wlHLs4nVUq2GBuxbfhnDa30OF0TxL4o5nn1PGceN0_k,28306
167
- sage/tests/books/computational-mathematics-with-sagemath/domaines_doctest.py,sha256=0A9YWxwR0K_Bq1uTdoGIzoaT_KBxFNvb6yWAhRE4hmA,10244
168
- sage/tests/books/computational-mathematics-with-sagemath/float_doctest.py,sha256=lpsP8mhctlRu5YQ2yyQlEjPgZFNHDDGviylOS4T4mf0,11617
169
- sage/tests/books/computational-mathematics-with-sagemath/graphique_doctest.py,sha256=aZpqqauhu1e7NidG5JQH3gVvDnC4frz5iZcqezj6GAU,9725
170
- sage/tests/books/computational-mathematics-with-sagemath/graphtheory_doctest.py,sha256=0vITZoUXcCgbBTzzeUXiKvAGC8sZkUBephumrMKI6m0,12787
171
- sage/tests/books/computational-mathematics-with-sagemath/integration_doctest.py,sha256=G4ySxF7V-w4zK0Hl5l2vXKOJjy20Y-Oi_MNnnocuQPE,9085
172
- sage/tests/books/computational-mathematics-with-sagemath/linalg_doctest.py,sha256=6_tStGLF9t034LEOj309xM-IR8ng6Jqm91IWwSEJGtw,11888
173
- sage/tests/books/computational-mathematics-with-sagemath/linsolve_doctest.py,sha256=G8MD8eTlbahSz2pfyS4UTRPgNg3MdYkA0jRvlzZsLkY,13431
174
- sage/tests/books/computational-mathematics-with-sagemath/lp_doctest.py,sha256=jz_lqmH1ZKbJzDCmrBgVgCAc54PDF0hJdNT3JQkoFEE,6372
175
- sage/tests/books/computational-mathematics-with-sagemath/mpoly_doctest.py,sha256=TTVmJ2RQ-CNjcmSECSYhfEZuhr0YTa5cOppHVAl7lq8,15252
176
- sage/tests/books/computational-mathematics-with-sagemath/nonlinear_doctest.py,sha256=O4tDV7MtCxcuNSkTFnHHy1U0VYtou4Y8sVPCLDTpIs0,15948
177
- sage/tests/books/computational-mathematics-with-sagemath/numbertheory_doctest.py,sha256=bFuWjYBuuSZuAGrfHGrmiuTe3HyhWQfZm3pOo9gQs3Q,4236
178
- sage/tests/books/computational-mathematics-with-sagemath/polynomes_doctest.py,sha256=F4TDw67HWKW5a3QtB6ZvTIzDgcQsayDTqbM6lAkvuYE,12128
179
- sage/tests/books/computational-mathematics-with-sagemath/premierspas_doctest.py,sha256=wZagSqzeKAyOCtf3VcB66FOHfek_GLQg2xdZ6CU13FE,3360
180
- sage/tests/books/computational-mathematics-with-sagemath/programmation_doctest.py,sha256=zZC83HAyezjVqTqPWWryTHVXBiV80IhE4JtnefJOZJg,17801
181
- sage/tests/books/computational-mathematics-with-sagemath/recequadiff_doctest.py,sha256=IZe_INRvkdw16Q-KeqDwuvoZHLb_Qap1hO3wEj-PlbQ,11613
165
+ sage/tests/books/computational-mathematics-with-sagemath/calculus_doctest.py,sha256=-nCCcTlWTU2wvj_BWbHea6zM5iphP1XYokE9H_bve0Q,14309
166
+ sage/tests/books/computational-mathematics-with-sagemath/combinat_doctest.py,sha256=vSPxFXoKfqcWIFLvZRBbeqJXF2YkQInKNjTrDW9Vm6o,28342
167
+ sage/tests/books/computational-mathematics-with-sagemath/domaines_doctest.py,sha256=77SFujtjHdrS2UDcsE0Na9xoKZjp8XbCsxPdX3grJjc,10280
168
+ sage/tests/books/computational-mathematics-with-sagemath/float_doctest.py,sha256=jaTDxj_z2fObJKLUoBEdhniQVVnyNYmjEhErY3zYoak,11653
169
+ sage/tests/books/computational-mathematics-with-sagemath/graphique_doctest.py,sha256=n0l4Z9pVbCcVRC9m9CVgkSaudIek1E34NV1ut_IzI6M,9771
170
+ sage/tests/books/computational-mathematics-with-sagemath/graphtheory_doctest.py,sha256=_bXLimPYfhCq4qecSjPW04j3iYEpYnwBEIBehJYuz7g,12840
171
+ sage/tests/books/computational-mathematics-with-sagemath/integration_doctest.py,sha256=GEUkqQea25Z51X19PSQ48PQbSq-_AE-iBoM41AVcu1I,9121
172
+ sage/tests/books/computational-mathematics-with-sagemath/linalg_doctest.py,sha256=bQrWl-Kj-mRXUVOoibceFmippeZfcTmb2uveSkxS5VA,11971
173
+ sage/tests/books/computational-mathematics-with-sagemath/linsolve_doctest.py,sha256=s7AtWcs5Prnx-7iP-xGEAH3DPcclef2B2TaPjYl4Z2k,13472
174
+ sage/tests/books/computational-mathematics-with-sagemath/lp_doctest.py,sha256=G0TDM59xL7AwoE9fyuYb2NN-Aa12EuWyil6KoHzbqJg,6425
175
+ sage/tests/books/computational-mathematics-with-sagemath/mpoly_doctest.py,sha256=2bqa6dBJzLZNZArU-HCqWrdzNvbDkqFbhuAhkfpsJnA,15293
176
+ sage/tests/books/computational-mathematics-with-sagemath/nonlinear_doctest.py,sha256=XC-Zx46uVjXhioxn8EPYwmvTJ3GXTtsXn0tVXeRJQrU,15984
177
+ sage/tests/books/computational-mathematics-with-sagemath/numbertheory_doctest.py,sha256=V0ODEcX8TKFR3RZFbzsy-sAUSDxuOPjkRkPnyMlEFMM,4287
178
+ sage/tests/books/computational-mathematics-with-sagemath/polynomes_doctest.py,sha256=3BkR9uD8w07_no4NhC70RYaVDBAFsMv6QyhSJNXQUgs,12164
179
+ sage/tests/books/computational-mathematics-with-sagemath/premierspas_doctest.py,sha256=dx8VNzWjeQpPO2pG5MRqnh3Ts0i-wH_4zaSxu-ThvPQ,3396
180
+ sage/tests/books/computational-mathematics-with-sagemath/programmation_doctest.py,sha256=y_4qVYnvDMQz30iZJzAuElXTZApvzv18TmoJ-1PIsEw,17837
181
+ sage/tests/books/computational-mathematics-with-sagemath/recequadiff_doctest.py,sha256=611z4QCJUpdpPmcspW6uZo_g8LBz-sGrdBJt8E-jFEo,11649
182
182
  sage/tests/books/computational-mathematics-with-sagemath/sol/__init__.py,sha256=6mNw0BEw6mZsoOi004elrLvD4m4RffLmgY921IwsNXk,43
183
- sage/tests/books/computational-mathematics-with-sagemath/sol/calculus_doctest.py,sha256=FDUXADTmjLFZ2jRuoqmKFJmRiL3HvmSDOQUQ4ahitcI,8687
184
- sage/tests/books/computational-mathematics-with-sagemath/sol/combinat_doctest.py,sha256=xZj44vzr_bmD6n0EMbQR7I_fZoJ6tvnTIos-MSqGdm8,6008
185
- sage/tests/books/computational-mathematics-with-sagemath/sol/domaines_doctest.py,sha256=uEuVKMuxopaUobEsdnSbrxVdm-QKOEtPuQ5Wcg4_0ks,2118
186
- sage/tests/books/computational-mathematics-with-sagemath/sol/float_doctest.py,sha256=oyZEd5I7XpR7lqBeqywCrUoYs97te1qjhHMZscTtfZo,3687
187
- sage/tests/books/computational-mathematics-with-sagemath/sol/graphique_doctest.py,sha256=x9bGAlyjKOhQSjk0RMhMtng5SIjYuxJRYIfD_RUlfCE,4391
188
- sage/tests/books/computational-mathematics-with-sagemath/sol/graphtheory_doctest.py,sha256=G4aIjuCPkQe9QQ9EaQbbpfBSAhT5akmZ53Y8BxlP5F0,1593
189
- sage/tests/books/computational-mathematics-with-sagemath/sol/integration_doctest.py,sha256=rD6HVNXoaUmJx6bJPjP2hYkDcy_gD76dYOtqnWbmqFU,1911
190
- sage/tests/books/computational-mathematics-with-sagemath/sol/linalg_doctest.py,sha256=K7nu55SzkJoYmB5RL7cEHkJlifeQMkStVXGmFYc1Svo,2268
191
- sage/tests/books/computational-mathematics-with-sagemath/sol/linsolve_doctest.py,sha256=-7wOv4H9w_d-5VY9YrwvhbGNrFETma0FwnI6srUqU6M,767
192
- sage/tests/books/computational-mathematics-with-sagemath/sol/lp_doctest.py,sha256=yiBM2WZobJMKDP0VPW6-v7pn6RfeCc6aZcAdVbb7ACw,1581
193
- sage/tests/books/computational-mathematics-with-sagemath/sol/mpoly_doctest.py,sha256=C0QYnj8e20_GF-De-cANR9V0CUFy7-8NdJjDm-sGhds,3676
194
- sage/tests/books/computational-mathematics-with-sagemath/sol/nonlinear_doctest.py,sha256=nT_I2ylnsEapXgZdxpeLG5EO0kbMmZEYcyYesrG3qXM,3810
195
- sage/tests/books/computational-mathematics-with-sagemath/sol/numbertheory_doctest.py,sha256=1KGCAq6XPOhIZRJeTGeB-B_9u1mEjxmsX2F5cu4sO-o,6090
196
- sage/tests/books/computational-mathematics-with-sagemath/sol/polynomes_doctest.py,sha256=53lQ-gJROkzoXluV6h1jznXUHcrLUUBSY9W71FuWtlE,3482
197
- sage/tests/books/computational-mathematics-with-sagemath/sol/recequadiff_doctest.py,sha256=bUjYhdV-LknXT9Z4WTRqVu8V0kogz5vwQYhKmsOdPyQ,1820
183
+ sage/tests/books/computational-mathematics-with-sagemath/sol/calculus_doctest.py,sha256=A7wD9gRSnJrQMt8tAUq-WMbWOxBAC7hCXgr9KJP-KkA,8723
184
+ sage/tests/books/computational-mathematics-with-sagemath/sol/combinat_doctest.py,sha256=_vQ9IHbDG2OdOKJDh5fVuEoLkYddJ1MeCVuwHghPecQ,6069
185
+ sage/tests/books/computational-mathematics-with-sagemath/sol/domaines_doctest.py,sha256=_FGcxmkd07EoX6adulJFDkq0_L9IYhOgW58XIJdEOlM,2154
186
+ sage/tests/books/computational-mathematics-with-sagemath/sol/float_doctest.py,sha256=gcZz8fNLWnpFH-VBksVqbzUuW_MJAgqCRIa4Edq3PCk,3723
187
+ sage/tests/books/computational-mathematics-with-sagemath/sol/graphique_doctest.py,sha256=_kxNOY7bGk7LTrnmC0pW0I-PUBM7Hj7K4c1fgrUrmhc,4427
188
+ sage/tests/books/computational-mathematics-with-sagemath/sol/graphtheory_doctest.py,sha256=jQNV32S1W8bsehEagNNxNur7xEnBjM3zim6DcZG7PKc,1627
189
+ sage/tests/books/computational-mathematics-with-sagemath/sol/integration_doctest.py,sha256=plTNc-e1fus6RTTAJjQB2hwDZjdDwDUlW5_G3lHlNwQ,1947
190
+ sage/tests/books/computational-mathematics-with-sagemath/sol/linalg_doctest.py,sha256=jRhas7BbMjf5GJfSojIHjdifaPBUutGDoARRcJV4xto,2324
191
+ sage/tests/books/computational-mathematics-with-sagemath/sol/linsolve_doctest.py,sha256=lHIxy_4k7bi2B0RIZN7Fww7FIKAdGgtLMulU2vPtDww,808
192
+ sage/tests/books/computational-mathematics-with-sagemath/sol/lp_doctest.py,sha256=PrUfACtviY3pn2X4M3H48KTm5C1yh9Nh6xWSnwYEUTM,1634
193
+ sage/tests/books/computational-mathematics-with-sagemath/sol/mpoly_doctest.py,sha256=xTHdLh8ukU2NFErdY4_0t1SquxPeefkQOvqUjfjjG8c,3737
194
+ sage/tests/books/computational-mathematics-with-sagemath/sol/nonlinear_doctest.py,sha256=EK6YXSPtCJ-H5v3IZHyHG33J5mIZ8a0jtYYC2xSRZuI,3846
195
+ sage/tests/books/computational-mathematics-with-sagemath/sol/numbertheory_doctest.py,sha256=HkWcbvfCjtguL9ZyXs_HRmwO6VVkOInaFaF_gXYC_7g,6141
196
+ sage/tests/books/computational-mathematics-with-sagemath/sol/polynomes_doctest.py,sha256=cm_KDyZR9UgaK66HF0pfQv85LY33YCwtEJXkfZR79sM,3518
197
+ sage/tests/books/computational-mathematics-with-sagemath/sol/recequadiff_doctest.py,sha256=oDmD-bl8rElLElajSyKc0NkgH4moalLrkOPJgMbRKxI,1856
198
198
  sage/tests/books/judson-abstract-algebra/__init__.py,sha256=6mNw0BEw6mZsoOi004elrLvD4m4RffLmgY921IwsNXk,43
199
- sage/tests/books/judson-abstract-algebra/actions-sage-exercises.py,sha256=LNjP616Achw_mDb_SgbiiC8reG_C8zQkSU4-95VZWcc,1584
200
- sage/tests/books/judson-abstract-algebra/actions-sage.py,sha256=G8M8OzzSBncAj9-PPCeCvfANxQc9n8m3nOY5N2zS_do,4207
201
- sage/tests/books/judson-abstract-algebra/algcodes-sage.py,sha256=MCWF5b_4pZbXjc1OrO_tOEXgYxlS5HauPB2tAYcnGJc,3209
202
- sage/tests/books/judson-abstract-algebra/boolean-sage.py,sha256=FODcYLA44TPaM40H26uqb35_YZaQgVlSDSmZPHlNArI,5965
203
- sage/tests/books/judson-abstract-algebra/cosets-sage-exercises.py,sha256=BGpjBCwAGhwCS6V3IL3eXEehbSRzFNOb3X6cZ3cQNaM,2149
204
- sage/tests/books/judson-abstract-algebra/cosets-sage.py,sha256=FOQyX1SaSlguzSil6DMTePD7fW_5BIw0DDaI9VB-a8o,4535
205
- sage/tests/books/judson-abstract-algebra/crypt-sage.py,sha256=uPL592l5VBZsNo_JiRsHRdlvR5uCb8lTrgSZ3MBgGnc,3696
206
- sage/tests/books/judson-abstract-algebra/cyclic-sage.py,sha256=6kMtwPcyHjDuZ7LiolBOrwx9B-kHxJdXGP1KpZB1lTA,8455
207
- sage/tests/books/judson-abstract-algebra/domains-sage.py,sha256=45ztH3rE1saHgQLao_HtVH9KDRJB5HvbTdDmStsw_F8,3647
208
- sage/tests/books/judson-abstract-algebra/fields-sage.py,sha256=tKF-WPklZEzCyA1jxj-NZU-Pbiaht8KX9u63auCwP_0,6600
209
- sage/tests/books/judson-abstract-algebra/finite-sage.py,sha256=Gvi0vhaNvw_sN2HHMrNaE6H6UxByr6LN7_kt3PyKyNQ,2819
210
- sage/tests/books/judson-abstract-algebra/galois-sage.py,sha256=k2oyF5UyMBaWimwDwd1ZUubbjbupyYSNYa43evrkBgE,13723
211
- sage/tests/books/judson-abstract-algebra/groups-sage.py,sha256=GX40HItm2KcRTYPkS0qZEckHZ2tDII0cyk0d14dqxgM,6077
212
- sage/tests/books/judson-abstract-algebra/homomorph-sage-exercises.py,sha256=OQ53mq8p8EP6xfxTNlq1EWNFFHS6YLD24b59rt5QMY8,1837
213
- sage/tests/books/judson-abstract-algebra/homomorph-sage.py,sha256=NipNO-cKcPDjmZAMdGSRPw7leSsDLxCaJZbX2xKiQ64,5909
214
- sage/tests/books/judson-abstract-algebra/integers-sage.py,sha256=oiZbQklYEh6TmXIIpFBPQ-uZfvEd24BJKiF-UaRQN7I,3640
215
- sage/tests/books/judson-abstract-algebra/isomorph-sage.py,sha256=aJW6pyG_xpMvVE9B1e3TUqK3Tx3-n8jPGpX-aFD6irg,4253
216
- sage/tests/books/judson-abstract-algebra/normal-sage.py,sha256=pnYkeqw6j6w2uBt56dRadkIQYRxzNues9L0Um3-Lpsg,3324
217
- sage/tests/books/judson-abstract-algebra/permute-sage.py,sha256=dtnUMR27163Q_x9aoY-iAzTMz7BlIWbeogMQdMm-4io,6462
218
- sage/tests/books/judson-abstract-algebra/poly-sage.py,sha256=Jg0OFz3HLvgVchE1xzl968LGqZ1xpcnbFzt-Xo07Xbg,5996
219
- sage/tests/books/judson-abstract-algebra/rings-sage.py,sha256=wRjggkhnhq5wB2Z9I1HCNE56Sbezx9zWX3qwpOd8PG0,7037
220
- sage/tests/books/judson-abstract-algebra/sets-sage.py,sha256=AY887EUkLuxqSHEbt0KrNGfXUC6XqT8dVLWQGhKDZ88,3592
221
- sage/tests/books/judson-abstract-algebra/struct-sage.py,sha256=BdffG-KXrpSlNEh2EOrVvsG5rkD-XoCsXnoGoog8XBE,1824
222
- sage/tests/books/judson-abstract-algebra/sylow-sage.py,sha256=f-4SfHDjCRGFpeT-9P2xPTZI1HQgJyux2vq0RaepW50,7754
223
- sage/tests/books/judson-abstract-algebra/vect-sage-exercises.py,sha256=DDUlI-uNdvoOemCM4Vf3UlMi1bTGBI8Gg9B18reHHAM,1498
224
- sage/tests/books/judson-abstract-algebra/vect-sage.py,sha256=tBfEzC8vQn36Xbcp7E6Fasc_cp_hnL0SVu4-4133Wr8,4907
199
+ sage/tests/books/judson-abstract-algebra/actions-sage-exercises.py,sha256=1_bq571meH_SIoYV3nA99iSk_N5BOpFISRIVyCYjtJk,1628
200
+ sage/tests/books/judson-abstract-algebra/actions-sage.py,sha256=4JE1-XAkqmMYfKNfyhBJwqDtb0pSop15xNVIZzGEbKU,4253
201
+ sage/tests/books/judson-abstract-algebra/algcodes-sage.py,sha256=Eu4w2Gn4qtziGEao-P65EETHEZpSjotvkzHKxejRxHY,3259
202
+ sage/tests/books/judson-abstract-algebra/boolean-sage.py,sha256=roYVqYLy8Wy8wgiCR9BRe-ztFSYLJmFGh8IpSN7najY,6012
203
+ sage/tests/books/judson-abstract-algebra/cosets-sage-exercises.py,sha256=Y0t6R20HmDGDXfBtvOackDBoEx8XVDEcgcyhVoqsiP4,2186
204
+ sage/tests/books/judson-abstract-algebra/cosets-sage.py,sha256=5ucBiZNLzSmq42J3PylRvSZDb8R_DtBAPJMbH2ktydA,4584
205
+ sage/tests/books/judson-abstract-algebra/crypt-sage.py,sha256=nvlt4UlRQIDs4l8lmwKUvsV1ViScasSDhVGDE1lvfpM,3733
206
+ sage/tests/books/judson-abstract-algebra/cyclic-sage.py,sha256=eeStXS5INcenJFOYJtUM-LhSQxfXpy3GSKQYWCsZsBk,8526
207
+ sage/tests/books/judson-abstract-algebra/domains-sage.py,sha256=ZnI2MHB9nBAtMMIBqMVotEThtKxSPG4FM54xijO59w8,3717
208
+ sage/tests/books/judson-abstract-algebra/fields-sage.py,sha256=YsXH0XYwzFIU9pTacJvee3y4QTXIop2lev8ZYItpypA,6636
209
+ sage/tests/books/judson-abstract-algebra/finite-sage.py,sha256=4AlvvmjLqRWsV-nRYP4GYbXJlPRvH9_BakfzrI700gw,2865
210
+ sage/tests/books/judson-abstract-algebra/galois-sage.py,sha256=5DTDc8GL4KaWNt60f71nVMwJ4j0ky843QvxgE_t-_pU,13781
211
+ sage/tests/books/judson-abstract-algebra/groups-sage.py,sha256=qY7KOggc-PVXStrWeVyGHUNXQ0dual5ToUAQCeZY_go,6139
212
+ sage/tests/books/judson-abstract-algebra/homomorph-sage-exercises.py,sha256=9ilsoVse8vYUhvLhxP-lVn0y_8zhjhvhlwOrEcvb9pQ,1871
213
+ sage/tests/books/judson-abstract-algebra/homomorph-sage.py,sha256=__Az5sKE14RNSVJrdWSn1JVmbILAP-0je2A9Ewkl4Kk,5943
214
+ sage/tests/books/judson-abstract-algebra/integers-sage.py,sha256=dtXYQAG_5bjYCvZeubT99zsD9ay8b5vsdrpj7uvNXAo,3677
215
+ sage/tests/books/judson-abstract-algebra/isomorph-sage.py,sha256=taFeWJo-nKvefzFYpNeiFpFp8-XZQ9MU1Y4HZnqLcGI,4302
216
+ sage/tests/books/judson-abstract-algebra/normal-sage.py,sha256=9Q1gM0S8-lOGzQh4YU-v7Gw12q2xA0ussNs39V7gEcM,3358
217
+ sage/tests/books/judson-abstract-algebra/permute-sage.py,sha256=s4pL5AvKN9JpNBeJbUOzeqP7pt4_TqC4O4COjAWWWtA,6509
218
+ sage/tests/books/judson-abstract-algebra/poly-sage.py,sha256=2Ev9V-S-u3n1qzW6SzioNR3wqx3jpcF_bbhRlRsxiAU,6033
219
+ sage/tests/books/judson-abstract-algebra/rings-sage.py,sha256=3nqisABCcoCtM78Gn0DtsvMWixHTd-MvlG-CsNzsgtw,7107
220
+ sage/tests/books/judson-abstract-algebra/sets-sage.py,sha256=5Eieg8zOt_CofjeUT_5hir-HFhKX7JHKA2fVYluzOUU,3633
221
+ sage/tests/books/judson-abstract-algebra/struct-sage.py,sha256=qbBffzJINIdf_hUK8FUM2dbDz3jProRDoNHxYynQFQk,1858
222
+ sage/tests/books/judson-abstract-algebra/sylow-sage.py,sha256=62mWMpcJ8V-3t0WulSeQ-WhnCV6v1cgnwq3WRisBZ6w,7788
223
+ sage/tests/books/judson-abstract-algebra/vect-sage-exercises.py,sha256=S4qBM09xGwezSXFnGyJYAkLB7p4poSxYUatSkhwrbc0,1533
224
+ sage/tests/books/judson-abstract-algebra/vect-sage.py,sha256=TSR5LFMuhao9T8QDEMaTfijKOE0o9uxWciuOvvl1adM,4966
225
225
  sage/tests/memcheck/__init__.py,sha256=6mNw0BEw6mZsoOi004elrLvD4m4RffLmgY921IwsNXk,43
226
226
  sage/tests/memcheck/run_tests.py,sha256=waPUB_tHk1YvSCd45BOXHeWubtA2St4ZQR-O88R3eHM,543
227
227
  sage/tests/memcheck/run_tests_in_valgrind.py,sha256=Ht4-bpgRl2sH4SICRKN5S5VyMhebmCvRRz4ktOmwKFo,933
228
228
  sage/tests/memcheck/symbolic_expression.py,sha256=oEFxHEpGZK8-sCr_vTiVu8bk-e5lTzp4GQSepnGN-OQ,272
229
229
  sage/tests/memcheck/verify_no_leak.py,sha256=6TiUam0TTe1D_Gbaftz5uGSb8QZygRGXQow-WpVH6kg,984
230
- passagemath_repl-10.5.29.dist-info/METADATA,sha256=Tpiq8IlG1Zfa9JUNPIpxL3zPxpsxpen18JmWoTY3sPE,4708
231
- passagemath_repl-10.5.29.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
232
- passagemath_repl-10.5.29.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
233
- passagemath_repl-10.5.29.dist-info/RECORD,,
230
+ passagemath_repl-10.5.30.dist-info/METADATA,sha256=rM19-Pf9FEnuqifZVuWho3Zfh8SkH4BD7YfDcC6sUWE,4708
231
+ passagemath_repl-10.5.30.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
232
+ passagemath_repl-10.5.30.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
233
+ passagemath_repl-10.5.30.dist-info/RECORD,,
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.symbolic
2
3
  """
3
4
  This file (./calculus_doctest.sage) was *autogenerated* from ./calculus.tex,
4
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.symbolic
2
3
  """
3
4
  This file (./combinat_doctest.sage) was *autogenerated* from ./combinat.tex,
4
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.symbolic
2
3
  """
3
4
  This file (./domaines_doctest.sage) was *autogenerated* from ./domaines.tex,
4
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.symbolic
2
3
  """
3
4
  This file (./float_doctest.sage) was *autogenerated* from ./float.tex,
4
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.plot sage.symbolic
2
3
  """
3
4
  This file (./graphique_doctest.sage) was *autogenerated* from ./graphique.tex,
4
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.graphs sage.numerical.mip
2
3
  """
3
4
  This file (./graphtheory_doctest.sage) was *autogenerated* from ./graphtheory.tex,
4
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.symbolic
2
3
  """
3
4
  This file (./integration_doctest.sage) was *autogenerated* from ./integration.tex,
4
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.graphs sage.groups sage.modules sage.rings.finite_rings
2
3
  """
3
4
  This file (./linalg_doctest.sage) was *autogenerated* from ./linalg.tex,
4
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs scipy sage.modules
2
3
  r"""
3
4
  This file (./linsolve_doctest.sage) was *autogenerated* from ./linsolve.tex,
4
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.graphs sage.numerical.mip
2
3
  """
3
4
  This file (./lp_doctest.sage) was *autogenerated* from ./lp.tex,
4
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.libs.singular
2
3
  r"""
3
4
  This file (./mpoly_doctest.sage) was *autogenerated* from ./mpoly.tex,
4
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.symbolic
2
3
  """
3
4
  This file (./nonlinear_doctest.sage) was *autogenerated* from ./nonlinear.tex,
4
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.libs.pari sage.symbolic
2
3
  """
3
4
  This file (./numbertheory_doctest.sage) was *autogenerated* from ./numbertheory.tex,
4
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.symbolic
2
3
  """
3
4
  This file (./polynomes_doctest.sage) was *autogenerated* from ./polynomes.tex,
4
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.symbolic
2
3
  """
3
4
  This file (./premierspas_doctest.sage) was *autogenerated* from ./premierspas.tex,
4
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.symbolic
2
3
  """
3
4
  This file (./programmation_doctest.sage) was *autogenerated* from ./programmation.tex,
4
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.symbolic
2
3
  """
3
4
  This file (./recequadiff_doctest.sage) was *autogenerated* from ./recequadiff.tex,
4
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.symbolic
2
3
  """
3
4
  This file (./sol/calculus_doctest.sage) was *autogenerated* from ./sol/calculus.tex,
4
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.combinat sage.graphs sage.modules
2
3
  """
3
4
  This file (./sol/combinat_doctest.sage) was *autogenerated* from ./sol/combinat.tex,
4
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.symbolic
2
3
  """
3
4
  This file (./sol/domaines_doctest.sage) was *autogenerated* from ./sol/domaines.tex,
4
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.symbolic
2
3
  """
3
4
  This file (./sol/float_doctest.sage) was *autogenerated* from ./sol/float.tex,
4
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.symbolic
2
3
  """
3
4
  This file (./sol/graphique_doctest.sage) was *autogenerated* from ./sol/graphique.tex,
4
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.graphs
2
3
  """
3
4
  This file (./sol/graphtheory_doctest.sage) was *autogenerated* from ./sol/graphtheory.tex,
4
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.symbolic
2
3
  """
3
4
  This file (./sol/integration_doctest.sage) was *autogenerated* from ./sol/integration.tex,
4
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs numpy sage.libs.pari sage.modules
2
3
  """
3
4
  This file (./sol/linalg_doctest.sage) was *autogenerated* from ./sol/linalg.tex,
4
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs scipy sage.modules
2
3
  """
3
4
  This file (./sol/linsolve_doctest.sage) was *autogenerated* from ./sol/linsolve.tex,
4
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.graphs sage.numerical.mip
2
3
  """
3
4
  This file (./sol/lp_doctest.sage) was *autogenerated* from ./sol/lp.tex,
4
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.libs.pari sage.rings.number_field
2
3
  """
3
4
  This file (./sol/mpoly_doctest.sage) was *autogenerated* from ./sol/mpoly.tex,
4
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.symbolic
2
3
  """
3
4
  This file (./sol/nonlinear_doctest.sage) was *autogenerated* from ./sol/nonlinear.tex,
4
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.libs.pari sage.symbolic
2
3
  """
3
4
  This file (./sol/numbertheory_doctest.sage) was *autogenerated* from ./sol/numbertheory.tex,
4
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.symbolic
2
3
  """
3
4
  This file (./sol/polynomes_doctest.sage) was *autogenerated* from ./sol/polynomes.tex,
4
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.symbolic
2
3
  """
3
4
  This file (./sol/recequadiff_doctest.sage) was *autogenerated* from ./sol/recequadiff.tex,
4
5
  with sagetex.sty version 2011/05/27 v2.3.1.
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.graphs sage.plot
2
3
  ## Sage Doctest File ##
3
4
  #**************************************#
4
5
  #* Generated from PreTeXt source *#
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.graphs sage.groups
2
3
  ## Sage Doctest File ##
3
4
  #**************************************#
4
5
  #* Generated from PreTeXt source *#
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.libs.pari sage.modules
2
3
  ## Sage Doctest File ##
3
4
  #**************************************#
4
5
  #* Generated from PreTeXt source *#
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.graphs sage.modules
2
3
  ## Sage Doctest File ##
3
4
  #**************************************#
4
5
  #* Generated from PreTeXt source *#
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.libs.pari
2
3
  ## Sage Doctest File ##
3
4
  #**************************************#
4
5
  #* Generated from PreTeXt source *#
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.groups sage.libs.pari
2
3
  ## Sage Doctest File ##
3
4
  #**************************************#
4
5
  #* Generated from PreTeXt source *#
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.libs.pari
2
3
  ## Sage Doctest File ##
3
4
  #**************************************#
4
5
  #* Generated from PreTeXt source *#
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.modules sage.groups sage.rings.number_field
2
3
  ## Sage Doctest File ##
3
4
  #**************************************#
4
5
  #* Generated from PreTeXt source *#
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.rings.finite_rings sage.rings.number_field
2
3
  ## Sage Doctest File ##
3
4
  #**************************************#
4
5
  #* Generated from PreTeXt source *#
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.symbolic
2
3
  ## Sage Doctest File ##
3
4
  #**************************************#
4
5
  #* Generated from PreTeXt source *#
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.rings.finite_rings
2
3
  ## Sage Doctest File ##
3
4
  #**************************************#
4
5
  #* Generated from PreTeXt source *#
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.groups sage.rings.number_field
2
3
  ## Sage Doctest File ##
3
4
  #**************************************#
4
5
  #* Generated from PreTeXt source *#
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.modules sage.groups sage.symbolics
2
3
  ## Sage Doctest File ##
3
4
  #**************************************#
4
5
  #* Generated from PreTeXt source *#
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.groups
2
3
  ## Sage Doctest File ##
3
4
  #**************************************#
4
5
  #* Generated from PreTeXt source *#
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.groups
2
3
  ## Sage Doctest File ##
3
4
  #**************************************#
4
5
  #* Generated from PreTeXt source *#
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.libs.pari
2
3
  ## Sage Doctest File ##
3
4
  #**************************************#
4
5
  #* Generated from PreTeXt source *#
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.groups sage.libs.pari
2
3
  ## Sage Doctest File ##
3
4
  #**************************************#
4
5
  #* Generated from PreTeXt source *#
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.groups
2
3
  ## Sage Doctest File ##
3
4
  #**************************************#
4
5
  #* Generated from PreTeXt source *#
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.groups sage.modules
2
3
  ## Sage Doctest File ##
3
4
  #**************************************#
4
5
  #* Generated from PreTeXt source *#
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.libs.pari
2
3
  ## Sage Doctest File ##
3
4
  #**************************************#
4
5
  #* Generated from PreTeXt source *#
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.rings.finite_rings sage.rings.number_field
2
3
  ## Sage Doctest File ##
3
4
  #**************************************#
4
5
  #* Generated from PreTeXt source *#
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs numpy sage.modules
2
3
  ## Sage Doctest File ##
3
4
  #**************************************#
4
5
  #* Generated from PreTeXt source *#
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.groups
2
3
  ## Sage Doctest File ##
3
4
  #**************************************#
4
5
  #* Generated from PreTeXt source *#
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.groups
2
3
  ## Sage Doctest File ##
3
4
  #**************************************#
4
5
  #* Generated from PreTeXt source *#
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.modules
2
3
  ## Sage Doctest File ##
3
4
  #**************************************#
4
5
  #* Generated from PreTeXt source *#
@@ -1,4 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-repl
2
+ # sage.doctest: needs sage.modules sage.rings.finite_rings
2
3
  ## Sage Doctest File ##
3
4
  #**************************************#
4
5
  #* Generated from PreTeXt source *#
@@ -1 +0,0 @@
1
- {"argv": ["python3", "-m", "sage.repl.ipython_kernel", "-f", "{connection_file}"], "display_name": "passagemath 10.5.29", "language": "sage"}