-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Split "curve" into "step" and "interpolate" #5542
Conversation
f95f06c
to
2d3a54a
Compare
Blocked on posting benchmark results by #5543. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great to me.
My only question: should we add a "curve"
alias (with a loud deprecation warning) and thus postpone the breaking change by one version?
@anandthakker I'd say no, better break hard early. Alias would be good to help with the transition, but there's not enough adoption of expressions yet to delay the break. |
2d3a54a
to
8fb99f5
Compare
I kept it an error, but with a custom error message indicating the new operators. |
85d06c3
to
ecc92b5
Compare
ecc92b5
to
646fca8
Compare
https://bl.ocks.org/anonymous/raw/0faddf4a07f92862b32b0d2dfeff39bf/ (no significant changes) |
Fixes #5528. Will make sure all the right people get a heads up before this is merged.