Skip to content

[Python] Refactor CumulativeSumOptions to a separate class for independent deprecation #36240

@bkietz

Description

@bkietz

Describe the enhancement requested

CumulativeSumOptions are renamed to CumulativeOptions in #36020 after the introduction of cumulative functions other than cumulative_sum which reuse those options. For backward compatibility, an alias was added so that the name CumulativeSumOptions is still usable. However per discussion on that PR the old name should be deprecated, which requires an explicit separate class.

Component(s)

Python

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions