symengine 0.13.0__cp311-cp311-macosx_10_13_x86_64.whl → 0.14.0__cp311-cp311-macosx_10_13_x86_64.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 (42) hide show
  1. symengine/lib/symengine.pxd +152 -152
  2. symengine/lib/symengine_wrapper.cpython-311-darwin.so +0 -0
  3. {symengine-0.13.0.data → symengine-0.14.0.data}/purelib/symengine/__init__.py +1 -1
  4. {symengine-0.13.0.dist-info → symengine-0.14.0.dist-info}/AUTHORS +2 -0
  5. {symengine-0.13.0.dist-info → symengine-0.14.0.dist-info}/LICENSE +107 -272
  6. {symengine-0.13.0.dist-info → symengine-0.14.0.dist-info}/METADATA +10 -2
  7. symengine-0.14.0.dist-info/RECORD +47 -0
  8. {symengine-0.13.0.dist-info → symengine-0.14.0.dist-info}/WHEEL +2 -1
  9. symengine.dylibs/{libflint.18.0.dylib → libflint.19.0.dylib} +0 -0
  10. symengine.dylibs/libz.1.3.1.dylib +0 -0
  11. symengine-0.13.0.dist-info/RECORD +0 -47
  12. {symengine-0.13.0.data → symengine-0.14.0.data}/purelib/symengine/functions.py +0 -0
  13. {symengine-0.13.0.data → symengine-0.14.0.data}/purelib/symengine/lib/__init__.py +0 -0
  14. {symengine-0.13.0.data → symengine-0.14.0.data}/purelib/symengine/printing.py +0 -0
  15. {symengine-0.13.0.data → symengine-0.14.0.data}/purelib/symengine/sympy_compat.py +0 -0
  16. {symengine-0.13.0.data → symengine-0.14.0.data}/purelib/symengine/test_utilities.py +0 -0
  17. {symengine-0.13.0.data → symengine-0.14.0.data}/purelib/symengine/tests/__init__.py +0 -0
  18. {symengine-0.13.0.data → symengine-0.14.0.data}/purelib/symengine/tests/test_arit.py +0 -0
  19. {symengine-0.13.0.data → symengine-0.14.0.data}/purelib/symengine/tests/test_cse.py +0 -0
  20. {symengine-0.13.0.data → symengine-0.14.0.data}/purelib/symengine/tests/test_dict_basic.py +0 -0
  21. {symengine-0.13.0.data → symengine-0.14.0.data}/purelib/symengine/tests/test_eval.py +0 -0
  22. {symengine-0.13.0.data → symengine-0.14.0.data}/purelib/symengine/tests/test_expr.py +0 -0
  23. {symengine-0.13.0.data → symengine-0.14.0.data}/purelib/symengine/tests/test_functions.py +0 -0
  24. {symengine-0.13.0.data → symengine-0.14.0.data}/purelib/symengine/tests/test_lambdify.py +0 -0
  25. {symengine-0.13.0.data → symengine-0.14.0.data}/purelib/symengine/tests/test_logic.py +0 -0
  26. {symengine-0.13.0.data → symengine-0.14.0.data}/purelib/symengine/tests/test_matrices.py +0 -0
  27. {symengine-0.13.0.data → symengine-0.14.0.data}/purelib/symengine/tests/test_ntheory.py +0 -0
  28. {symengine-0.13.0.data → symengine-0.14.0.data}/purelib/symengine/tests/test_number.py +0 -0
  29. {symengine-0.13.0.data → symengine-0.14.0.data}/purelib/symengine/tests/test_pickling.py +0 -0
  30. {symengine-0.13.0.data → symengine-0.14.0.data}/purelib/symengine/tests/test_printing.py +0 -0
  31. {symengine-0.13.0.data → symengine-0.14.0.data}/purelib/symengine/tests/test_sage.py +0 -0
  32. {symengine-0.13.0.data → symengine-0.14.0.data}/purelib/symengine/tests/test_series_expansion.py +0 -0
  33. {symengine-0.13.0.data → symengine-0.14.0.data}/purelib/symengine/tests/test_sets.py +0 -0
  34. {symengine-0.13.0.data → symengine-0.14.0.data}/purelib/symengine/tests/test_solve.py +0 -0
  35. {symengine-0.13.0.data → symengine-0.14.0.data}/purelib/symengine/tests/test_subs.py +0 -0
  36. {symengine-0.13.0.data → symengine-0.14.0.data}/purelib/symengine/tests/test_symbol.py +0 -0
  37. {symengine-0.13.0.data → symengine-0.14.0.data}/purelib/symengine/tests/test_sympify.py +0 -0
  38. {symengine-0.13.0.data → symengine-0.14.0.data}/purelib/symengine/tests/test_sympy_compat.py +0 -0
  39. {symengine-0.13.0.data → symengine-0.14.0.data}/purelib/symengine/tests/test_sympy_conv.py +0 -0
  40. {symengine-0.13.0.data → symengine-0.14.0.data}/purelib/symengine/tests/test_var.py +0 -0
  41. {symengine-0.13.0.data → symengine-0.14.0.data}/purelib/symengine/utilities.py +0 -0
  42. {symengine-0.13.0.dist-info → symengine-0.14.0.dist-info}/top_level.txt +0 -0
@@ -51,11 +51,11 @@ cdef extern from "<symengine/symengine_rcp.h>" namespace "SymEngine":
51
51
  cdef cppclass RCP[T]:
52
52
  T& operator*() nogil
53
53
  # Not yet supported in Cython:
54
- # RCP[T]& operator=(RCP[T] &r_ptr) except+ nogil
55
- void reset() except+ nogil
54
+ # RCP[T]& operator=(RCP[T] &r_ptr) nogil except +
55
+ void reset() nogil except +
56
56
 
57
57
  cdef cppclass Ptr[T]:
58
- T& operator*() except+ nogil
58
+ T& operator*() nogil except +
59
59
 
60
60
  void print_stack_on_segfault() nogil
61
61
 
@@ -65,7 +65,7 @@ cdef extern from "<symengine/basic.h>" namespace "SymEngine":
65
65
  ctypedef RCP[const_Basic] rcp_const_basic "SymEngine::RCP<const SymEngine::Basic>"
66
66
  #cdef cppclass rcp_const_basic "SymEngine::RCP<const SymEngine::Basic>":
67
67
  # Basic& operator*() nogil
68
- # void reset() except+ nogil
68
+ # void reset() nogil except +
69
69
  # pass
70
70
  # Cython has broken support for the following:
71
71
  # ctypedef map[rcp_const_basic, rcp_const_basic] map_basic_basic
@@ -112,8 +112,8 @@ cdef extern from "<symengine/basic.h>" namespace "SymEngine":
112
112
  ctypedef multiset[rcp_const_basic] multiset_basic "SymEngine::multiset_basic"
113
113
 
114
114
  cdef cppclass Basic:
115
- string __str__() except+ nogil
116
- unsigned int hash() except+ nogil
115
+ string __str__() nogil except +
116
+ unsigned int hash() nogil except +
117
117
  vec_basic get_args() nogil
118
118
  int __cmp__(const Basic &o) nogil
119
119
 
@@ -124,11 +124,11 @@ cdef extern from "<symengine/basic.h>" namespace "SymEngine":
124
124
  ctypedef unordered_map[rcp_const_basic, rcp_const_number].iterator umap_basic_num_iterator "SymEngine::umap_basic_num::iterator"
125
125
  ctypedef vector[pair[rcp_const_basic, rcp_const_basic]] vec_pair "SymEngine::vec_pair"
126
126
 
127
- bool eq(const Basic &a, const Basic &b) except+ nogil
128
- bool neq(const Basic &a, const Basic &b) except+ nogil
127
+ bool eq(const Basic &a, const Basic &b) nogil except +
128
+ bool neq(const Basic &a, const Basic &b) nogil except +
129
129
 
130
130
  RCP[const Symbol] rcp_static_cast_Symbol "SymEngine::rcp_static_cast<const SymEngine::Symbol>"(rcp_const_basic &b) nogil
131
- RCP[const PySymbol] rcp_static_cast_PySymbol "SymEngine::rcp_static_cast<const SymEngine::PySymbol>"(rcp_const_basic &b) except+ nogil
131
+ RCP[const PySymbol] rcp_static_cast_PySymbol "SymEngine::rcp_static_cast<const SymEngine::PySymbol>"(rcp_const_basic &b) nogil except +
132
132
  RCP[const Integer] rcp_static_cast_Integer "SymEngine::rcp_static_cast<const SymEngine::Integer>"(rcp_const_basic &b) nogil
133
133
  RCP[const Rational] rcp_static_cast_Rational "SymEngine::rcp_static_cast<const SymEngine::Rational>"(rcp_const_basic &b) nogil
134
134
  RCP[const Complex] rcp_static_cast_Complex "SymEngine::rcp_static_cast<const SymEngine::Complex>"(rcp_const_basic &b) nogil
@@ -162,18 +162,18 @@ cdef extern from "<symengine/basic.h>" namespace "SymEngine":
162
162
 
163
163
  bool is_a[T] (const Basic &b) nogil
164
164
  bool is_a_sub[T] (const Basic &b) nogil
165
- rcp_const_basic expand(rcp_const_basic &o, bool deep) except+ nogil
165
+ rcp_const_basic expand(rcp_const_basic &o, bool deep) nogil except +
166
166
  void as_numer_denom(rcp_const_basic &x, const Ptr[RCP[Basic]] &numer, const Ptr[RCP[Basic]] &denom) nogil
167
167
  void as_real_imag(rcp_const_basic &x, const Ptr[RCP[Basic]] &real, const Ptr[RCP[Basic]] &imag) nogil
168
- void cse(vec_pair &replacements, vec_basic &reduced_exprs, const vec_basic &exprs) except+ nogil
168
+ void cse(vec_pair &replacements, vec_basic &reduced_exprs, const vec_basic &exprs) nogil except +
169
169
 
170
170
  cdef extern from "<symengine/subs.h>" namespace "SymEngine":
171
- rcp_const_basic msubs (rcp_const_basic &x, const map_basic_basic &x) except+ nogil
172
- rcp_const_basic ssubs (rcp_const_basic &x, const map_basic_basic &x) except+ nogil
173
- rcp_const_basic xreplace (rcp_const_basic &x, const map_basic_basic &x) except+ nogil
171
+ rcp_const_basic msubs (rcp_const_basic &x, const map_basic_basic &x) nogil except +
172
+ rcp_const_basic ssubs (rcp_const_basic &x, const map_basic_basic &x) nogil except +
173
+ rcp_const_basic xreplace (rcp_const_basic &x, const map_basic_basic &x) nogil except +
174
174
 
175
175
  cdef extern from "<symengine/derivative.h>" namespace "SymEngine":
176
- rcp_const_basic diff "SymEngine::sdiff"(rcp_const_basic &arg, rcp_const_basic &x) except+ nogil
176
+ rcp_const_basic diff "SymEngine::sdiff"(rcp_const_basic &arg, rcp_const_basic &x) nogil except +
177
177
 
178
178
  cdef extern from "<symengine/symbol.h>" namespace "SymEngine":
179
179
  cdef cppclass Symbol(Basic):
@@ -215,8 +215,8 @@ cdef extern from "pywrapper.h" namespace "SymEngine":
215
215
  PySymbol(string name, PyObject* pyobj, bool use_pickle) except +
216
216
  PyObject* get_py_object() except +
217
217
 
218
- string wrapper_dumps(const Basic &x) except+ nogil
219
- rcp_const_basic wrapper_loads(const string &s) except+ nogil
218
+ string wrapper_dumps(const Basic &x) nogil except +
219
+ rcp_const_basic wrapper_loads(const string &s) nogil except +
220
220
 
221
221
  cdef extern from "<symengine/integer.h>" namespace "SymEngine":
222
222
  cdef cppclass Integer(Number):
@@ -286,9 +286,9 @@ cdef extern from "<symengine/nan.h>" namespace "SymEngine":
286
286
  pass
287
287
 
288
288
  cdef extern from "<symengine/add.h>" namespace "SymEngine":
289
- cdef rcp_const_basic add(rcp_const_basic &a, rcp_const_basic &b) except+ nogil
290
- cdef rcp_const_basic sub(rcp_const_basic &a, rcp_const_basic &b) except+ nogil
291
- cdef rcp_const_basic add(const vec_basic &a) except+ nogil
289
+ cdef rcp_const_basic add(rcp_const_basic &a, rcp_const_basic &b) nogil except +
290
+ cdef rcp_const_basic sub(rcp_const_basic &a, rcp_const_basic &b) nogil except +
291
+ cdef rcp_const_basic add(const vec_basic &a) nogil except +
292
292
 
293
293
  cdef cppclass Add(Basic):
294
294
  void as_two_terms(const Ptr[RCP[Basic]] &a, const Ptr[RCP[Basic]] &b)
@@ -296,10 +296,10 @@ cdef extern from "<symengine/add.h>" namespace "SymEngine":
296
296
  const umap_basic_num &get_dict()
297
297
 
298
298
  cdef extern from "<symengine/mul.h>" namespace "SymEngine":
299
- cdef rcp_const_basic mul(rcp_const_basic &a, rcp_const_basic &b) except+ nogil
300
- cdef rcp_const_basic div(rcp_const_basic &a, rcp_const_basic &b) except+ nogil
301
- cdef rcp_const_basic neg(rcp_const_basic &a) except+ nogil
302
- cdef rcp_const_basic mul(const vec_basic &a) except+ nogil
299
+ cdef rcp_const_basic mul(rcp_const_basic &a, rcp_const_basic &b) nogil except +
300
+ cdef rcp_const_basic div(rcp_const_basic &a, rcp_const_basic &b) nogil except +
301
+ cdef rcp_const_basic neg(rcp_const_basic &a) nogil except +
302
+ cdef rcp_const_basic mul(const vec_basic &a) nogil except +
303
303
 
304
304
  cdef cppclass Mul(Basic):
305
305
  void as_two_terms(const Ptr[RCP[Basic]] &a, const Ptr[RCP[Basic]] &b)
@@ -308,9 +308,9 @@ cdef extern from "<symengine/mul.h>" namespace "SymEngine":
308
308
  cdef RCP[const Mul] mul_from_dict "SymEngine::Mul::from_dict"(RCP[const Number] coef, map_basic_basic &d) nogil
309
309
 
310
310
  cdef extern from "<symengine/pow.h>" namespace "SymEngine":
311
- cdef rcp_const_basic pow(rcp_const_basic &a, rcp_const_basic &b) except+ nogil
312
- cdef rcp_const_basic sqrt(rcp_const_basic &x) except+ nogil
313
- cdef rcp_const_basic exp(rcp_const_basic &x) except+ nogil
311
+ cdef rcp_const_basic pow(rcp_const_basic &a, rcp_const_basic &b) nogil except +
312
+ cdef rcp_const_basic sqrt(rcp_const_basic &x) nogil except +
313
+ cdef rcp_const_basic exp(rcp_const_basic &x) nogil except +
314
314
 
315
315
  cdef cppclass Pow(Basic):
316
316
  rcp_const_basic get_base() nogil
@@ -344,58 +344,58 @@ cdef extern from "<symengine/basic.h>" namespace "SymEngine":
344
344
  RCP[const PyFunctionClass] pyfunc_class, const PyObject* pyobject) nogil
345
345
 
346
346
  cdef extern from "<symengine/functions.h>" namespace "SymEngine":
347
- cdef rcp_const_basic sin(rcp_const_basic &arg) except+ nogil
348
- cdef rcp_const_basic cos(rcp_const_basic &arg) except+ nogil
349
- cdef rcp_const_basic tan(rcp_const_basic &arg) except+ nogil
350
- cdef rcp_const_basic cot(rcp_const_basic &arg) except+ nogil
351
- cdef rcp_const_basic csc(rcp_const_basic &arg) except+ nogil
352
- cdef rcp_const_basic sec(rcp_const_basic &arg) except+ nogil
353
- cdef rcp_const_basic asin(rcp_const_basic &arg) except+ nogil
354
- cdef rcp_const_basic acos(rcp_const_basic &arg) except+ nogil
355
- cdef rcp_const_basic atan(rcp_const_basic &arg) except+ nogil
356
- cdef rcp_const_basic acot(rcp_const_basic &arg) except+ nogil
357
- cdef rcp_const_basic acsc(rcp_const_basic &arg) except+ nogil
358
- cdef rcp_const_basic asec(rcp_const_basic &arg) except+ nogil
359
- cdef rcp_const_basic sinh(rcp_const_basic &arg) except+ nogil
360
- cdef rcp_const_basic cosh(rcp_const_basic &arg) except+ nogil
361
- cdef rcp_const_basic tanh(rcp_const_basic &arg) except+ nogil
362
- cdef rcp_const_basic coth(rcp_const_basic &arg) except+ nogil
363
- cdef rcp_const_basic csch(rcp_const_basic &arg) except+ nogil
364
- cdef rcp_const_basic sech(rcp_const_basic &arg) except+ nogil
365
- cdef rcp_const_basic asinh(rcp_const_basic &arg) except+ nogil
366
- cdef rcp_const_basic acosh(rcp_const_basic &arg) except+ nogil
367
- cdef rcp_const_basic atanh(rcp_const_basic &arg) except+ nogil
368
- cdef rcp_const_basic acoth(rcp_const_basic &arg) except+ nogil
369
- cdef rcp_const_basic acsch(rcp_const_basic &arg) except+ nogil
370
- cdef rcp_const_basic asech(rcp_const_basic &arg) except+ nogil
371
- cdef rcp_const_basic function_symbol(string name, const vec_basic &arg) except+ nogil
372
- cdef rcp_const_basic abs(rcp_const_basic &arg) except+ nogil
373
- cdef rcp_const_basic max(const vec_basic &arg) except+ nogil
374
- cdef rcp_const_basic min(const vec_basic &arg) except+ nogil
375
- cdef rcp_const_basic gamma(rcp_const_basic &arg) except+ nogil
376
- cdef rcp_const_basic atan2(rcp_const_basic &num, rcp_const_basic &den) except+ nogil
377
- cdef rcp_const_basic lambertw(rcp_const_basic &arg) except+ nogil
378
- cdef rcp_const_basic zeta(rcp_const_basic &s) except+ nogil
379
- cdef rcp_const_basic zeta(rcp_const_basic &s, rcp_const_basic &a) except+ nogil
380
- cdef rcp_const_basic dirichlet_eta(rcp_const_basic &s) except+ nogil
381
- cdef rcp_const_basic kronecker_delta(rcp_const_basic &i, rcp_const_basic &j) except+ nogil
382
- cdef rcp_const_basic levi_civita(const vec_basic &arg) except+ nogil
383
- cdef rcp_const_basic erf(rcp_const_basic &arg) except+ nogil
384
- cdef rcp_const_basic erfc(rcp_const_basic &arg) except+ nogil
385
- cdef rcp_const_basic lowergamma(rcp_const_basic &s, rcp_const_basic &x) except+ nogil
386
- cdef rcp_const_basic uppergamma(rcp_const_basic &s, rcp_const_basic &x) except+ nogil
387
- cdef rcp_const_basic loggamma(rcp_const_basic &arg) except+ nogil
388
- cdef rcp_const_basic beta(rcp_const_basic &x, rcp_const_basic &y) except+ nogil
389
- cdef rcp_const_basic polygamma(rcp_const_basic &n, rcp_const_basic &x) except+ nogil
390
- cdef rcp_const_basic digamma(rcp_const_basic &x) except+ nogil
391
- cdef rcp_const_basic trigamma(rcp_const_basic &x) except+ nogil
392
- cdef rcp_const_basic sign(rcp_const_basic &x) except+ nogil
393
- cdef rcp_const_basic floor(rcp_const_basic &x) except+ nogil
394
- cdef rcp_const_basic ceiling(rcp_const_basic &x) except+ nogil
395
- cdef rcp_const_basic conjugate(rcp_const_basic &x) except+ nogil
396
- cdef rcp_const_basic log(rcp_const_basic &x) except+ nogil
397
- cdef rcp_const_basic log(rcp_const_basic &x, rcp_const_basic &y) except+ nogil
398
- cdef rcp_const_basic unevaluated_expr(rcp_const_basic &x) except+ nogil
347
+ cdef rcp_const_basic sin(rcp_const_basic &arg) nogil except +
348
+ cdef rcp_const_basic cos(rcp_const_basic &arg) nogil except +
349
+ cdef rcp_const_basic tan(rcp_const_basic &arg) nogil except +
350
+ cdef rcp_const_basic cot(rcp_const_basic &arg) nogil except +
351
+ cdef rcp_const_basic csc(rcp_const_basic &arg) nogil except +
352
+ cdef rcp_const_basic sec(rcp_const_basic &arg) nogil except +
353
+ cdef rcp_const_basic asin(rcp_const_basic &arg) nogil except +
354
+ cdef rcp_const_basic acos(rcp_const_basic &arg) nogil except +
355
+ cdef rcp_const_basic atan(rcp_const_basic &arg) nogil except +
356
+ cdef rcp_const_basic acot(rcp_const_basic &arg) nogil except +
357
+ cdef rcp_const_basic acsc(rcp_const_basic &arg) nogil except +
358
+ cdef rcp_const_basic asec(rcp_const_basic &arg) nogil except +
359
+ cdef rcp_const_basic sinh(rcp_const_basic &arg) nogil except +
360
+ cdef rcp_const_basic cosh(rcp_const_basic &arg) nogil except +
361
+ cdef rcp_const_basic tanh(rcp_const_basic &arg) nogil except +
362
+ cdef rcp_const_basic coth(rcp_const_basic &arg) nogil except +
363
+ cdef rcp_const_basic csch(rcp_const_basic &arg) nogil except +
364
+ cdef rcp_const_basic sech(rcp_const_basic &arg) nogil except +
365
+ cdef rcp_const_basic asinh(rcp_const_basic &arg) nogil except +
366
+ cdef rcp_const_basic acosh(rcp_const_basic &arg) nogil except +
367
+ cdef rcp_const_basic atanh(rcp_const_basic &arg) nogil except +
368
+ cdef rcp_const_basic acoth(rcp_const_basic &arg) nogil except +
369
+ cdef rcp_const_basic acsch(rcp_const_basic &arg) nogil except +
370
+ cdef rcp_const_basic asech(rcp_const_basic &arg) nogil except +
371
+ cdef rcp_const_basic function_symbol(string name, const vec_basic &arg) nogil except +
372
+ cdef rcp_const_basic abs(rcp_const_basic &arg) nogil except +
373
+ cdef rcp_const_basic max(const vec_basic &arg) nogil except +
374
+ cdef rcp_const_basic min(const vec_basic &arg) nogil except +
375
+ cdef rcp_const_basic gamma(rcp_const_basic &arg) nogil except +
376
+ cdef rcp_const_basic atan2(rcp_const_basic &num, rcp_const_basic &den) nogil except +
377
+ cdef rcp_const_basic lambertw(rcp_const_basic &arg) nogil except +
378
+ cdef rcp_const_basic zeta(rcp_const_basic &s) nogil except +
379
+ cdef rcp_const_basic zeta(rcp_const_basic &s, rcp_const_basic &a) nogil except +
380
+ cdef rcp_const_basic dirichlet_eta(rcp_const_basic &s) nogil except +
381
+ cdef rcp_const_basic kronecker_delta(rcp_const_basic &i, rcp_const_basic &j) nogil except +
382
+ cdef rcp_const_basic levi_civita(const vec_basic &arg) nogil except +
383
+ cdef rcp_const_basic erf(rcp_const_basic &arg) nogil except +
384
+ cdef rcp_const_basic erfc(rcp_const_basic &arg) nogil except +
385
+ cdef rcp_const_basic lowergamma(rcp_const_basic &s, rcp_const_basic &x) nogil except +
386
+ cdef rcp_const_basic uppergamma(rcp_const_basic &s, rcp_const_basic &x) nogil except +
387
+ cdef rcp_const_basic loggamma(rcp_const_basic &arg) nogil except +
388
+ cdef rcp_const_basic beta(rcp_const_basic &x, rcp_const_basic &y) nogil except +
389
+ cdef rcp_const_basic polygamma(rcp_const_basic &n, rcp_const_basic &x) nogil except +
390
+ cdef rcp_const_basic digamma(rcp_const_basic &x) nogil except +
391
+ cdef rcp_const_basic trigamma(rcp_const_basic &x) nogil except +
392
+ cdef rcp_const_basic sign(rcp_const_basic &x) nogil except +
393
+ cdef rcp_const_basic floor(rcp_const_basic &x) nogil except +
394
+ cdef rcp_const_basic ceiling(rcp_const_basic &x) nogil except +
395
+ cdef rcp_const_basic conjugate(rcp_const_basic &x) nogil except +
396
+ cdef rcp_const_basic log(rcp_const_basic &x) nogil except +
397
+ cdef rcp_const_basic log(rcp_const_basic &x, rcp_const_basic &y) nogil except +
398
+ cdef rcp_const_basic unevaluated_expr(rcp_const_basic &x) nogil except +
399
399
 
400
400
  cdef cppclass Function(Basic):
401
401
  pass
@@ -632,7 +632,7 @@ cdef extern from "<symengine/matrix.h>" namespace "SymEngine":
632
632
  const unsigned ncols() nogil
633
633
  rcp_const_basic get(unsigned i, unsigned j) nogil
634
634
  rcp_const_basic set(unsigned i, unsigned j, rcp_const_basic e) nogil
635
- string __str__() except+ nogil
635
+ string __str__() nogil except +
636
636
  bool eq(const MatrixBase &) nogil
637
637
  rcp_const_basic det() nogil
638
638
  void inv(MatrixBase &)
@@ -681,20 +681,20 @@ cdef extern from "<symengine/matrix.h>" namespace "SymEngine":
681
681
 
682
682
  DenseMatrix* static_cast_DenseMatrix "static_cast<SymEngine::DenseMatrix*>"(const MatrixBase *a)
683
683
  void inverse_FFLU "SymEngine::inverse_fraction_free_LU"(const DenseMatrix &A,
684
- DenseMatrix &B) except+ nogil
685
- void pivoted_LU_solve (const DenseMatrix &A, const DenseMatrix &b, DenseMatrix &x) except+ nogil
684
+ DenseMatrix &B) nogil except +
685
+ void pivoted_LU_solve (const DenseMatrix &A, const DenseMatrix &b, DenseMatrix &x) nogil except +
686
686
  void inverse_GJ "SymEngine::inverse_gauss_jordan"(const DenseMatrix &A,
687
- DenseMatrix &B) except+ nogil
687
+ DenseMatrix &B) nogil except +
688
688
  void FFLU_solve "SymEngine::fraction_free_LU_solve"(const DenseMatrix &A,
689
- const DenseMatrix &b, DenseMatrix &x) except+ nogil
689
+ const DenseMatrix &b, DenseMatrix &x) nogil except +
690
690
  void FFGJ_solve "SymEngine::fraction_free_gauss_jordan_solve"(const DenseMatrix &A,
691
- const DenseMatrix &b, DenseMatrix &x) except+ nogil
691
+ const DenseMatrix &b, DenseMatrix &x) nogil except +
692
692
  void LDL_solve "SymEngine::LDL_solve"(const DenseMatrix &A, const DenseMatrix &b,
693
- DenseMatrix &x) except+ nogil
693
+ DenseMatrix &x) nogil except +
694
694
  void jacobian "SymEngine::sjacobian"(const DenseMatrix &A,
695
- const DenseMatrix &x, DenseMatrix &result) except+ nogil
695
+ const DenseMatrix &x, DenseMatrix &result) nogil except +
696
696
  void diff "SymEngine::sdiff"(const DenseMatrix &A,
697
- rcp_const_basic &x, DenseMatrix &result) except+ nogil
697
+ rcp_const_basic &x, DenseMatrix &result) nogil except +
698
698
  void eye (DenseMatrix &A, int k) nogil
699
699
  void diag(DenseMatrix &A, vec_basic &v, int k) nogil
700
700
  void ones(DenseMatrix &A) nogil
@@ -707,7 +707,7 @@ cdef extern from "<symengine/matrix.h>" namespace "SymEngine":
707
707
  void cross(const DenseMatrix &A, const DenseMatrix &B, DenseMatrix &C) nogil
708
708
 
709
709
  cdef extern from "<symengine/matrix.h>":
710
- void pivoted_LU (const DenseMatrix &A, DenseMatrix &L, DenseMatrix &U, vector[pair[int, int]] &P) except+ nogil
710
+ void pivoted_LU (const DenseMatrix &A, DenseMatrix &L, DenseMatrix &U, vector[pair[int, int]] &P) nogil except +
711
711
 
712
712
  cdef extern from "<symengine/ntheory.h>" namespace "SymEngine":
713
713
  int probab_prime_p(const Integer &a, int reps)
@@ -716,10 +716,10 @@ cdef extern from "<symengine/ntheory.h>" namespace "SymEngine":
716
716
  RCP[const Integer] lcm(const Integer &a, const Integer &b) nogil
717
717
  void gcd_ext(const Ptr[RCP[Integer]] &g, const Ptr[RCP[Integer]] &s,
718
718
  const Ptr[RCP[Integer]] &t, const Integer &a, const Integer &b) nogil
719
- RCP[const Integer] mod "SymEngine::mod_f"(const Integer &n, const Integer &d) except+ nogil
720
- RCP[const Integer] quotient "SymEngine::quotient_f"(const Integer &n, const Integer &d) except+ nogil
719
+ RCP[const Integer] mod "SymEngine::mod_f"(const Integer &n, const Integer &d) nogil except +
720
+ RCP[const Integer] quotient "SymEngine::quotient_f"(const Integer &n, const Integer &d) nogil except +
721
721
  void quotient_mod "SymEngine::quotient_mod_f"(const Ptr[RCP[Integer]] &q, const Ptr[RCP[Integer]] &mod,
722
- const Integer &n, const Integer &d) except+ nogil
722
+ const Integer &n, const Integer &d) nogil except +
723
723
  int mod_inverse(const Ptr[RCP[Integer]] &b, const Integer &a,
724
724
  const Integer &m) nogil
725
725
  bool crt(const Ptr[RCP[Integer]] &R, const vec_integer &rem,
@@ -739,9 +739,9 @@ cdef extern from "<symengine/ntheory.h>" namespace "SymEngine":
739
739
  unsigned B, unsigned retries) nogil
740
740
  int factor_pollard_rho_method(const Ptr[RCP[Integer]] &f, const Integer &n,
741
741
  unsigned retries) nogil
742
- void prime_factors(vec_integer &primes, const Integer &n) except+ nogil
743
- void prime_factor_multiplicities(map_integer_uint &primes, const Integer &n) except+ nogil
744
- RCP[const Number] bernoulli(unsigned long n) except+ nogil
742
+ void prime_factors(vec_integer &primes, const Integer &n) nogil except +
743
+ void prime_factor_multiplicities(map_integer_uint &primes, const Integer &n) nogil except +
744
+ RCP[const Number] bernoulli(unsigned long n) nogil except +
745
745
  bool primitive_root(const Ptr[RCP[Integer]] &g, const Integer &n) nogil
746
746
  void primitive_root_list(vec_integer &roots, const Integer &n) nogil
747
747
  RCP[const Integer] totient(RCP[const Integer] n) nogil
@@ -769,15 +769,15 @@ cdef extern from "<symengine/prime_sieve.h>" namespace "SymEngine":
769
769
  unsigned next_prime() nogil
770
770
 
771
771
  cdef extern from "<symengine/visitor.h>" namespace "SymEngine":
772
- bool has_symbol(const Basic &b, const Basic &x) except+ nogil
773
- rcp_const_basic coeff(const Basic &b, const Basic &x, const Basic &n) except+ nogil
774
- set_basic free_symbols(const Basic &b) except+ nogil
775
- set_basic free_symbols(const MatrixBase &b) except+ nogil
772
+ bool has_symbol(const Basic &b, const Basic &x) nogil except +
773
+ rcp_const_basic coeff(const Basic &b, const Basic &x, const Basic &n) nogil except +
774
+ set_basic free_symbols(const Basic &b) nogil except +
775
+ set_basic free_symbols(const MatrixBase &b) nogil except +
776
776
  unsigned count_ops(const vec_basic &a) nogil
777
777
 
778
778
  cdef extern from "<symengine/logic.h>" namespace "SymEngine":
779
779
  cdef cppclass Boolean(Basic):
780
- RCP[const Boolean] logical_not() except+ nogil
780
+ RCP[const Boolean] logical_not() nogil except +
781
781
  cdef cppclass BooleanAtom(Boolean):
782
782
  bool get_val() nogil
783
783
  cdef cppclass Relational(Boolean):
@@ -805,25 +805,25 @@ cdef extern from "<symengine/logic.h>" namespace "SymEngine":
805
805
 
806
806
  rcp_const_basic boolTrue
807
807
  rcp_const_basic boolFalse
808
- cdef RCP[const Boolean] Eq(rcp_const_basic &lhs) except+ nogil
809
- cdef RCP[const Boolean] Eq(rcp_const_basic &lhs, rcp_const_basic &rhs) except+ nogil
810
- cdef RCP[const Boolean] Ne(rcp_const_basic &lhs, rcp_const_basic &rhs) except+ nogil
811
- cdef RCP[const Boolean] Ge(rcp_const_basic &lhs, rcp_const_basic &rhs) except+ nogil
812
- cdef RCP[const Boolean] Gt(rcp_const_basic &lhs, rcp_const_basic &rhs) except+ nogil
813
- cdef RCP[const Boolean] Le(rcp_const_basic &lhs, rcp_const_basic &rhs) except+ nogil
814
- cdef RCP[const Boolean] Lt(rcp_const_basic &lhs, rcp_const_basic &rhs) except+ nogil
808
+ cdef RCP[const Boolean] Eq(rcp_const_basic &lhs) nogil except +
809
+ cdef RCP[const Boolean] Eq(rcp_const_basic &lhs, rcp_const_basic &rhs) nogil except +
810
+ cdef RCP[const Boolean] Ne(rcp_const_basic &lhs, rcp_const_basic &rhs) nogil except +
811
+ cdef RCP[const Boolean] Ge(rcp_const_basic &lhs, rcp_const_basic &rhs) nogil except +
812
+ cdef RCP[const Boolean] Gt(rcp_const_basic &lhs, rcp_const_basic &rhs) nogil except +
813
+ cdef RCP[const Boolean] Le(rcp_const_basic &lhs, rcp_const_basic &rhs) nogil except +
814
+ cdef RCP[const Boolean] Lt(rcp_const_basic &lhs, rcp_const_basic &rhs) nogil except +
815
815
  ctypedef Boolean const_Boolean "const SymEngine::Boolean"
816
816
  ctypedef vector[pair[rcp_const_basic, RCP[const_Boolean]]] PiecewiseVec;
817
817
  ctypedef vector[RCP[Boolean]] vec_boolean "SymEngine::vec_boolean"
818
818
  ctypedef set[RCP[Boolean]] set_boolean "SymEngine::set_boolean"
819
- cdef RCP[const Boolean] logical_and(set_boolean &s) except+ nogil
820
- cdef RCP[const Boolean] logical_nand(set_boolean &s) except+ nogil
821
- cdef RCP[const Boolean] logical_or(set_boolean &s) except+ nogil
822
- cdef RCP[const Boolean] logical_not(RCP[const Boolean] &s) except+ nogil
823
- cdef RCP[const Boolean] logical_nor(set_boolean &s) except+ nogil
824
- cdef RCP[const Boolean] logical_xor(vec_boolean &s) except+ nogil
825
- cdef RCP[const Boolean] logical_xnor(vec_boolean &s) except+ nogil
826
- cdef rcp_const_basic piecewise(PiecewiseVec vec) except+ nogil
819
+ cdef RCP[const Boolean] logical_and(set_boolean &s) nogil except +
820
+ cdef RCP[const Boolean] logical_nand(set_boolean &s) nogil except +
821
+ cdef RCP[const Boolean] logical_or(set_boolean &s) nogil except +
822
+ cdef RCP[const Boolean] logical_not(RCP[const Boolean] &s) nogil except +
823
+ cdef RCP[const Boolean] logical_nor(set_boolean &s) nogil except +
824
+ cdef RCP[const Boolean] logical_xor(vec_boolean &s) nogil except +
825
+ cdef RCP[const Boolean] logical_xnor(vec_boolean &s) nogil except +
826
+ cdef rcp_const_basic piecewise(PiecewiseVec vec) nogil except +
827
827
  cdef RCP[const Boolean] contains(rcp_const_basic &expr,
828
828
  RCP[const Set] &set) nogil
829
829
 
@@ -833,26 +833,26 @@ cdef extern from "<symengine/eval.h>" namespace "SymEngine":
833
833
  cdef EvalfDomain EvalfComplex "SymEngine::EvalfDomain::Complex"
834
834
  cdef EvalfDomain EvalfReal "SymEngine::EvalfDomain::Real"
835
835
  cdef EvalfDomain EvalfSymbolic "SymEngine::EvalfDomain::Symbolic"
836
- rcp_const_basic evalf(const Basic &b, unsigned long bits, EvalfDomain domain) except+ nogil
836
+ rcp_const_basic evalf(const Basic &b, unsigned long bits, EvalfDomain domain) nogil except +
837
837
 
838
838
  cdef extern from "<symengine/eval_double.h>" namespace "SymEngine":
839
- double eval_double(const Basic &b) except+ nogil
840
- double complex eval_complex_double(const Basic &b) except+ nogil
839
+ double eval_double(const Basic &b) nogil except +
840
+ double complex eval_complex_double(const Basic &b) nogil except +
841
841
 
842
842
  cdef extern from "<symengine/lambda_double.h>" namespace "SymEngine":
843
843
  cdef cppclass LambdaRealDoubleVisitor:
844
844
  LambdaRealDoubleVisitor() nogil
845
- void init(const vec_basic &x, const vec_basic &b, bool cse) except+ nogil
845
+ void init(const vec_basic &x, const vec_basic &b, bool cse) nogil except +
846
846
  void call(double *r, const double *x) nogil
847
847
  cdef cppclass LambdaComplexDoubleVisitor:
848
848
  LambdaComplexDoubleVisitor() nogil
849
- void init(const vec_basic &x, const vec_basic &b, bool cse) except+ nogil
849
+ void init(const vec_basic &x, const vec_basic &b, bool cse) nogil except +
850
850
  void call(double complex *r, const double complex *x) nogil
851
851
 
852
852
  cdef extern from "<symengine/llvm_double.h>" namespace "SymEngine":
853
853
  cdef cppclass LLVMVisitor:
854
854
  LLVMVisitor() nogil
855
- void init(const vec_basic &x, const vec_basic &b, bool cse, int opt_level) except+ nogil
855
+ void init(const vec_basic &x, const vec_basic &b, bool cse, int opt_level) nogil except +
856
856
  const string& dumps() nogil
857
857
  void loads(const string&) nogil
858
858
 
@@ -868,27 +868,27 @@ cdef extern from "<symengine/llvm_double.h>" namespace "SymEngine":
868
868
 
869
869
  cdef extern from "<symengine/series.h>" namespace "SymEngine":
870
870
  cdef cppclass SeriesCoeffInterface:
871
- rcp_const_basic as_basic() except+ nogil
872
- umap_int_basic as_dict() except+ nogil
873
- rcp_const_basic get_coeff(int) except+ nogil
871
+ rcp_const_basic as_basic() nogil except +
872
+ umap_int_basic as_dict() nogil except +
873
+ rcp_const_basic get_coeff(int) nogil except +
874
874
  ctypedef RCP[const SeriesCoeffInterface] rcp_const_seriescoeffinterface "SymEngine::RCP<const SymEngine::SeriesCoeffInterface>"
875
- rcp_const_seriescoeffinterface series "SymEngine::series"(rcp_const_basic &ex, RCP[const Symbol] &var, unsigned int prec) except+ nogil
875
+ rcp_const_seriescoeffinterface series "SymEngine::series"(rcp_const_basic &ex, RCP[const Symbol] &var, unsigned int prec) nogil except +
876
876
 
877
877
  cdef extern from "<symengine/eval_mpfr.h>" namespace "SymEngine":
878
- void eval_mpfr(mpfr_t result, const Basic &b, mpfr_rnd_t rnd) except+ nogil
878
+ void eval_mpfr(mpfr_t result, const Basic &b, mpfr_rnd_t rnd) nogil except +
879
879
 
880
880
  cdef extern from "<symengine/eval_mpc.h>" namespace "SymEngine":
881
- void eval_mpc(mpc_t result, const Basic &b, mpfr_rnd_t rnd) except+ nogil
881
+ void eval_mpc(mpc_t result, const Basic &b, mpfr_rnd_t rnd) nogil except +
882
882
 
883
883
  cdef extern from "<symengine/parser.h>" namespace "SymEngine":
884
- rcp_const_basic parse(const string &n) except+ nogil
884
+ rcp_const_basic parse(const string &n) nogil except +
885
885
 
886
886
  cdef extern from "<symengine/sets.h>" namespace "SymEngine":
887
887
  cdef cppclass Set(Basic):
888
- RCP[const Set] set_intersection(RCP[const Set] &o) except+ nogil
889
- RCP[const Set] set_union(RCP[const Set] &o) except+ nogil
890
- RCP[const Set] set_complement(RCP[const Set] &o) except+ nogil
891
- RCP[const Boolean] contains(rcp_const_basic &a) except+ nogil
888
+ RCP[const Set] set_intersection(RCP[const Set] &o) nogil except +
889
+ RCP[const Set] set_union(RCP[const Set] &o) nogil except +
890
+ RCP[const Set] set_complement(RCP[const Set] &o) nogil except +
891
+ RCP[const Boolean] contains(rcp_const_basic &a) nogil except +
892
892
  cdef cppclass Interval(Set):
893
893
  pass
894
894
  cdef cppclass EmptySet(Set):
@@ -912,24 +912,24 @@ cdef extern from "<symengine/sets.h>" namespace "SymEngine":
912
912
  cdef cppclass ImageSet(Set):
913
913
  pass
914
914
  ctypedef set[RCP[Set]] set_set "SymEngine::set_set"
915
- cdef rcp_const_basic interval(RCP[const Number] &start, RCP[const Number] &end, bool l, bool r) except+ nogil
916
- cdef RCP[const EmptySet] emptyset() except+ nogil
917
- cdef RCP[const Reals] reals() except+ nogil
918
- cdef RCP[const Rationals] rationals() except+ nogil
919
- cdef RCP[const Integers] integers() except+ nogil
920
- cdef RCP[const UniversalSet] universalset() except+ nogil
921
- cdef RCP[const Set] finiteset(set_basic &container) except+ nogil
922
- cdef RCP[const Set] set_union(set_set &a) except+ nogil
923
- cdef RCP[const Set] set_intersection(set_set &a) except+ nogil
924
- cdef RCP[const Set] set_complement_helper(RCP[const Set] &container, RCP[const Set] &universe) except+ nogil
925
- cdef RCP[const Set] set_complement(RCP[const Set] &universe, RCP[const Set] &container) except+ nogil
926
- cdef RCP[const Set] conditionset(rcp_const_basic &sym, RCP[const Boolean] &condition) except+ nogil
927
- cdef RCP[const Set] imageset(rcp_const_basic &sym, rcp_const_basic &expr, RCP[const Set] &base) except+ nogil
915
+ cdef rcp_const_basic interval(RCP[const Number] &start, RCP[const Number] &end, bool l, bool r) nogil except +
916
+ cdef RCP[const EmptySet] emptyset() nogil except +
917
+ cdef RCP[const Reals] reals() nogil except +
918
+ cdef RCP[const Rationals] rationals() nogil except +
919
+ cdef RCP[const Integers] integers() nogil except +
920
+ cdef RCP[const UniversalSet] universalset() nogil except +
921
+ cdef RCP[const Set] finiteset(set_basic &container) nogil except +
922
+ cdef RCP[const Set] set_union(set_set &a) nogil except +
923
+ cdef RCP[const Set] set_intersection(set_set &a) nogil except +
924
+ cdef RCP[const Set] set_complement_helper(RCP[const Set] &container, RCP[const Set] &universe) nogil except +
925
+ cdef RCP[const Set] set_complement(RCP[const Set] &universe, RCP[const Set] &container) nogil except +
926
+ cdef RCP[const Set] conditionset(rcp_const_basic &sym, RCP[const Boolean] &condition) nogil except +
927
+ cdef RCP[const Set] imageset(rcp_const_basic &sym, rcp_const_basic &expr, RCP[const Set] &base) nogil except +
928
928
 
929
929
  cdef extern from "<symengine/solve.h>" namespace "SymEngine":
930
- cdef RCP[const Set] solve(rcp_const_basic &f, RCP[const Symbol] &sym) except+ nogil
931
- cdef RCP[const Set] solve(rcp_const_basic &f, RCP[const Symbol] &sym, RCP[const Set] &domain) except+ nogil
932
- cdef vec_basic linsolve(const vec_basic &eqs, const vec_sym &syms) except+ nogil
930
+ cdef RCP[const Set] solve(rcp_const_basic &f, RCP[const Symbol] &sym) nogil except +
931
+ cdef RCP[const Set] solve(rcp_const_basic &f, RCP[const Symbol] &sym, RCP[const Set] &domain) nogil except +
932
+ cdef vec_basic linsolve(const vec_basic &eqs, const vec_sym &syms) nogil except +
933
933
 
934
934
  cdef extern from "symengine/tribool.h" namespace "SymEngine":
935
935
  cdef cppclass tribool:
@@ -945,10 +945,10 @@ cdef extern from "symengine/tribool.h" namespace "SymEngine::tribool":
945
945
  cdef tribool tritrue
946
946
 
947
947
  cdef extern from "<symengine/printers.h>" namespace "SymEngine":
948
- string ccode(const Basic &x) except+ nogil
949
- string latex(const Basic &x) except+ nogil
950
- string latex(const DenseMatrix &x, unsigned max_rows, unsigned max_cols) except+ nogil
951
- string unicode(const Basic &x) except+ nogil
948
+ string ccode(const Basic &x) nogil except +
949
+ string latex(const Basic &x) nogil except +
950
+ string latex(const DenseMatrix &x, unsigned max_rows, unsigned max_cols) nogil except +
951
+ string unicode(const Basic &x) nogil except +
952
952
 
953
953
  ## Defined in 'symengine/cwrapper.cpp'
954
954
  cdef struct CRCPBasic:
@@ -63,7 +63,7 @@ else:
63
63
  raise AttributeError(f"module 'symengine' has no attribute '{name}'")
64
64
 
65
65
 
66
- __version__ = "0.13.0"
66
+ __version__ = "0.14.0"
67
67
 
68
68
 
69
69
  # To not expose internals
@@ -36,3 +36,5 @@ 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>
@@ -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
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: symengine
3
- Version: 0.13.0
3
+ Version: 0.14.0
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
@@ -20,6 +20,14 @@ Classifier: Programming Language :: Python :: 3.12
20
20
  Requires-Python: >=3.8,<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: requires-python
30
+ Dynamic: summary
23
31
 
24
32
 
25
33
  SymEngine is a standalone fast C++ symbolic manipulation library.
@@ -0,0 +1,47 @@
1
+ symengine/lib/symengine.pxd,sha256=OroamiaClbihMgQK1QVAHeFMyfSW6TynaugoYWhhLAw,44619
2
+ symengine/lib/pywrapper.h,sha256=5FeCXvth1dlnftGzPNYvSiUTcEl0eXCutJOZ5QgdVbg,8503
3
+ symengine/lib/symengine_wrapper.cpython-311-darwin.so,sha256=MxfxjKctANgVix1m2ocjO3B5SV4FlWYTGhYFYo-eR9o,54471984
4
+ symengine/lib/symengine_wrapper.pxd,sha256=tyR6XjwXckcZqWjGk8iibwZNm6YhtqIU4BLwqKdJbHs,3313
5
+ symengine.dylibs/libmpc.3.dylib,sha256=y3_Y6o-wN9BkftcXtXY25v__Z6f6HvwKm4VM7IKJy10,113408
6
+ symengine.dylibs/libz.1.3.1.dylib,sha256=x_cnz3jpHyoD1R5N_zHWI60yV6zsI_j6X0ali_5MwsA,103424
7
+ symengine.dylibs/libzstd.1.5.6.dylib,sha256=A5l1QjivGg64dv10FpZ3DZJsodI9J6YziTEhfcwhX2E,1051600
8
+ symengine.dylibs/libflint.19.0.dylib,sha256=rWmCWb2Py1CVzUt7j2snCXZ42YmPqFQmpzc0nUKp9bE,12365712
9
+ symengine.dylibs/libgmp.10.dylib,sha256=5S2ja_sI672iZiIcIDEIYPHx3jv8cbf3RTx4h6rhaHw,625744
10
+ symengine.dylibs/libmpfr.6.dylib,sha256=tizSODS6tDgt6bxknBHH2V8BhpBPQZ2YDcso8gA1n2Y,477232
11
+ symengine-0.14.0.data/purelib/symengine/functions.py,sha256=LNfGb-yI6aXo9BszdmJWfFjZhQFCSYF44fXGMDhLwb8,425
12
+ symengine-0.14.0.data/purelib/symengine/test_utilities.py,sha256=Pk8RHape9EeGatC3nUE5M-IJoL-U3_WHRS6TdRVWg6g,3086
13
+ symengine-0.14.0.data/purelib/symengine/__init__.py,sha256=43Cn0qJhYFCqDIPtHffL4Vs0ee3HX59cLFWK4m9RExU,2403
14
+ symengine-0.14.0.data/purelib/symengine/sympy_compat.py,sha256=pmISwghw-gwE3yM-cpJ2gYWyzO43GQrFVAzeDCLeFRM,171
15
+ symengine-0.14.0.data/purelib/symengine/utilities.py,sha256=bn22sbLtKRQVR_G17O4-iO3K7Bo2kOvRZnkjl7IPrR8,9604
16
+ symengine-0.14.0.data/purelib/symengine/printing.py,sha256=BKOTrj3voT6enkYZYvimM32ibVcBdLNVF4eIgIjHHW8,1115
17
+ symengine-0.14.0.data/purelib/symengine/tests/test_lambdify.py,sha256=06jS9ivhHnTlLSHOClU5YO-9zTTHQGomA85D-lauPQo,29318
18
+ symengine-0.14.0.data/purelib/symengine/tests/test_sage.py,sha256=kp_UzeS6vuIlLIc6f3PnykdBMNVKP8k2lZppsX29aOI,5400
19
+ symengine-0.14.0.data/purelib/symengine/tests/test_sympy_compat.py,sha256=T24NXeFuStVKvzfZU4HL26RxXkH_2CHCBvdpJsWOd8s,4959
20
+ symengine-0.14.0.data/purelib/symengine/tests/test_solve.py,sha256=MnAdXm3ZyX09FnQixaMNDG7vqMX-rr46U9UF5BpBZoY,935
21
+ symengine-0.14.0.data/purelib/symengine/tests/test_subs.py,sha256=HlX_iYSSWqJQmSg7x8vRckHgre7Pl8ly6HdbTU-GYTw,1810
22
+ symengine-0.14.0.data/purelib/symengine/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
+ symengine-0.14.0.data/purelib/symengine/tests/test_matrices.py,sha256=RH-5dDBkTaM0_krJg2TqFQsM5k6LKK3MCC50gEhX5Ww,20648
24
+ symengine-0.14.0.data/purelib/symengine/tests/test_series_expansion.py,sha256=GfgoubMmPB30nasMB6t9JR-5uVg3xYOk9oAWDr0DWYY,741
25
+ symengine-0.14.0.data/purelib/symengine/tests/test_sympy_conv.py,sha256=uR_6ThIEyDSq-dbrlE8x52eC3wbdnij0tLbEokLqF04,27637
26
+ symengine-0.14.0.data/purelib/symengine/tests/test_cse.py,sha256=9SMfCrdQ7ZDoTkbcOk28UhXD2ZDFFbDFiAxOjWM5Ofk,469
27
+ symengine-0.14.0.data/purelib/symengine/tests/test_arit.py,sha256=VEigtuYdMjyHP04UMIOTtuI1yCKxoeKlGjO43MDZ-9E,5693
28
+ symengine-0.14.0.data/purelib/symengine/tests/test_pickling.py,sha256=lkRqJkkmg8Cot9ng2WnoVkVQH_LyeOtqx-SZorqZLj0,1562
29
+ symengine-0.14.0.data/purelib/symengine/tests/test_printing.py,sha256=9_t5rlV1NQUZvolvFKiuuCtpwjS_6hb8FBMXkoGKV-o,1286
30
+ symengine-0.14.0.data/purelib/symengine/tests/test_functions.py,sha256=Ctw1o-I3JV3FFiT8SkFha0qXtm8LpI2hmsY2W5WeoG4,11575
31
+ symengine-0.14.0.data/purelib/symengine/tests/test_dict_basic.py,sha256=ger2sexbuua1tAxc3JfXlXGrnG2iRAThxGLc01j3jGc,640
32
+ symengine-0.14.0.data/purelib/symengine/tests/test_var.py,sha256=q-6R2GVi9AF5eD16jiy_kks2xH4ReUqudZ_S-Zf7O90,1286
33
+ symengine-0.14.0.data/purelib/symengine/tests/test_expr.py,sha256=pjkUfuLSXQtAQv110uiF0hJJyw_8i3XXU2A-q51GHl0,1037
34
+ symengine-0.14.0.data/purelib/symengine/tests/test_number.py,sha256=F3WIKwBwfWdyHaY7cu9yOtTm4AaGPO71s256tQih3dA,5041
35
+ symengine-0.14.0.data/purelib/symengine/tests/test_sympify.py,sha256=yL8JRRdnocswCHQM0S38KDbLB_6VwgZJl3R_HB1M-v4,1868
36
+ symengine-0.14.0.data/purelib/symengine/tests/test_ntheory.py,sha256=jMjJVc1pomRDOWXRqqhQTHHUE-npOki4KxKMvWg6m1k,6312
37
+ symengine-0.14.0.data/purelib/symengine/tests/test_sets.py,sha256=QWcZHWlK5pD5SZrF72uhYZjhYXm4fbmV5OzrQwqYeYQ,4177
38
+ symengine-0.14.0.data/purelib/symengine/tests/test_symbol.py,sha256=5ARwhVtox-fH5kSBgM8JuPbUJK4BJ3HCUo-LiVf39To,5296
39
+ symengine-0.14.0.data/purelib/symengine/tests/test_logic.py,sha256=Htbekxw7rQgSShfbcBwZpEi-T7Tb3lZPJ8_kJQWI7as,3546
40
+ symengine-0.14.0.data/purelib/symengine/tests/test_eval.py,sha256=xIPgDolURXLoc7qehkYKdr8F4reNz5b-Gy9ptJcTbCc,1743
41
+ symengine-0.14.0.data/purelib/symengine/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
42
+ symengine-0.14.0.dist-info/RECORD,,
43
+ symengine-0.14.0.dist-info/LICENSE,sha256=-xvtDIH_TwP5gAwjI6rTRHZ2ofLSlrlHhxpjXIsY-NA,20487
44
+ symengine-0.14.0.dist-info/AUTHORS,sha256=GskEA4KIU3sZV8i3DHr9wE8t3HJL_mWsSm5RhQ_3HEs,1664
45
+ symengine-0.14.0.dist-info/WHEEL,sha256=Bf9B42VeEH6qZZUgZY9fU0LTarhI35U1KzIDA5o55_o,138
46
+ symengine-0.14.0.dist-info/top_level.txt,sha256=ASxf76lo8f1n_6UL_Z5t27oeMUmkRSMzTAtYdzc1ZM8,10
47
+ symengine-0.14.0.dist-info/METADATA,sha256=VaKacGJ-UfZ1y74RSbywFXnF2LF01T0_gqhsnIt88Hw,1312
@@ -1,5 +1,6 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.44.0)
2
+ Generator: setuptools (75.8.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp311-cp311-macosx_10_13_x86_64
5
+ Generator: delocate 0.13.0
5
6
 
Binary file
@@ -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.cpython-311-darwin.so,sha256=rczCQ1xqQqzaRWYYTuBnyUJ7BWq1vU-snLIL8Iy6uAQ,54293440
4
- symengine/lib/symengine_wrapper.pxd,sha256=tyR6XjwXckcZqWjGk8iibwZNm6YhtqIU4BLwqKdJbHs,3313
5
- symengine.dylibs/libmpc.3.dylib,sha256=y3_Y6o-wN9BkftcXtXY25v__Z6f6HvwKm4VM7IKJy10,113408
6
- symengine.dylibs/libflint.18.0.dylib,sha256=-WR8y3K0pMi9Blso86zNcnOwbdZRqvzyflhAtQ_kCi4,13391552
7
- symengine.dylibs/libz.1.3.1.dylib,sha256=_71BfjAr8csqq6e8r1DupOxlik56yEtmr-0PUlnppcg,103424
8
- symengine.dylibs/libzstd.1.5.6.dylib,sha256=A5l1QjivGg64dv10FpZ3DZJsodI9J6YziTEhfcwhX2E,1051600
9
- symengine.dylibs/libgmp.10.dylib,sha256=5S2ja_sI672iZiIcIDEIYPHx3jv8cbf3RTx4h6rhaHw,625744
10
- symengine.dylibs/libmpfr.6.dylib,sha256=tizSODS6tDgt6bxknBHH2V8BhpBPQZ2YDcso8gA1n2Y,477232
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=s7HFst4tMRHoa76AneA8AW0KArOK-so9syQMbcRXWwo,112
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