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

Regression: set() no longer supports strings #120

Closed
colinodell opened this issue Mar 10, 2022 · 0 comments · Fixed by #122
Closed

Regression: set() no longer supports strings #120

colinodell opened this issue Mar 10, 2022 · 0 comments · Fixed by #122

Comments

@colinodell
Copy link
Contributor

PR #100 (released in version 1.5.1) broke the ability to use string values in the set() method. This was likely due to the docblock suggesting that only float values could be used, even though the Python, C# and Java libraries all explicitly support strings, and string values previously worked with this library in 1.5.0 and earlier versions.

I'd be happy to submit a fix for 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
1 participant