Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added ^ method for UniformScaling #34008

Merged
merged 10 commits into from
Dec 11, 2019
Prev Previous commit
Next Next commit
add news
  • Loading branch information
MasonProtter committed Dec 2, 2019
commit f9196eb491755c6e10dd12b1ba2c09c13474ee16
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ Standard library changes

* `cond(A, p)` with `p=1` or `p=Inf` now computes the exact condition number instead of an estimate ([#33547]).

* `UniformScaling` objects may now be exponentiated such that `(a*I)^x = a^x * I`.

#### Random

* `AbstractRNG`s now behave like scalars when used in broadcasting ([#33213]).
Expand Down