v3.0.4
What's Changed
- Allow setting of the python module file by @bmello4688 in https://github.com/pythonnet/pythonnet/pull/2044
- When IterableWrapper iterates up to the middle of list, System.AccessViolationException occurs. by @JakeJP in https://github.com/pythonnet/pythonnet/pull/2280
- #2240 Recursion error when doing reversed python operations on C# types by @gertdreyer in https://github.com/pythonnet/pythonnet/pull/2327
- Added
ToPythonAs<T>()by @lostmsu in https://github.com/pythonnet/pythonnet/pull/2330 IComparableandIEquatableimplementations by @lostmsu in https://github.com/pythonnet/pythonnet/pull/2322- Fix CI by using macos-13 explicitly, adjust OS config by @filmor in https://github.com/pythonnet/pythonnet/pull/2373
- Use non-BOM encodings by @filmor in https://github.com/pythonnet/pythonnet/pull/2370
- Expose serialization api by @BadSingleton in https://github.com/pythonnet/pythonnet/pull/2336
- Handle bad paths in
sys.pathby @lostmsu in https://github.com/pythonnet/pythonnet/pull/2383 - Simplify UTF8 StrPtr usage by @filmor in https://github.com/pythonnet/pythonnet/pull/2374