Skip to content

Commit

Permalink
Merge pull request #28977 from NHDaly/patch-2
Browse files Browse the repository at this point in the history
Fix History `eye` deprecation PR: should be 24415
  • Loading branch information
Sacha0 authored Aug 31, 2018
2 parents dabf70e + 13cfbfe commit 804d12e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ Library improvements
* The `crc32c` function for CRC-32c checksums is now exported ([#22274]).

* `eye(::Type{Diagonal{T}}, m::Integer)` has been deprecated in favor of
`Diagonal{T}(I, m)` ([#24413]).
`Diagonal{T}(I, m)` ([#24415]).

* The output of `versioninfo` is now controlled with keyword arguments ([#21974]).

Expand Down Expand Up @@ -1575,6 +1575,7 @@ Command-line option changes
[#24404]: https://github.com/JuliaLang/julia/issues/24404
[#24413]: https://github.com/JuliaLang/julia/issues/24413
[#24414]: https://github.com/JuliaLang/julia/issues/24414
[#24415]: https://github.com/JuliaLang/julia/issues/24415
[#24438]: https://github.com/JuliaLang/julia/issues/24438
[#24445]: https://github.com/JuliaLang/julia/issues/24445
[#24452]: https://github.com/JuliaLang/julia/issues/24452
Expand Down

2 comments on commit 804d12e

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily benchmark build, I will reply here when finished:

@nanosoldier runbenchmarks(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily benchmark build, I will reply here when finished:

@nanosoldier runbenchmarks(ALL, isdaily = true)

Please sign in to comment.