- 04 1月, 2022 5 次提交
-
-
由 Anatoly 提交于
-
由 Anatoly 提交于
-
由 Oscar Gustafsson 提交于
Not creating a temporary list will enable early exit of all and any. Faster to create tuple than list contaning constants. Removed duplicated definition of method.
-
由 Oscar Gustafsson 提交于
versioneer must be rerun to support Python 3.11. At the same time, the support for Python 3.6 was further reduced and also some odd Python 2.7-leftovers removed.
-
由 Oscar Gustafsson 提交于
Closes #703. (I've searched and these are the ones I found.)
-
- 02 1月, 2022 3 次提交
-
-
由 Oscar Gustafsson 提交于
In addition, the value is printed (and sometimes the data type).
-
由 Oscar Gustafsson 提交于
-
由 Oscar Gustafsson 提交于
There was a direct access to a NumPy configuration which was removed in 1.22. This PR removes the special handling and rely on accessing the configuration in a controlled way to avoid later issues.
-
- 23 12月, 2021 3 次提交
-
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
- 16 12月, 2021 4 次提交
-
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
These changes remove the stride-based manual computation of the new shape, since those are potentially sensitive to broadcasted arrays with no strides.
-
- 14 12月, 2021 9 次提交
- 13 12月, 2021 6 次提交
-
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
* Fix class, attribute, and function formatting * Update the relevant glossary terms and references to them * Rename documentation to better reflect their content * Remove redundant documentation * Reorder index so that it starts with the basic, necessary articles * Grammar and wording updates
-
由 Brandon T. Willard 提交于
-
- 11 12月, 2021 2 次提交
-
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
- 10 12月, 2021 3 次提交
-
-
由 Brandon T. Willard 提交于
Closes #692
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
-
- 08 12月, 2021 3 次提交
-
-
由 Brandon T. Willard 提交于
-
由 Brandon T. Willard 提交于
These changes only affect `PatternSub`, which now no longer allows constraints on non (logic) variable terms in its patterns. Likewise, the `values_eq_approx` and `skip_identities_fn` options are no longer supported.
-
由 Brandon T. Willard 提交于
-
- 07 12月, 2021 2 次提交
-
-
由 Brandon T. Willard 提交于
This commit introduces a `LocalOptTracker` object that performs an MRO-based lookup of `LocalOptimizer`s that track `Op` types.
-
由 Brandon T. Willard 提交于
-