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

Support limited vec_math() for clock types #235

Closed
DavisVaughan opened this issue Jun 15, 2021 · 0 comments · Fixed by #244
Closed

Support limited vec_math() for clock types #235

DavisVaughan opened this issue Jun 15, 2021 · 0 comments · Fixed by #244
Labels
feature a feature request or enhancement

Comments

@DavisVaughan
Copy link
Member

DavisVaughan commented Jun 15, 2021

abs(clock::duration_days(-1))
Error: `vec_math.clock_duration()` not supported.

^ but calendar types and time points shouldn't support this

is.finite(clock::year_month_day(2019))
#> Error: `vec_math.clock_year_month_day()` not supported.
@DavisVaughan DavisVaughan changed the title Provide an abs() method for durations Support limited vec_math() for durations Jun 15, 2021
@DavisVaughan DavisVaughan changed the title Support limited vec_math() for durations Support limited vec_math() for clock types Jul 15, 2021
@DavisVaughan DavisVaughan added the feature a feature request or enhancement label Jul 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant