-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fixed compatibility issue in clicker #19
Conversation
_clicker used python syntax that is only compatible with python 3.10+. I changed the syntax to be compatible with earlier versions. My research group uses this epon source library with python 3.9.6 and are glad to contribute. Package now requires the typing module as a dependency. Committer Contact info: H. Ryott Glayzer email: [email protected]
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Ryott,
thanks for opening a PR to fix this! Sorry I i foolishly didn't test older python versions, that was a mistake.
I'd prefer to fix this by putting a from __future__ import annotations
at the top of the file rather than using the older syntax.
If you have time could you change to that fix? If you don't have the time that's also ok, just let me know and I'll take this PR to the finish line
Just updated the pr. Let me know if you need anything else
…On Wed, Jan 31, 2024 at 12:53 PM Ian Hunt-Isaak ***@***.***> wrote:
***@***.**** requested changes on this pull request.
Hi Ryott,
thanks for opening a PR to fix this! Sorry I i foolishly didn't test older
python versions, that was a mistake.
I'd prefer to fix this by putting a from __future__ import annotations at
the top of the file rather than using the older syntax.
If you have time could you change to that fix? If you don't have the time
that's also ok, just let me know and I'll take this PR to the finish line
—
Reply to this email directly, view it on GitHub
<#19 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5PZJWRH6YOBLNIF6Z4R5OTYRKOKVAVCNFSM6AAAAABCQEHD2GVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTQNJUG4YDQMJZG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
*H. Ryott Glayzer*
*She/Her*
Physics Student
Lab Assistant
SD Mines
Mobile: +1 605 858 3899
*This email was formatted using TeX for Gmail.*
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks very much for the catch and the fix! I'll try to release a new version right after merge
Just released! on pypi as version |
_clicker used python syntax that is only compatible with python 3.10+. I changed the syntax to be compatible with earlier versions. My research group uses this open source library with python 3.9.6 and are glad to contribute.
Package now requires the typing module as a dependency.
Committer Contact info:
H. Ryott Glayzer, she/her
email: [email protected]