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

Add __version__ attribute to package #77

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SebastianSchmidl
Copy link

Summary

prts has no prts.__version__ property, which makes integrating it in other packages complicated. Many tools use <module>.__version__ to check compatibility at runtime.

This PR adds the __version__ property to the package, set to the current version on PyPI.

SebastianSchmidl added a commit to aeon-toolkit/aeon that referenced this pull request Aug 13, 2024
SebastianSchmidl pushed a commit to aeon-toolkit/aeon that referenced this pull request Sep 2, 2024
…1938)

* feat: add TSAD metrics and tests from TimeEval

* fix: prts soft dependency specification

* feat: update CODEOWNERS

* feat: add to docs

* fix: prts version specification until CompML/PRTS#77 is merged and add skiptests conditions if not installed

* feat: handle str-object-names in check_soft_dependencies correctly

* fix: check_soft_dependencies test case for str-object reference

* fix: address PR review change requests
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

Successfully merging this pull request may close these issues.

1 participant