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

CI/CD, tests, and automated releases #932

Open
fkiraly opened this issue Feb 22, 2025 · 0 comments
Open

CI/CD, tests, and automated releases #932

fkiraly opened this issue Feb 22, 2025 · 0 comments

Comments

@fkiraly
Copy link

fkiraly commented Feb 22, 2025

This repository corresponds to a python package, but it has no CI/CD, tests, or automated releases.

I would strongly recommend to add these to ensure reliability and compatibility with dependency and python versions!

Some quick options to add these would be:

  • tests need to be added first. If we add interfaces to sktime compatible APIs, we can simply use the sktime parametrize_with-checks utility, this is a few-liner that gives a lot of tests for free, for classifiers and forecasters.
  • CI/CD could be standard issue test matrix on various OS and python combinations.
  • same for automated release pipeline

I would be open to help with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant