skpro
skpro copied to clipboard
[ENH] `concat` operation on distributions
Reference Issues/PRs
#340What does this implement/fix? Explain your changes.
Implements the concat operation on distributions.See https://github.com/sktime/skpro/issues/340#issuecomment-2453301902
PR checklist
For all contributions
- [ ] I've added myself to the list of contributors with any new badges I've earned :-)
How to: add yourself to the all-contributors file in the
skproroot directory (not theCONTRIBUTORS.md). Common badges:code- fixing a bug, or adding code logic.doc- writing or improving documentation or docstrings.bug- reporting or diagnosing a bug (get this pluscodeif you also fixed the bug in the PR).maintenance- CI, test framework, release. See here for full badge reference - [x] The PR title starts with either [ENH], [MNT], [DOC], or [BUG]. [BUG] - bugfix, [MNT] - CI, test framework, [ENH] - adding or improving code, [DOC] - writing or improving documentation or docstrings.