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

Disallow ranges with Integer eltype but non-integer step #32439

Merged
merged 14 commits into from
Nov 30, 2020
Merged
Prev Previous commit
Next Next commit
Merge branch 'master' into integerstepranges
  • Loading branch information
sostock committed Jun 1, 2020
commit 26c38898373af6db41f1af2357eab7e2f2b42770
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ New library features

Standard library changes
------------------------
* It is no longer possible to create a `LinRange`, `StepRange`, or `StepRangeLen` with a
`<: Integer` eltype but non-integer step ([#32439]).

* It is no longer possible to create a `LinRange`, `StepRange`, or `StepRangeLen` with a `<: Integer` eltype but non-integer step ([#32439]).
* The `nextprod` function now accepts tuples and other array types for its first argument ([#35791]).
* The function `isapprox(x,y)` now accepts the `norm` keyword argument also for numeric (i.e., non-array) arguments `x` and `y` ([#35883]).
* `view`, `@view`, and `@views` now work on `AbstractString`s, returning a `SubString` when appropriate ([#35879]).
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.