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

the PR was not mentioned in NEWS.md, fix #34465

Merged

Conversation

tpapp
Copy link
Contributor

@tpapp tpapp commented Jan 21, 2020

#32753 is not mentioned in NEWS.md, fix this.

This is a trivial PR, hope I am making it against the right branch.

@@ -32,7 +32,7 @@ New library functions
* The new `only(x)` function returns the one-and-only element of a collection `x`, and throws an `ArgumentError` if `x` contains zero or multiple elements ([#33129]).
* `takewhile` and `dropwhile` have been added to the Iterators submodule ([#33437]).
* `accumulate` has been added to the Iterators submodule ([#34033]).
* There is a now an `evalpoly` function meant to take the role of the `@evalpoly` macro. The function is just as efficient as the macro while giving added flexibility, so it should be preferred over `@evalpoly`. `evalpoly` takes a list of coefficients as a tuple, so where one might write `@evalpoly(x, p1, p2, p3)` one would instead write `evalpoly(x, (p1, p2, p3))`.
* There is a now an `evalpoly` function meant to take the role of the `@evalpoly` macro. The function is just as efficient as the macro while giving added flexibility, so it should be preferred over `@evalpoly`. `evalpoly` takes a list of coefficients as a tuple, so where one might write `@evalpoly(x, p1, p2, p3)` one would instead write `evalpoly(x, (p1, p2, p3))` (#[32753]).
Copy link
Member

Choose a reason for hiding this comment

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

In the other items, the # symbol is within the squared brackets...

Copy link
Member

Choose a reason for hiding this comment

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

Hm, yes, the link is not working for that reason.

@StefanKarpinski StefanKarpinski merged commit a718746 into JuliaLang:release-1.4 Jan 21, 2020
tpapp added a commit to tpapp/julia that referenced this pull request Jan 22, 2020
@tpapp tpapp mentioned this pull request Jan 22, 2020
rfourquet pushed a commit that referenced this pull request Jan 22, 2020
thanks at-dkarrasch
BioTurboNick pushed a commit to BioTurboNick/julia that referenced this pull request Apr 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants