Skip to content

drop deprecated calendar transforms in v3 #7190

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

Closed
archmoj opened this issue Oct 2, 2024 · 0 comments · Fixed by #7240
Closed

drop deprecated calendar transforms in v3 #7190

archmoj opened this issue Oct 2, 2024 · 0 comments · Fixed by #7240
Assignees
Labels
feature something new P2 considered for next cycle
Milestone

Comments

@archmoj
Copy link
Contributor

archmoj commented Oct 2, 2024

transforms: {
filter: {
valuecalendar: makeAttrs([
'WARNING: All transforms are deprecated and may be removed from the API in next major version.',
'Sets the calendar system to use for `value`, if it is a date.'
].join(' ')),
targetcalendar: makeAttrs([
'WARNING: All transforms are deprecated and may be removed from the API in next major version.',
'Sets the calendar system to use for `target`, if it is an',
'array of dates. If `target` is a string (eg *x*) we use the',
'corresponding trace attribute (eg `xcalendar`) if it exists,',
'even if `targetcalendar` is provided.'
].join(' '))
}
}

@archmoj archmoj added this to the v3.0.0 milestone Oct 2, 2024
@gvwilson gvwilson changed the title Drop deprecated calendar transforms in v3? drop deprecated calendar transforms in v3 Oct 4, 2024
@gvwilson gvwilson added the feature something new label Oct 4, 2024
@gvwilson gvwilson added the P2 considered for next cycle label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature something new P2 considered for next cycle
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants