-
Notifications
You must be signed in to change notification settings - Fork 53
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
Could someone explain to me what really borke from 0.17 to 0.18 ? #366
Comments
There are a bunch of new in-place methods, mostly related to |
Just as a supplement to @lbenet's reply, in v0.17 Line 250 in e5b4989
This function is called by TaylorSeries e.g. when doing using TaylorSeries
t = Taylor1(5)
t^10 # calls pow! As @lbenet explained, the rationale behind this is to avoid unnecessary allocations when computing powers with TaylorSeries. Dependant packages who call directly to |
Ok I understand. As far as I know, As far as my packages are concerned, there will be no impact at all then since I rely on |
I think this can be close; please feel fre to reopen it if you need more clarifications |
Hey,
I got compathelper notices, but have trouble understanding what really broke between the two versions; Could someone point me to the right place to check what broke ?
Thanks !
The text was updated successfully, but these errors were encountered: