You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Make C# enums work as proper enums in Python
Avoid converting C# enums to long in Python
* Minor fixes in substraction and division operators
* Bump version to 2.0.45
* Support enum comparison to other enum types
Compare based on the underlying int value
* Use single cached reference for C# enum values in Python
Make C# enums work as singletons in Python so that the `is` identity comparison operator works for C# enums as well.
* Minor fix
* More tests and cleanup
* Reduce enum operators overloads
* Fix comparison to null/None
* Minor change
0 commit comments