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

Request for Adding __version__ Attribute #614

Open
LakshmanKishore opened this issue Oct 25, 2023 · 1 comment
Open

Request for Adding __version__ Attribute #614

LakshmanKishore opened this issue Oct 25, 2023 · 1 comment

Comments

@LakshmanKishore
Copy link

Summary:
Currently, the HDBSCAN library does not provide a __version__ attribute, which is a standard way for users to check the library's version. This issue is raised to request the addition of a __version__ attribute to HDBSCAN.

Details:
The __version__ attribute allows users to easily check the version of a library, which is a common and convenient practice in Python. For example, other libraries like joblib provide this attribute, making it simple to retrieve the version information. Adding a __version__ attribute to HDBSCAN would enhance the user experience and make it easier for users to verify the installed version.

Expected Behavior:
After this enhancement is implemented, users should be able to check the HDBSCAN version using the hdbscan.__version__ attribute.

@LakshmanKishore
Copy link
Author

I have raised the pull request #615 to resolve this issue.

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