symengine 0.13.0__cp310-cp310-macosx_11_0_arm64.whl → 0.14.1__cp310-cp310-macosx_11_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.
Files changed (79) hide show
  1. symengine.dylibs/libflint.18.0.dylib → symengine/.dylibs/libflint.19.0.dylib +0 -0
  2. {symengine.dylibs → symengine/.dylibs}/libgmp.10.dylib +0 -0
  3. {symengine.dylibs → symengine/.dylibs}/libmpc.3.dylib +0 -0
  4. {symengine.dylibs → symengine/.dylibs}/libmpfr.6.dylib +0 -0
  5. {symengine.dylibs → symengine/.dylibs}/libz.1.3.1.dylib +0 -0
  6. symengine/.dylibs/libzstd.1.5.7.dylib +0 -0
  7. {symengine-0.13.0.data/purelib/symengine → symengine}/__init__.py +1 -1
  8. symengine/__pycache__/__init__.cpython-310.pyc +0 -0
  9. symengine/__pycache__/functions.cpython-310.pyc +0 -0
  10. symengine/__pycache__/printing.cpython-310.pyc +0 -0
  11. symengine/__pycache__/sympy_compat.cpython-310.pyc +0 -0
  12. symengine/__pycache__/test_utilities.cpython-310.pyc +0 -0
  13. symengine/__pycache__/utilities.cpython-310.pyc +0 -0
  14. symengine/lib/__pycache__/__init__.cpython-310.pyc +0 -0
  15. symengine/lib/symengine.pxd +152 -152
  16. symengine/lib/symengine_wrapper.cpython-310-darwin.so +0 -0
  17. symengine/tests/__pycache__/__init__.cpython-310.pyc +0 -0
  18. symengine/tests/__pycache__/test_arit.cpython-310.pyc +0 -0
  19. symengine/tests/__pycache__/test_cse.cpython-310.pyc +0 -0
  20. symengine/tests/__pycache__/test_dict_basic.cpython-310.pyc +0 -0
  21. symengine/tests/__pycache__/test_eval.cpython-310.pyc +0 -0
  22. symengine/tests/__pycache__/test_expr.cpython-310.pyc +0 -0
  23. symengine/tests/__pycache__/test_functions.cpython-310.pyc +0 -0
  24. symengine/tests/__pycache__/test_lambdify.cpython-310.pyc +0 -0
  25. symengine/tests/__pycache__/test_logic.cpython-310.pyc +0 -0
  26. symengine/tests/__pycache__/test_matrices.cpython-310.pyc +0 -0
  27. symengine/tests/__pycache__/test_ntheory.cpython-310.pyc +0 -0
  28. symengine/tests/__pycache__/test_number.cpython-310.pyc +0 -0
  29. symengine/tests/__pycache__/test_pickling.cpython-310.pyc +0 -0
  30. symengine/tests/__pycache__/test_printing.cpython-310.pyc +0 -0
  31. symengine/tests/__pycache__/test_sage.cpython-310.pyc +0 -0
  32. symengine/tests/__pycache__/test_series_expansion.cpython-310.pyc +0 -0
  33. symengine/tests/__pycache__/test_sets.cpython-310.pyc +0 -0
  34. symengine/tests/__pycache__/test_solve.cpython-310.pyc +0 -0
  35. symengine/tests/__pycache__/test_subs.cpython-310.pyc +0 -0
  36. symengine/tests/__pycache__/test_symbol.cpython-310.pyc +0 -0
  37. symengine/tests/__pycache__/test_sympify.cpython-310.pyc +0 -0
  38. symengine/tests/__pycache__/test_sympy_compat.cpython-310.pyc +0 -0
  39. symengine/tests/__pycache__/test_sympy_conv.cpython-310.pyc +0 -0
  40. symengine/tests/__pycache__/test_var.cpython-310.pyc +0 -0
  41. {symengine-0.13.0.dist-info → symengine-0.14.1.dist-info}/METADATA +13 -4
  42. symengine-0.14.1.dist-info/RECORD +78 -0
  43. {symengine-0.13.0.dist-info → symengine-0.14.1.dist-info}/WHEEL +2 -1
  44. {symengine-0.13.0.dist-info → symengine-0.14.1.dist-info/licenses}/AUTHORS +3 -0
  45. {symengine-0.13.0.dist-info → symengine-0.14.1.dist-info/licenses}/LICENSE +107 -272
  46. symengine-0.14.1.dist-info/top_level.txt +1 -0
  47. symengine-0.13.0.dist-info/RECORD +0 -47
  48. symengine-0.13.0.dist-info/top_level.txt +0 -1
  49. symengine.dylibs/libzstd.1.5.6.dylib +0 -0
  50. {symengine-0.13.0.data/purelib/symengine → symengine}/functions.py +0 -0
  51. {symengine-0.13.0.data/purelib/symengine → symengine}/lib/__init__.py +0 -0
  52. {symengine-0.13.0.data/purelib/symengine → symengine}/printing.py +0 -0
  53. {symengine-0.13.0.data/purelib/symengine → symengine}/sympy_compat.py +0 -0
  54. {symengine-0.13.0.data/purelib/symengine → symengine}/test_utilities.py +0 -0
  55. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/__init__.py +0 -0
  56. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_arit.py +0 -0
  57. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_cse.py +0 -0
  58. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_dict_basic.py +0 -0
  59. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_eval.py +0 -0
  60. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_expr.py +0 -0
  61. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_functions.py +0 -0
  62. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_lambdify.py +0 -0
  63. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_logic.py +0 -0
  64. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_matrices.py +0 -0
  65. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_ntheory.py +0 -0
  66. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_number.py +0 -0
  67. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_pickling.py +0 -0
  68. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_printing.py +0 -0
  69. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_sage.py +0 -0
  70. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_series_expansion.py +0 -0
  71. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_sets.py +0 -0
  72. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_solve.py +0 -0
  73. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_subs.py +0 -0
  74. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_symbol.py +0 -0
  75. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_sympify.py +0 -0
  76. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_sympy_compat.py +0 -0
  77. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_sympy_conv.py +0 -0
  78. {symengine-0.13.0.data/purelib/symengine → symengine}/tests/test_var.py +0 -0
  79. {symengine-0.13.0.data/purelib/symengine → symengine}/utilities.py +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: symengine
3
- Version: 0.13.0
3
+ Version: 0.14.1
4
4
  Summary: Python library providing wrappers to SymEngine
5
5
  Home-page: https://github.com/symengine/symengine.py
6
6
  Author: SymEngine development team
@@ -12,14 +12,23 @@ Classifier: Programming Language :: Python
12
12
  Classifier: Topic :: Scientific/Engineering
13
13
  Classifier: Topic :: Scientific/Engineering :: Mathematics
14
14
  Classifier: Topic :: Scientific/Engineering :: Physics
15
- Classifier: Programming Language :: Python :: 3.8
16
15
  Classifier: Programming Language :: Python :: 3.9
17
16
  Classifier: Programming Language :: Python :: 3.10
18
17
  Classifier: Programming Language :: Python :: 3.11
19
18
  Classifier: Programming Language :: Python :: 3.12
20
- Requires-Python: >=3.8,<4
19
+ Classifier: Programming Language :: Python :: 3.13
20
+ Requires-Python: >=3.9,<4
21
21
  License-File: LICENSE
22
22
  License-File: AUTHORS
23
+ Dynamic: author
24
+ Dynamic: author-email
25
+ Dynamic: classifier
26
+ Dynamic: description
27
+ Dynamic: home-page
28
+ Dynamic: license
29
+ Dynamic: license-file
30
+ Dynamic: requires-python
31
+ Dynamic: summary
23
32
 
24
33
 
25
34
  SymEngine is a standalone fast C++ symbolic manipulation library.
@@ -0,0 +1,78 @@
1
+ symengine/functions.py,sha256=LNfGb-yI6aXo9BszdmJWfFjZhQFCSYF44fXGMDhLwb8,425
2
+ symengine/test_utilities.py,sha256=Pk8RHape9EeGatC3nUE5M-IJoL-U3_WHRS6TdRVWg6g,3086
3
+ symengine/__init__.py,sha256=4YfiCPDHEwlmrzp7S4Uvix_FUhGwSk3p1bEiHxPGi2o,2403
4
+ symengine/sympy_compat.py,sha256=pmISwghw-gwE3yM-cpJ2gYWyzO43GQrFVAzeDCLeFRM,171
5
+ symengine/utilities.py,sha256=bn22sbLtKRQVR_G17O4-iO3K7Bo2kOvRZnkjl7IPrR8,9604
6
+ symengine/printing.py,sha256=BKOTrj3voT6enkYZYvimM32ibVcBdLNVF4eIgIjHHW8,1115
7
+ symengine/tests/test_lambdify.py,sha256=06jS9ivhHnTlLSHOClU5YO-9zTTHQGomA85D-lauPQo,29318
8
+ symengine/tests/test_sage.py,sha256=kp_UzeS6vuIlLIc6f3PnykdBMNVKP8k2lZppsX29aOI,5400
9
+ symengine/tests/test_sympy_compat.py,sha256=T24NXeFuStVKvzfZU4HL26RxXkH_2CHCBvdpJsWOd8s,4959
10
+ symengine/tests/test_solve.py,sha256=MnAdXm3ZyX09FnQixaMNDG7vqMX-rr46U9UF5BpBZoY,935
11
+ symengine/tests/test_subs.py,sha256=HlX_iYSSWqJQmSg7x8vRckHgre7Pl8ly6HdbTU-GYTw,1810
12
+ symengine/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
+ symengine/tests/test_matrices.py,sha256=RH-5dDBkTaM0_krJg2TqFQsM5k6LKK3MCC50gEhX5Ww,20648
14
+ symengine/tests/test_series_expansion.py,sha256=GfgoubMmPB30nasMB6t9JR-5uVg3xYOk9oAWDr0DWYY,741
15
+ symengine/tests/test_sympy_conv.py,sha256=uR_6ThIEyDSq-dbrlE8x52eC3wbdnij0tLbEokLqF04,27637
16
+ symengine/tests/test_cse.py,sha256=9SMfCrdQ7ZDoTkbcOk28UhXD2ZDFFbDFiAxOjWM5Ofk,469
17
+ symengine/tests/test_arit.py,sha256=VEigtuYdMjyHP04UMIOTtuI1yCKxoeKlGjO43MDZ-9E,5693
18
+ symengine/tests/test_pickling.py,sha256=lkRqJkkmg8Cot9ng2WnoVkVQH_LyeOtqx-SZorqZLj0,1562
19
+ symengine/tests/test_printing.py,sha256=9_t5rlV1NQUZvolvFKiuuCtpwjS_6hb8FBMXkoGKV-o,1286
20
+ symengine/tests/test_functions.py,sha256=Ctw1o-I3JV3FFiT8SkFha0qXtm8LpI2hmsY2W5WeoG4,11575
21
+ symengine/tests/test_dict_basic.py,sha256=ger2sexbuua1tAxc3JfXlXGrnG2iRAThxGLc01j3jGc,640
22
+ symengine/tests/test_var.py,sha256=q-6R2GVi9AF5eD16jiy_kks2xH4ReUqudZ_S-Zf7O90,1286
23
+ symengine/tests/test_expr.py,sha256=pjkUfuLSXQtAQv110uiF0hJJyw_8i3XXU2A-q51GHl0,1037
24
+ symengine/tests/test_number.py,sha256=F3WIKwBwfWdyHaY7cu9yOtTm4AaGPO71s256tQih3dA,5041
25
+ symengine/tests/test_sympify.py,sha256=yL8JRRdnocswCHQM0S38KDbLB_6VwgZJl3R_HB1M-v4,1868
26
+ symengine/tests/test_ntheory.py,sha256=jMjJVc1pomRDOWXRqqhQTHHUE-npOki4KxKMvWg6m1k,6312
27
+ symengine/tests/test_sets.py,sha256=QWcZHWlK5pD5SZrF72uhYZjhYXm4fbmV5OzrQwqYeYQ,4177
28
+ symengine/tests/test_symbol.py,sha256=5ARwhVtox-fH5kSBgM8JuPbUJK4BJ3HCUo-LiVf39To,5296
29
+ symengine/tests/test_logic.py,sha256=Htbekxw7rQgSShfbcBwZpEi-T7Tb3lZPJ8_kJQWI7as,3546
30
+ symengine/tests/test_eval.py,sha256=xIPgDolURXLoc7qehkYKdr8F4reNz5b-Gy9ptJcTbCc,1743
31
+ symengine/tests/__pycache__/test_symbol.cpython-310.pyc,sha256=HtltbPtvLW-0-RWNM8z6X7uovMkxsBemgtUhJa5SQM0,5646
32
+ symengine/tests/__pycache__/test_sympify.cpython-310.pyc,sha256=tMNi0wwuMin1tZxRXOeN4EPk16dnNquOasX-dsQd-Ls,2835
33
+ symengine/tests/__pycache__/test_matrices.cpython-310.pyc,sha256=CDHc4TlW0buTfYl30WROLqqJHnoykQKAABHrR0g0cms,24779
34
+ symengine/tests/__pycache__/test_eval.cpython-310.pyc,sha256=DOL_O1ZqngnRIm0EIl0Qp5Ta_w3sWtxsWktOm2S00lk,3134
35
+ symengine/tests/__pycache__/test_series_expansion.cpython-310.pyc,sha256=Fy-ljNV-UafeUeplzqqimHZyFatF6xZime_Okr-fdHM,1037
36
+ symengine/tests/__pycache__/test_var.cpython-310.pyc,sha256=Lo45Gi2c1kIugS7osL4Aab2l8x-EcduG9D-dm-Gx30Y,2040
37
+ symengine/tests/__pycache__/test_logic.cpython-310.pyc,sha256=qhIo37_MmSOqFxuPr6cw8RPISa3dHPZ8CvJNg0vONM8,3940
38
+ symengine/tests/__pycache__/test_dict_basic.cpython-310.pyc,sha256=t_7uryQvFk9unYsBK3jLM-cDx3te8s5_uTFvtnanwD4,1006
39
+ symengine/tests/__pycache__/test_lambdify.cpython-310.pyc,sha256=IA28meQPkkn9Dnb9Q0lOc7llEo13QeSd2RuVud94e1k,32513
40
+ symengine/tests/__pycache__/test_number.cpython-310.pyc,sha256=SqC1vyT26ADYkepaFF0cP5FbIrLIG9OztNYEknq7gQE,5172
41
+ symengine/tests/__pycache__/test_ntheory.cpython-310.pyc,sha256=s6w-mPJbQFz_oDkD2BKcvscbG91avLib5YR27NMd9hw,10725
42
+ symengine/tests/__pycache__/test_expr.cpython-310.pyc,sha256=N3wvgt2XDTHJufmsmlbRrPUbskYYJGPN6NiUZGyYibA,1475
43
+ symengine/tests/__pycache__/test_printing.cpython-310.pyc,sha256=nCms04Bjf_oOSne1GY9njBud0EsaXJ3HIxWKN3oUWZA,1976
44
+ symengine/tests/__pycache__/test_functions.cpython-310.pyc,sha256=I20R67jDXxNudTP21Bm9I85d8c1PgPJoqr6543bRUos,12899
45
+ symengine/tests/__pycache__/test_subs.cpython-310.pyc,sha256=pq8aCyKra7OyAoegwX4mgA23Br1eLyD2uL4-y7x9zOM,2786
46
+ symengine/tests/__pycache__/test_solve.cpython-310.pyc,sha256=-bRqqmgaWN5d3t62PDpH06oFD4jJYOXde0Q4ktYrhos,1243
47
+ symengine/tests/__pycache__/test_pickling.cpython-310.pyc,sha256=fNppHgophZYxkmeEsL7oXginK55N02ISLoHbWgeSQI0,2586
48
+ symengine/tests/__pycache__/test_sets.cpython-310.pyc,sha256=Kgx4n_Fvw9qtnbAA6CfnPfS9E69xfI5LTn2EefIY0eU,4148
49
+ symengine/tests/__pycache__/test_arit.cpython-310.pyc,sha256=ETUq-rhG_75pZeBAgB71Dt-bD-mSrpl543hTtS_eUOg,7766
50
+ symengine/tests/__pycache__/test_sympy_conv.cpython-310.pyc,sha256=rRjvqjslCT3sYnOPNnw-wl1qAwYl6_hZRdVJzl3pP0M,21681
51
+ symengine/tests/__pycache__/test_sage.cpython-310.pyc,sha256=w1Ary9AjhXJ-nviBU7krmbQf4s_5NLh0Olf2qfV6L1E,3977
52
+ symengine/tests/__pycache__/test_sympy_compat.cpython-310.pyc,sha256=QmupBjEhYf8C7YuxKWWPk1_znBNgZk4Sk5R5U93ZnoQ,6227
53
+ symengine/tests/__pycache__/test_cse.cpython-310.pyc,sha256=05pQtskE27N6Bmx0GKsVI-iUfmObQ8c_4_s2t0cK2DU,800
54
+ symengine/tests/__pycache__/__init__.cpython-310.pyc,sha256=BPh4GB_ufzKAT9-DktZ95LwjBxCdN1MnNwIRxhUj1ic,158
55
+ symengine/__pycache__/utilities.cpython-310.pyc,sha256=FxA7hPk6H3PCQ1n2IbwctP77y7p7hkWHboqUULSSsog,8942
56
+ symengine/__pycache__/sympy_compat.cpython-310.pyc,sha256=kSQs23b1VkHgIja1dPRvHdGxZ9wNDB39YrewnmzH81s,336
57
+ symengine/__pycache__/test_utilities.cpython-310.pyc,sha256=rmRl27FbJG_PD9C4Higr686nSIVe7_9sTcIX6Wg_2XI,3255
58
+ symengine/__pycache__/printing.cpython-310.pyc,sha256=OhSQXRvvLInOAzRob-uSJvmfH_DMUz7NBH-G1azx2a0,1260
59
+ symengine/__pycache__/functions.cpython-310.pyc,sha256=AanJIt8LJuj-LENwdU6h8QAPYwIlI2eWQ3ODaW2IV8Y,972
60
+ symengine/__pycache__/__init__.cpython-310.pyc,sha256=1RblJmqhfIwjNgjmgwbw3quYrIC2G61jIwR76DOBRno,3321
61
+ symengine/.dylibs/libmpc.3.dylib,sha256=zCDDBGs9Q0TDPNGzdBsbc9vGjCSpA9xjOPlus-NdSSU,150592
62
+ symengine/.dylibs/libz.1.3.1.dylib,sha256=1Lxxx7z06w2sNE0iYONNjQmYowg7q_EBD3uUjxc5soM,124048
63
+ symengine/.dylibs/libflint.19.0.dylib,sha256=da_OUSCwTuPgXgqBDvPTP5OXT5Z9cMJmuRAEBiTPKpk,11087792
64
+ symengine/.dylibs/libgmp.10.dylib,sha256=0MSnrTbNZ6kW5g-CFBAOmoX8vZY9QtJL4394EWYyyjQ,451904
65
+ symengine/.dylibs/libmpfr.6.dylib,sha256=8SUfYSVzKlatVEth6ktlYMwMxYQAZDBPs-NoIidc0C8,452320
66
+ symengine/.dylibs/libzstd.1.5.7.dylib,sha256=N8pzdV8wWgUM221hfB94m6aowgzW8AwfOfNyhfjNed4,831424
67
+ symengine/lib/symengine.pxd,sha256=OroamiaClbihMgQK1QVAHeFMyfSW6TynaugoYWhhLAw,44619
68
+ symengine/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
69
+ symengine/lib/pywrapper.h,sha256=5FeCXvth1dlnftGzPNYvSiUTcEl0eXCutJOZ5QgdVbg,8503
70
+ symengine/lib/symengine_wrapper.pxd,sha256=FJoiaC9Uwfk5HJ1W5gIceP-wJPbWQkjOXyxoIC2RktM,2967
71
+ symengine/lib/symengine_wrapper.cpython-310-darwin.so,sha256=ILbKaCW12_RuxpIv757X9sMX6ZWl_KaEw4XP7Vq4x0w,52501088
72
+ symengine/lib/__pycache__/__init__.cpython-310.pyc,sha256=_nILGMMSlG22QUphew4s5kj6C4JCgnzY7yLl-OP6VoQ,156
73
+ symengine-0.14.1.dist-info/RECORD,,
74
+ symengine-0.14.1.dist-info/WHEEL,sha256=9zvTQsrAHaHWLl3Dw-bXEJGqrAjjUL_AAm2cpnXhEe0,136
75
+ symengine-0.14.1.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
76
+ symengine-0.14.1.dist-info/METADATA,sha256=AYniqyfGIWVIkIjtV8YQQWpJTJFxLj_XxkE7i4S5pck,1335
77
+ symengine-0.14.1.dist-info/licenses/LICENSE,sha256=-xvtDIH_TwP5gAwjI6rTRHZ2ofLSlrlHhxpjXIsY-NA,20487
78
+ symengine-0.14.1.dist-info/licenses/AUTHORS,sha256=Cs77zqfNEGj1BZ_36dUoOcX2qfMhc7HzpgZQEYb3Juw,1710
@@ -1,5 +1,6 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.44.0)
2
+ Generator: setuptools (78.1.1)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp310-cp310-macosx_11_0_arm64
5
+ Generator: delocate 0.13.0
5
6
 
@@ -36,3 +36,6 @@ Pieter Eendebak <pieter.eendebak@gmail.com>
36
36
  Ayush Kumar <ayushk7102@gmail.com>
37
37
  Christian Clauss <cclauss@me.com>
38
38
  Moraxyc <i@qaq.li>
39
+ Aaron Miller <78561124+aaron-skydio@users.noreply.github.com>
40
+ Firat Bezir <bezir.1@osu.edu>
41
+ Adrian Ostrowski <adrian.ostrowski@intel.com>
@@ -39,19 +39,6 @@ or
39
39
 
40
40
  or both in parallel
41
41
 
42
- ================================MPIR=======================================
43
-
44
- Copyright 1991, 1996, 1999, 2000 Free Software Foundation, Inc.
45
-
46
- Copyright 2008, 2009 William Hart
47
-
48
- This file is part of the MPIR Library.
49
-
50
- The MPIR Library is free software; you can redistribute it and/or modify
51
- it under the terms of the GNU Lesser General Public License as published by
52
- the Free Software Foundation; either version 3 of the License, or (at your
53
- option) any later version.
54
-
55
42
  ================================MPFR======================================
56
43
 
57
44
  Copyright 2000-2020 Free Software Foundation, Inc.
@@ -93,20 +80,8 @@ which is itself based on the GNU MP library (http://gmplib.org/).
93
80
  FLINT (Fast Library for Number Theory) is a C library in support of computations
94
81
  in number theory. It's also a research project into algorithms in number theory.
95
82
 
96
- FLINT 2 is a complete rewrite of the FLINT library from scratch. It includes
97
- much cleaner code and in many cases much faster algorithms and implementations.
98
-
99
- At this stage FLINT consists mainly of fast integer and polynomial
100
- arithmetic and linear algebra. In the future it is planned that FLINT will
101
- contain algorithms for algebraic number theory and other number theoretic
102
- functionality.
103
-
104
- William Hart -- 16 Jan 2011.
105
-
106
- License
107
- -------
108
- This version is distributed under LGPL 2.1 (GNU Lesser General Public License).
109
- See the LICENSE file.
83
+ FLINT is distributed under LGPL (GNU Lesser General Public License) version 3 or
84
+ later. See the COPYING.LESSER and COPYING files.
110
85
 
111
86
  ===============================LLVM============================================
112
87
 
@@ -338,259 +313,119 @@ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
338
313
  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
339
314
  OTHER DEALINGS IN THE SOFTWARE.
340
315
 
341
- =============================PTHREADS-WIN32================================
342
-
343
- pthreads-win32 - a POSIX threads library for Microsoft Windows
344
-
345
-
346
-
347
- This file is Copyrighted
348
-
349
- ------------------------
350
-
351
-
352
- This file is covered under the following Copyright:
353
-
354
-
355
- Copyright (C) 2001 Ross P. Johnson
356
-
357
- All rights reserved.
358
-
359
-
360
- Everyone is permitted to copy and distribute verbatim copies
361
-
362
- of this license document, but changing it is not allowed.
363
-
364
-
365
- Pthreads-win32 is covered by the GNU Lesser General Public License
366
-
367
- ------------------------------------------------------------------
368
-
369
-
370
- Pthreads-win32 is open software; you can redistribute it and/or
371
-
372
- modify it under the terms of the GNU Lesser General Public License
373
-
374
- as published by the Free Software Foundation version 2.1 of the
375
-
376
- License.
377
-
378
-
379
- Pthreads-win32 is several binary link libraries, several modules,
380
-
381
- associated interface definition files and scripts used to control
382
-
383
- its compilation and installation.
384
-
385
-
386
- Pthreads-win32 is distributed in the hope that it will be useful,
387
-
388
- but WITHOUT ANY WARRANTY; without even the implied warranty of
389
-
390
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
391
-
392
- GNU Lesser General Public License for more details.
393
-
394
-
395
- A copy of the GNU Lesser General Public License is distributed with
396
-
397
- pthreads-win32 under the filename:
398
-
399
-
400
- COPYING.LIB
401
-
402
-
403
- You should have received a copy of the version 2.1 GNU Lesser General
404
-
405
- Public License with pthreads-win32; if not, write to:
406
-
407
-
408
- Free Software Foundation, Inc.
409
-
410
- 59 Temple Place
411
-
412
- Suite 330
413
-
414
- Boston, MA 02111-1307
415
-
416
- USA
417
-
418
-
419
- The contact addresses for pthreads-win32 is as follows:
420
-
421
-
422
- Web: http://sources.redhat.com/pthreads-win32
423
-
424
- Email: Ross Johnson <rpj@ise.canberra.edu.au>, or
425
-
426
- Ross.Johnson@canberra.edu.au
427
-
428
-
429
-
430
- pthreads-win32 copyrights and exception files
431
-
432
- ---------------------------------------------
433
-
434
-
435
- With the exception of the files listed below, Pthreads-win32
436
-
437
- is covered under the following GNU Lesser General Public License
438
-
439
- Copyrights:
440
-
441
-
442
- Pthreads-win32 - POSIX Threads Library for Win32
443
-
444
- Copyright(C) 1998 John E. Bossom
445
-
446
- Copyright(C) 1999,2002 Pthreads-win32 contributors
447
-
448
-
449
- The current list of contributors is contained
450
-
451
- in the file CONTRIBUTORS included with the source
452
-
453
- code distribution. The current list of CONTRIBUTORS
454
-
455
- can also be seen at the following WWW location:
316
+ =============================WINPTHREADS================================
456
317
 
457
- http://sources.redhat.com/pthreads-win32/contributors.html
318
+ Copyright (c) 2011 mingw-w64 project
458
319
 
320
+ Permission is hereby granted, free of charge, to any person obtaining a
321
+ copy of this software and associated documentation files (the "Software"),
322
+ to deal in the Software without restriction, including without limitation
323
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
324
+ and/or sell copies of the Software, and to permit persons to whom the
325
+ Software is furnished to do so, subject to the following conditions:
459
326
 
460
- Contact Email: rpj@ise.canberra.edu.au
461
-
462
-
463
- These files are not covered under one of the Copyrights listed above:
464
-
465
-
466
- COPYING
467
-
468
- COPYING.LIB
469
-
470
- tests/rwlock7.c
471
-
472
-
473
- This file, COPYING, is distributed under the Copyright found at the
474
-
475
- top of this file. It is important to note that you may distribute
476
-
477
- verbatim copies of this file but you may not modify this file.
478
-
479
-
480
- The file COPYING.LIB, which contains a copy of the version 2.1
481
-
482
- GNU Lesser General Public License, is itself copyrighted by the
483
-
484
- Free Software Foundation, Inc. Please note that the Free Software
485
-
486
- Foundation, Inc. does NOT have a copyright over Pthreads-win32,
487
-
488
- only the COPYING.LIB that is supplied with pthreads-win32.
489
-
490
-
491
- The file tests/rwlock7.c is derived from code written by
492
-
493
- Dave Butenhof for his book 'Programming With POSIX(R) Threads'.
494
-
495
- The original code was obtained by free download from his website
496
-
497
- http://home.earthlink.net/~anneart/family/Threads/source.html
498
-
499
- and did not contain a copyright or author notice. It is assumed to
500
-
501
- be freely distributable.
502
-
503
-
504
- In all cases one may use and distribute these exception files freely.
505
-
506
- And because one may freely distribute the LGPL covered files, the
507
-
508
- entire pthreads-win32 source may be freely used and distributed.
509
-
510
-
511
-
512
-
513
- General Copyleft and License info
514
-
515
- ---------------------------------
516
-
517
-
518
- For general information on Copylefts, see:
519
-
520
-
521
- http://www.gnu.org/copyleft/
522
-
523
-
524
- For information on GNU Lesser General Public Licenses, see:
525
-
526
-
527
- http://www.gnu.org/copyleft/lesser.html
528
-
529
- http://www.gnu.org/copyleft/lesser.txt
530
-
531
-
532
-
533
- Why pthreads-win32 did not use the GNU General Public License
534
-
535
- -------------------------------------------------------------
536
-
537
-
538
- The goal of the pthreads-win32 project has been to
539
-
540
- provide a quality and complete implementation of the POSIX
541
-
542
- threads API for Microsoft Windows within the limits imposed
543
-
544
- by virtue of it being a stand-alone library and not
545
-
546
- linked directly to other POSIX compliant libraries. For
547
-
548
- example, some functions and features, such as those based
549
-
550
- on POSIX signals, are missing.
551
-
552
-
553
- Pthreads-win32 is a library, available in several different
554
-
555
- versions depending on supported compilers, and may be used
556
-
557
- as a dynamically linked module or a statically linked set of
558
-
559
- binary modules. It is not an application on it's own.
560
-
561
-
562
- It was fully intended that pthreads-win32 be usable with
563
-
564
- commercial software not covered by either the GPL or the LGPL
565
-
566
- licenses. Pthreads-win32 has many contributors to it's
567
-
568
- code base, many of whom have done so because they have
569
-
570
- used the library in commercial or proprietry software
571
-
572
- projects.
573
-
574
-
575
- Releasing pthreads-win32 under the LGPL ensures that the
576
-
577
- library can be used widely, while at the same time ensures
578
-
579
- that bug fixes and improvements to the pthreads-win32 code
580
-
581
- itself is returned to benefit all current and future users
327
+ The above copyright notice and this permission notice shall be included in
328
+ all copies or substantial portions of the Software.
582
329
 
583
- of the library.
330
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
331
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
332
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
333
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
334
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
335
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
336
+ DEALINGS IN THE SOFTWARE.
337
+
338
+
339
+ /*
340
+ * Parts of this library are derived by:
341
+ *
342
+ * Posix Threads library for Microsoft Windows
343
+ *
344
+ * Use at own risk, there is no implied warranty to this code.
345
+ * It uses undocumented features of Microsoft Windows that can change
346
+ * at any time in the future.
347
+ *
348
+ * (C) 2010 Lockless Inc.
349
+ * All rights reserved.
350
+ *
351
+ * Redistribution and use in source and binary forms, with or without modification,
352
+ * are permitted provided that the following conditions are met:
353
+ *
354
+ *
355
+ * * Redistributions of source code must retain the above copyright notice,
356
+ * this list of conditions and the following disclaimer.
357
+ * * Redistributions in binary form must reproduce the above copyright notice,
358
+ * this list of conditions and the following disclaimer in the documentation
359
+ * and/or other materials provided with the distribution.
360
+ * * Neither the name of Lockless Inc. nor the names of its contributors may be
361
+ * used to endorse or promote products derived from this software without
362
+ * specific prior written permission.
363
+ *
364
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AN
365
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
366
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
367
+ * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
368
+ * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
369
+ * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
370
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
371
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
372
+ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
373
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
374
+ */
375
+ =============================ZSTD====================================
376
+
377
+ BSD License
378
+
379
+ For Zstandard software
380
+
381
+ Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved.
382
+
383
+ Redistribution and use in source and binary forms, with or without modification,
384
+ are permitted provided that the following conditions are met:
385
+
386
+ * Redistributions of source code must retain the above copyright notice, this
387
+ list of conditions and the following disclaimer.
388
+
389
+ * Redistributions in binary form must reproduce the above copyright notice,
390
+ this list of conditions and the following disclaimer in the documentation
391
+ and/or other materials provided with the distribution.
392
+
393
+ * Neither the name Facebook, nor Meta, nor the names of its contributors may
394
+ be used to endorse or promote products derived from this software without
395
+ specific prior written permission.
396
+
397
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
398
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
399
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
400
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
401
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
402
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
403
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
404
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
405
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
406
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
584
407
 
408
+ =============================ZLIB====================================
585
409
 
586
- Although pthreads-win32 makes it possible for applications
410
+ Copyright notice:
587
411
 
588
- that use POSIX threads to be ported to Win32 platforms, the
412
+ (C) 1995-2024 Jean-loup Gailly and Mark Adler
589
413
 
590
- broader goal of the project is to encourage the use of open
414
+ This software is provided 'as-is', without any express or implied
415
+ warranty. In no event will the authors be held liable for any damages
416
+ arising from the use of this software.
591
417
 
592
- standards, and in particular, to make it just a little easier
418
+ Permission is granted to anyone to use this software for any purpose,
419
+ including commercial applications, and to alter it and redistribute it
420
+ freely, subject to the following restrictions:
593
421
 
594
- for developers writing Win32 applications to consider
422
+ 1. The origin of this software must not be misrepresented; you must not
423
+ claim that you wrote the original software. If you use this software
424
+ in a product, an acknowledgment in the product documentation would be
425
+ appreciated but is not required.
426
+ 2. Altered source versions must be plainly marked as such, and must not be
427
+ misrepresented as being the original software.
428
+ 3. This notice may not be removed or altered from any source distribution.
595
429
 
596
- widening the potential market for their products.
430
+ Jean-loup Gailly Mark Adler
431
+ jloup@gzip.org madler@alumni.caltech.edu
@@ -0,0 +1 @@
1
+
@@ -1,47 +0,0 @@
1
- symengine/lib/symengine.pxd,sha256=3eli94v3itnwXI6myy45bkaTc9Sw66PencA8IWtQvbI,44467
2
- symengine/lib/pywrapper.h,sha256=5FeCXvth1dlnftGzPNYvSiUTcEl0eXCutJOZ5QgdVbg,8503
3
- symengine/lib/symengine_wrapper.pxd,sha256=FJoiaC9Uwfk5HJ1W5gIceP-wJPbWQkjOXyxoIC2RktM,2967
4
- symengine/lib/symengine_wrapper.cpython-310-darwin.so,sha256=WrGS5YJb4iJqar3fbBG_6AcHTBnpl6w5gNavHtB2jiM,51721984
5
- symengine.dylibs/libmpc.3.dylib,sha256=inZyNQDcpe_T_XOSYBjOfqlfl0xEaPoxiNStg186WBQ,150592
6
- symengine.dylibs/libflint.18.0.dylib,sha256=4aQMqazW3-Nd83vaHKw17v7Da7svH_-t66494rb9f0w,12107392
7
- symengine.dylibs/libz.1.3.1.dylib,sha256=2Qk5RdRdAFoKu3LMoX576bM_BJkAlmNba2HM3grpdcU,124032
8
- symengine.dylibs/libzstd.1.5.6.dylib,sha256=G4Jl5lc152eB4HHI4ZOMzfs2eGpQLpFcL1_jf5yWtxY,847184
9
- symengine.dylibs/libgmp.10.dylib,sha256=_KeWuKJvqkciMwa1KLLB212Sqf2_mquB-AEPk5l3Yec,451904
10
- symengine.dylibs/libmpfr.6.dylib,sha256=H4bF9gh0G7N6wxxrjk1zZ-MIlrbtoRHAXBm651h04UI,452320
11
- symengine-0.13.0.dist-info/RECORD,,
12
- symengine-0.13.0.dist-info/LICENSE,sha256=BqaA1xdFJZQf8LMDd36749T1qNvucdB8-2laLMkiwsk,21626
13
- symengine-0.13.0.dist-info/AUTHORS,sha256=w8k5pBJRw8Z_nKjvrUs-EGPNQqmE-U7krot8prq0nBE,1572
14
- symengine-0.13.0.dist-info/WHEEL,sha256=ouErvQ11jObv_Zc_3angaSrUe1BdXm5BVGaL2Y171WY,110
15
- symengine-0.13.0.dist-info/top_level.txt,sha256=ASxf76lo8f1n_6UL_Z5t27oeMUmkRSMzTAtYdzc1ZM8,10
16
- symengine-0.13.0.dist-info/METADATA,sha256=2ahONkmvv3uSLqgBiEpz5rj9LCKAAiHixC02VgMu2rM,1155
17
- symengine-0.13.0.data/purelib/symengine/functions.py,sha256=LNfGb-yI6aXo9BszdmJWfFjZhQFCSYF44fXGMDhLwb8,425
18
- symengine-0.13.0.data/purelib/symengine/test_utilities.py,sha256=Pk8RHape9EeGatC3nUE5M-IJoL-U3_WHRS6TdRVWg6g,3086
19
- symengine-0.13.0.data/purelib/symengine/__init__.py,sha256=aiIG3rh3Cs0KEgyRCAokQf_WwUnAxsyfqRAYfcOC37k,2403
20
- symengine-0.13.0.data/purelib/symengine/sympy_compat.py,sha256=pmISwghw-gwE3yM-cpJ2gYWyzO43GQrFVAzeDCLeFRM,171
21
- symengine-0.13.0.data/purelib/symengine/utilities.py,sha256=bn22sbLtKRQVR_G17O4-iO3K7Bo2kOvRZnkjl7IPrR8,9604
22
- symengine-0.13.0.data/purelib/symengine/printing.py,sha256=BKOTrj3voT6enkYZYvimM32ibVcBdLNVF4eIgIjHHW8,1115
23
- symengine-0.13.0.data/purelib/symengine/tests/test_lambdify.py,sha256=06jS9ivhHnTlLSHOClU5YO-9zTTHQGomA85D-lauPQo,29318
24
- symengine-0.13.0.data/purelib/symengine/tests/test_sage.py,sha256=kp_UzeS6vuIlLIc6f3PnykdBMNVKP8k2lZppsX29aOI,5400
25
- symengine-0.13.0.data/purelib/symengine/tests/test_sympy_compat.py,sha256=T24NXeFuStVKvzfZU4HL26RxXkH_2CHCBvdpJsWOd8s,4959
26
- symengine-0.13.0.data/purelib/symengine/tests/test_solve.py,sha256=MnAdXm3ZyX09FnQixaMNDG7vqMX-rr46U9UF5BpBZoY,935
27
- symengine-0.13.0.data/purelib/symengine/tests/test_subs.py,sha256=HlX_iYSSWqJQmSg7x8vRckHgre7Pl8ly6HdbTU-GYTw,1810
28
- symengine-0.13.0.data/purelib/symengine/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
29
- symengine-0.13.0.data/purelib/symengine/tests/test_matrices.py,sha256=RH-5dDBkTaM0_krJg2TqFQsM5k6LKK3MCC50gEhX5Ww,20648
30
- symengine-0.13.0.data/purelib/symengine/tests/test_series_expansion.py,sha256=GfgoubMmPB30nasMB6t9JR-5uVg3xYOk9oAWDr0DWYY,741
31
- symengine-0.13.0.data/purelib/symengine/tests/test_sympy_conv.py,sha256=uR_6ThIEyDSq-dbrlE8x52eC3wbdnij0tLbEokLqF04,27637
32
- symengine-0.13.0.data/purelib/symengine/tests/test_cse.py,sha256=9SMfCrdQ7ZDoTkbcOk28UhXD2ZDFFbDFiAxOjWM5Ofk,469
33
- symengine-0.13.0.data/purelib/symengine/tests/test_arit.py,sha256=VEigtuYdMjyHP04UMIOTtuI1yCKxoeKlGjO43MDZ-9E,5693
34
- symengine-0.13.0.data/purelib/symengine/tests/test_pickling.py,sha256=lkRqJkkmg8Cot9ng2WnoVkVQH_LyeOtqx-SZorqZLj0,1562
35
- symengine-0.13.0.data/purelib/symengine/tests/test_printing.py,sha256=9_t5rlV1NQUZvolvFKiuuCtpwjS_6hb8FBMXkoGKV-o,1286
36
- symengine-0.13.0.data/purelib/symengine/tests/test_functions.py,sha256=Ctw1o-I3JV3FFiT8SkFha0qXtm8LpI2hmsY2W5WeoG4,11575
37
- symengine-0.13.0.data/purelib/symengine/tests/test_dict_basic.py,sha256=ger2sexbuua1tAxc3JfXlXGrnG2iRAThxGLc01j3jGc,640
38
- symengine-0.13.0.data/purelib/symengine/tests/test_var.py,sha256=q-6R2GVi9AF5eD16jiy_kks2xH4ReUqudZ_S-Zf7O90,1286
39
- symengine-0.13.0.data/purelib/symengine/tests/test_expr.py,sha256=pjkUfuLSXQtAQv110uiF0hJJyw_8i3XXU2A-q51GHl0,1037
40
- symengine-0.13.0.data/purelib/symengine/tests/test_number.py,sha256=F3WIKwBwfWdyHaY7cu9yOtTm4AaGPO71s256tQih3dA,5041
41
- symengine-0.13.0.data/purelib/symengine/tests/test_sympify.py,sha256=yL8JRRdnocswCHQM0S38KDbLB_6VwgZJl3R_HB1M-v4,1868
42
- symengine-0.13.0.data/purelib/symengine/tests/test_ntheory.py,sha256=jMjJVc1pomRDOWXRqqhQTHHUE-npOki4KxKMvWg6m1k,6312
43
- symengine-0.13.0.data/purelib/symengine/tests/test_sets.py,sha256=QWcZHWlK5pD5SZrF72uhYZjhYXm4fbmV5OzrQwqYeYQ,4177
44
- symengine-0.13.0.data/purelib/symengine/tests/test_symbol.py,sha256=5ARwhVtox-fH5kSBgM8JuPbUJK4BJ3HCUo-LiVf39To,5296
45
- symengine-0.13.0.data/purelib/symengine/tests/test_logic.py,sha256=Htbekxw7rQgSShfbcBwZpEi-T7Tb3lZPJ8_kJQWI7as,3546
46
- symengine-0.13.0.data/purelib/symengine/tests/test_eval.py,sha256=xIPgDolURXLoc7qehkYKdr8F4reNz5b-Gy9ptJcTbCc,1743
47
- symengine-0.13.0.data/purelib/symengine/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -1 +0,0 @@
1
- symengine
Binary file