Leon Anavi
71acc03cbd
python3-sympy: Upgrade 1.7.1 -> 1.8
...
Upgrade to release 1.8:
assumptions:
- Q.infinite now correctly evaluates to True for oo, -oo, and zoo
- Assumption predicates now correctly evaluates to None for S.NaN
- Relational objects do not need to be wrapped by Q.is_true to be
asked or refined anymore
- Q.is_true wrapping over AppliedPredicate now just return the
argument
- refine arg(x) when x is real and nonzero
- assumptions/relation module is introduced. This module
implements binary relation as predicate
- AskHandler(), register_handler() and remove_handler() are
deprecated. Handler now must be multipledispatch instance
- Predicate now uses a single handler which is multipledispatch
instance
- Predicate can now take multiple arguments
- Predicate("...") now returns UndefinedPredicate instance. To
define a predicate, you must make a subclass of Predicate
calculus:
- Using maximum with a piecewise expression over a domain no
longer fails due to a bug fix in Piecewise.as_expr_set_pairs
codegen:
- allowing for multi-dimensional arrays as arguments/locals in c
code generation
- create_expand_pow_optimization is now customizable with respect
to requirement on base
- Support flattening of elementwise additions of array expressions
- Fixes to array-expressions in order to properly work with
ZeroArray and ZeroMatrix
- Fixing matrix expression recognition from array-expressions
- Minor fixes to the way the AST of array expressions is built
- Add normalization of CodegenArrayDiagonal when it's nested with
CodegenArrayPermuteDims and CodegenArrayContraction
- Increased support for the normalization of array expressions and
permutations of indices
- parse_matrix_expression( ) is now able to parse traces of
matrices
combinatorics:
- Added a section to the permutation docs about containment in
permutation groups
geometry:
- Fix AssertError for vertical tangent
- Geometric entities with symbolic coordinates will not be printed
in SVG
simplify:
- Fix simplify calls sympify without rational parameter
- TRmorrie now takes powers of cos terms into account
tensor:
- Introduced objects ArraySymbol and ArrayElement for array
expressions equivalent to MatrixSymbol and MatrixElement in the
matrix expression module
- Add class ZeroArray for array expressions of zero-valued
elements
- Make Array differentiation(derive_by_array) work with non sympy
expressions
- Added tensordiagonal( ) function to perform diagonalization of
array expressions
- Adding an array with any other type now consistently gives
NotImplemented
utilities:
- Added official support for using CuPy to GPU accelerate lambdify
functions
- Added Replacer class to simplify the creation of replacement
expressions with MatchPy
- Added tests for optional parameter in MatchPy patterns
- Added string printers for MatchPy-compatible wildcards in
sympy.utilities.matchpy_connector
- minlex no longer accepts is_set or small arguments
- minlex and least_rotation now accept key= arguments similar to
sorted
vector:
- Fixed a bug with integral over ImplicitRegion objects
other:
- Expanding documentation to include all class members with
docstrings
License-Update: Update year
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com >
2021-04-15 09:25:26 -07:00
..
2020-06-29 08:22:57 -07:00
2020-06-29 08:23:02 -07:00
2021-01-04 14:48:29 -08:00
2020-06-03 15:15:42 -07:00
2020-06-29 08:23:13 -07:00
2020-06-29 08:23:18 -07:00
2020-07-06 10:21:18 -07:00
2020-07-03 18:07:00 -07:00
2020-06-17 08:57:49 -07:00
2020-07-03 18:07:05 -07:00
2020-07-03 18:07:09 -07:00
2020-08-06 10:26:29 -07:00
2020-06-17 08:57:58 -07:00
2020-06-17 08:58:02 -07:00
2020-06-17 08:55:53 -07:00
2021-04-13 08:06:07 -07:00
2021-02-19 10:02:43 -08:00
2020-06-17 08:57:43 -07:00
2021-04-01 08:31:16 -07:00
2020-06-17 08:56:52 -07:00
2020-07-12 19:04:17 -07:00
2020-06-11 07:42:47 -07:00
2020-06-17 08:56:34 -07:00
2020-06-17 08:56:43 -07:00
2020-06-17 08:56:47 -07:00
2020-04-20 21:45:13 -07:00
2020-04-21 07:14:06 -07:00
2020-04-20 21:45:13 -07:00
2021-01-25 14:34:06 -08:00
2020-04-20 21:45:13 -07:00
2020-04-20 21:45:13 -07:00
2020-04-21 07:14:06 -07:00
2020-04-21 07:14:06 -07:00
2020-05-12 12:33:41 -07:00
2020-04-25 08:32:42 -07:00
2021-01-12 09:16:03 -08:00
2020-05-12 12:33:41 -07:00
2021-02-01 10:44:55 -08:00
2020-05-12 12:33:41 -07:00
2020-05-12 12:33:41 -07:00
2020-05-12 12:33:42 -07:00
2020-05-12 12:33:42 -07:00
2020-05-12 12:33:42 -07:00
2021-02-01 10:44:20 -08:00
2020-09-28 20:49:15 -07:00
2020-05-12 12:33:42 -07:00
2020-05-12 12:33:42 -07:00
2020-05-03 14:29:17 -07:00
2020-05-03 14:29:17 -07:00
2021-03-08 07:29:49 -08:00
2020-07-16 12:10:25 -07:00
2020-07-12 19:04:17 -07:00
2020-05-03 14:29:17 -07:00
2020-07-16 12:10:32 -07:00
2020-05-03 14:29:17 -07:00
2020-04-27 07:48:46 -07:00
2020-07-16 12:10:35 -07:00
2020-07-16 12:10:39 -07:00
2020-10-16 23:11:58 -07:00
2020-09-16 09:16:41 -07:00
2020-07-16 12:10:43 -07:00
2020-07-03 18:07:12 -07:00
2020-07-06 10:18:56 -07:00
2020-07-06 10:19:15 -07:00
2020-04-27 07:48:46 -07:00
2020-04-27 07:48:46 -07:00
2021-03-22 09:19:27 -07:00
2020-04-27 07:48:46 -07:00
2020-04-27 07:48:46 -07:00
2020-04-27 07:48:46 -07:00
2020-04-27 07:48:46 -07:00
2020-04-27 07:48:46 -07:00
2020-09-05 13:04:40 -07:00
2021-02-01 10:44:46 -08:00
2020-05-19 17:14:09 -07:00
2021-04-13 08:06:07 -07:00
2021-01-28 10:52:32 -08:00
2020-11-04 11:09:39 -08:00
2021-04-06 08:58:42 -07:00
2021-02-01 10:44:51 -08:00
2021-03-08 07:30:11 -08:00
2021-03-26 10:32:32 -07:00
2020-11-27 11:54:04 -08:00
2020-06-29 08:22:57 -07:00
2020-06-29 08:23:02 -07:00
2020-05-21 15:09:34 -07:00
2021-01-08 08:41:14 -08:00
2020-11-12 12:45:11 -08:00
2020-05-19 17:14:08 -07:00
2020-11-23 13:00:55 -08:00
2020-08-25 10:33:13 -07:00
2020-08-06 10:26:35 -07:00
2021-01-04 14:48:29 -08:00
2021-04-13 08:06:07 -07:00
2021-01-27 10:21:14 -08:00
2021-03-17 12:05:11 -07:00
2020-06-03 15:15:42 -07:00
2021-02-09 08:49:12 -08:00
2021-01-08 08:42:39 -08:00
2020-08-10 10:58:00 -07:00
2021-04-13 08:06:07 -07:00
2021-01-04 14:48:29 -08:00
2020-08-18 09:37:10 -07:00
2020-10-07 08:42:38 -07:00
2020-07-06 10:21:18 -07:00
2021-04-13 08:06:07 -07:00
2020-05-28 12:36:49 -07:00
2020-11-27 11:54:04 -08:00
2020-07-03 18:07:00 -07:00
2020-06-22 08:38:19 -07:00
2021-01-28 10:52:09 -08:00
2020-06-17 08:57:24 -07:00
2021-02-01 10:44:41 -08:00
2021-03-22 09:19:03 -07:00
2020-10-04 20:22:59 -07:00
2021-04-13 08:06:07 -07:00
2021-01-12 09:16:35 -08:00
2021-03-01 11:06:14 -08:00
2021-01-04 14:48:29 -08:00
2021-04-01 08:31:16 -07:00
2020-07-03 18:07:09 -07:00
2020-08-25 10:33:30 -07:00
2020-08-25 10:33:34 -07:00
2021-02-02 18:50:06 -08:00
2020-10-22 22:16:35 -07:00
2021-01-12 09:15:42 -08:00
2021-03-26 10:32:32 -07:00
2021-03-17 12:04:43 -07:00
2020-06-19 10:17:50 -07:00
2021-03-17 12:05:22 -07:00
2021-03-26 10:32:32 -07:00
2021-04-06 08:58:42 -07:00
2021-03-30 09:04:35 -07:00
2020-06-29 08:22:13 -07:00
2021-04-13 08:06:07 -07:00
2021-01-14 11:58:45 -08:00
2021-02-22 09:16:15 -08:00
2021-01-28 10:51:52 -08:00
2021-03-01 11:06:38 -08:00
2020-11-04 11:09:47 -08:00
2020-09-24 12:51:54 -07:00
2021-01-20 09:30:43 -08:00
2020-05-28 12:36:49 -07:00
2021-04-13 08:06:07 -07:00
2021-03-17 12:05:27 -07:00
2020-11-18 08:18:15 -08:00
2021-01-28 10:52:18 -08:00
2020-04-28 17:11:15 -07:00
2020-09-11 17:44:02 -07:00
2021-04-08 08:54:52 -04:00
2021-03-30 09:04:35 -07:00
2021-01-12 09:16:21 -08:00
2020-09-24 12:52:49 -07:00
2021-04-06 08:58:42 -07:00
2020-10-22 22:17:04 -07:00
2020-11-12 12:45:11 -08:00
2021-01-14 11:58:35 -08:00
2020-06-05 18:42:55 -07:00
2021-03-26 10:32:32 -07:00
2020-06-05 18:43:03 -07:00
2021-01-25 14:34:06 -08:00
2020-09-07 11:28:04 -07:00
2020-12-21 17:53:34 -08:00
2020-11-27 11:54:04 -08:00
2020-06-05 18:43:10 -07:00
2020-08-27 15:07:35 -07:00
2020-08-31 08:27:05 -07:00
2020-04-28 16:24:06 -07:00
2020-04-28 16:24:06 -07:00
2020-08-13 22:32:07 -07:00
2020-09-02 08:55:41 -07:00
2021-03-24 08:50:45 -07:00
2020-09-02 08:55:34 -07:00
2020-09-02 08:55:46 -07:00
2020-08-31 08:27:23 -07:00
2021-02-09 08:49:27 -08:00
2021-03-26 10:32:33 -07:00
2020-09-23 10:13:31 -07:00
2020-09-02 08:51:48 -07:00
2020-06-19 10:17:50 -07:00
2020-08-27 15:07:50 -07:00
2020-06-08 13:58:02 -07:00
2020-08-13 22:32:07 -07:00
2020-06-17 08:55:53 -07:00
2021-02-01 10:43:42 -08:00
2020-07-16 07:08:46 -07:00
2021-01-04 14:48:29 -08:00
2020-07-16 07:10:24 -07:00
2021-04-06 08:58:42 -07:00
2021-03-08 07:30:22 -08:00
2021-02-05 10:26:11 -08:00
2021-01-20 09:27:59 -08:00
2021-02-09 08:49:31 -08:00
2021-04-13 08:06:07 -07:00
2021-04-13 08:06:07 -07:00
2021-03-30 09:04:35 -07:00
2021-04-01 08:31:16 -07:00
2021-03-30 09:04:34 -07:00
2020-09-15 09:28:34 -07:00
2021-03-24 08:50:45 -07:00
2020-06-17 08:56:52 -07:00
2020-07-03 18:06:51 -07:00
2021-04-01 08:31:16 -07:00
2021-03-11 19:59:04 -08:00
2021-01-08 08:42:04 -08:00
2021-04-13 08:06:07 -07:00
2021-01-12 09:16:17 -08:00
2020-11-12 12:45:04 -08:00
2021-02-16 08:49:47 -08:00
2021-03-08 07:30:03 -08:00
2020-07-10 09:35:26 -07:00
2021-03-11 19:59:04 -08:00
2020-08-25 10:34:14 -07:00
2021-02-19 10:02:43 -08:00
2021-01-28 10:52:42 -08:00
2020-04-12 22:57:22 -07:00
2021-01-28 10:52:00 -08:00
2021-03-30 09:04:35 -07:00
2020-08-10 10:57:49 -07:00
2020-06-17 08:56:47 -07:00
2021-02-24 09:08:28 -08:00
2020-06-17 08:57:00 -07:00
2021-03-24 08:50:45 -07:00
2020-06-17 08:57:09 -07:00
2021-02-05 10:26:10 -08:00
2020-08-10 10:57:40 -07:00
2020-04-20 21:45:13 -07:00
2021-01-12 09:16:39 -08:00
2020-11-23 22:51:38 -08:00
2021-03-26 10:32:32 -07:00
2020-04-21 07:14:06 -07:00
2021-03-17 12:04:27 -07:00
2020-11-23 13:00:54 -08:00
2021-03-17 12:04:38 -07:00
2021-01-12 09:15:49 -08:00
2020-06-08 13:58:03 -07:00
2021-01-25 14:34:06 -08:00
2020-06-13 21:34:21 -07:00
2020-07-03 18:07:33 -07:00
2020-11-04 11:10:02 -08:00
2020-11-04 11:09:53 -08:00
2021-03-26 10:32:32 -07:00
2020-07-06 10:19:48 -07:00
2020-06-25 10:22:45 -07:00
2020-08-03 17:43:42 -07:00
2020-06-26 08:55:53 -07:00
2021-03-17 12:04:47 -07:00
2020-11-27 11:54:04 -08:00
2021-03-30 09:04:34 -07:00
2021-01-25 14:34:06 -08:00
2021-03-01 11:06:28 -08:00
2020-11-24 16:01:53 -08:00
2021-04-01 08:31:16 -07:00
2021-03-08 07:29:59 -08:00
2020-06-11 07:43:01 -07:00
2021-01-12 09:16:44 -08:00
2021-04-13 08:06:07 -07:00
2021-02-24 09:08:00 -08:00
2021-01-14 11:58:26 -08:00
2020-09-16 09:16:37 -07:00
2020-08-25 10:34:33 -07:00
2021-01-08 08:41:19 -08:00
2021-02-24 09:08:13 -08:00
2021-01-27 10:21:14 -08:00
2021-01-28 10:51:15 -08:00
2020-06-25 10:22:28 -07:00
2020-07-16 12:10:15 -07:00
2020-06-25 10:22:16 -07:00
2021-04-06 08:58:42 -07:00
2021-01-28 10:52:05 -08:00
2021-01-08 08:40:54 -08:00
2021-01-08 08:41:24 -08:00
2020-08-31 08:26:58 -07:00
2020-06-10 20:55:46 -07:00
2020-07-21 16:46:36 -07:00
2021-03-30 09:04:35 -07:00
2020-06-26 08:55:01 -07:00
2020-06-26 08:55:45 -07:00
2020-09-24 12:52:12 -07:00
2021-03-14 09:19:05 -07:00
2021-03-08 07:29:45 -08:00
2020-05-22 08:41:41 -07:00
2020-10-16 23:11:58 -07:00
2021-01-20 09:29:46 -08:00
2020-06-13 21:34:21 -07:00
2021-04-01 08:31:16 -07:00
2020-10-16 23:11:58 -07:00
2021-03-17 12:05:44 -07:00
2020-05-19 17:14:09 -07:00
2021-03-08 07:29:53 -08:00
2021-02-22 09:16:18 -08:00
2020-06-18 17:56:11 -07:00
2020-08-10 10:57:57 -07:00
2020-08-03 17:42:52 -07:00
2021-02-16 08:50:41 -08:00
2021-04-06 08:58:42 -07:00
2021-03-26 10:32:33 -07:00
2021-02-24 09:08:09 -08:00
2020-06-11 21:58:29 -07:00
2020-06-19 10:20:36 -07:00
2021-03-08 07:29:42 -08:00
2021-02-01 10:44:55 -08:00
2020-06-22 08:38:00 -07:00
2021-03-11 19:59:04 -08:00
2020-06-11 07:44:06 -07:00
2021-03-26 10:32:32 -07:00
2021-02-16 08:50:48 -08:00
2021-01-08 08:41:09 -08:00
2021-01-12 09:16:31 -08:00
2021-03-17 12:05:17 -07:00
2020-05-19 17:14:08 -07:00
2020-08-06 10:26:45 -07:00
2020-07-06 10:21:06 -07:00
2020-06-05 18:42:15 -07:00
2021-02-01 10:44:20 -08:00
2020-08-18 09:37:53 -07:00
2020-07-06 10:20:02 -07:00
2021-04-08 08:54:52 -04:00
2021-03-17 12:04:53 -07:00
2020-05-21 15:09:34 -07:00
2020-09-28 20:49:15 -07:00
2020-09-05 13:04:00 -07:00
2020-05-08 19:56:05 -07:00
2021-02-16 08:51:01 -08:00
2020-10-22 22:16:54 -07:00
2020-11-04 11:08:50 -08:00
2020-04-05 14:27:45 -07:00
2021-03-26 10:32:33 -07:00
2020-07-06 10:19:43 -07:00
2020-04-05 14:27:45 -07:00
2020-11-04 11:09:57 -08:00
2020-06-26 08:56:14 -07:00
2021-01-27 10:21:14 -08:00
2021-02-05 10:26:10 -08:00
2020-04-05 14:27:45 -07:00
2021-04-08 08:54:52 -04:00
2021-02-05 10:26:11 -08:00
2021-01-20 09:30:38 -08:00
2020-08-11 09:42:55 -07:00
2020-04-05 14:27:45 -07:00
2021-01-14 11:58:30 -08:00
2021-02-24 09:07:52 -08:00
2021-03-26 10:32:32 -07:00
2020-11-27 11:54:04 -08:00
2021-04-15 09:25:26 -07:00
2020-09-16 09:16:27 -07:00
2021-03-24 08:50:45 -07:00
2021-01-25 14:34:06 -08:00
2020-05-03 14:29:17 -07:00
2021-04-08 08:54:52 -04:00
2020-04-05 10:38:14 -07:00
2021-03-08 07:30:19 -08:00
2020-08-19 14:04:15 -07:00
2021-03-26 10:32:32 -07:00
2021-02-05 10:26:11 -08:00
2021-01-08 08:42:20 -08:00
2021-03-01 11:06:23 -08:00
2020-04-05 10:38:14 -07:00
2020-08-13 22:32:08 -07:00
2021-04-13 08:06:07 -07:00
2021-03-18 11:26:40 -07:00
2020-05-12 14:16:19 -07:00
2021-02-05 10:26:10 -08:00
2020-05-28 12:37:24 -07:00
2021-01-25 14:34:06 -08:00
2021-01-27 10:21:14 -08:00
2021-03-01 11:06:48 -08:00
2020-07-16 07:10:28 -07:00
2020-04-05 10:38:14 -07:00
2020-06-29 08:22:01 -07:00
2020-08-13 22:32:08 -07:00
2021-04-06 08:58:42 -07:00
2021-03-08 07:29:49 -08:00
2020-07-16 12:10:25 -07:00
2020-06-08 13:58:02 -07:00
2020-04-05 10:38:13 -07:00
2020-07-12 19:04:17 -07:00
2021-03-26 10:32:33 -07:00
2020-04-05 10:38:13 -07:00
2020-04-05 10:38:13 -07:00
2021-04-13 08:06:07 -07:00
2021-03-01 11:06:43 -08:00
2021-04-13 08:06:07 -07:00
2020-06-12 08:46:25 -07:00
2021-03-26 10:32:32 -07:00
2020-04-05 10:38:13 -07:00
2021-03-01 11:07:05 -08:00
2020-10-22 22:16:49 -07:00
2021-03-14 09:19:05 -07:00
2020-06-03 15:15:24 -07:00
2021-01-18 14:30:00 -08:00
2020-04-05 10:38:13 -07:00
2020-07-23 10:26:48 -07:00
2020-04-05 10:38:13 -07:00
2021-01-25 14:34:06 -08:00
2021-01-20 09:29:51 -08:00
2020-07-16 12:10:35 -07:00
2021-01-20 09:29:56 -08:00
2021-03-17 12:05:37 -07:00
2021-03-22 09:18:56 -07:00
2020-04-05 10:38:13 -07:00
2021-04-13 08:06:07 -07:00
2020-06-25 10:21:34 -07:00
2021-04-13 08:06:07 -07:00
2020-10-16 23:11:58 -07:00
2020-06-19 10:17:50 -07:00
2020-12-21 17:53:15 -08:00
2020-04-05 10:38:13 -07:00
2021-02-22 09:16:31 -08:00
2021-04-15 09:25:26 -07:00
2020-09-05 13:04:28 -07:00
2021-02-24 09:07:45 -08:00
2020-04-04 12:51:09 -07:00
2020-09-16 09:16:41 -07:00
2020-08-06 10:25:55 -07:00
2020-09-15 09:28:34 -07:00
2020-07-10 09:35:37 -07:00
2020-11-04 11:10:11 -08:00
2021-04-08 08:54:52 -04:00
2020-09-15 09:28:34 -07:00
2020-05-19 17:14:08 -07:00
2020-10-28 10:22:05 -07:00
2021-04-08 08:54:52 -04:00
2021-03-24 08:50:45 -07:00
2021-03-08 07:29:01 -08:00
2021-02-09 08:49:34 -08:00
2020-04-04 07:22:16 -07:00
2021-02-24 09:08:36 -08:00
2021-03-24 08:50:45 -07:00
2021-04-13 08:06:07 -07:00
2021-04-06 08:58:42 -07:00
2020-08-25 10:34:20 -07:00
2020-06-03 15:15:16 -07:00
2020-10-28 10:22:05 -07:00
2021-01-25 14:34:06 -08:00
2020-07-06 10:18:56 -07:00
2020-07-06 10:19:15 -07:00
2021-03-22 09:19:08 -07:00
2020-04-04 07:22:16 -07:00
2020-04-04 07:22:16 -07:00
2021-03-14 09:19:05 -07:00
2021-02-24 09:08:40 -08:00
2020-11-12 12:45:11 -08:00
2020-04-03 16:43:10 -07:00
2021-03-08 07:30:36 -08:00
2021-03-22 09:18:47 -07:00
2021-01-14 11:58:55 -08:00
2020-04-03 16:43:10 -07:00
2021-03-22 09:19:35 -07:00
2020-12-21 17:52:34 -08:00
2020-08-11 09:42:41 -07:00
2021-02-01 10:44:27 -08:00
2021-04-06 08:58:42 -07:00
2021-04-13 08:06:07 -07:00
2020-05-19 17:14:08 -07:00
2020-08-06 10:27:35 -07:00
2021-03-08 07:29:35 -08:00
2021-01-20 09:30:47 -08:00
2020-11-27 11:54:04 -08:00
2021-03-30 09:04:34 -07:00
2020-06-11 21:58:29 -07:00
2020-11-12 12:45:11 -08:00
2020-04-10 23:49:16 -07:00