v3.0.4
What's Changed
- Allow setting of the python module file by @bmello4688 in #2044
- When IterableWrapper iterates up to the middle of list, System.AccessViolationException occurs. by @JakeJP in #2280
- #2240 Recursion error when doing reversed python operations on C# types by @gertdreyer in #2327
- Added
ToPythonAs<T>()
by @lostmsu in #2330 IComparable
andIEquatable
implementations by @lostmsu in #2322- Fix CI by using macos-13 explicitly, adjust OS config by @filmor in #2373
- Use non-BOM encodings by @filmor in #2370
- Expose serialization api by @BadSingleton in #2336
- Handle bad paths in
sys.path
by @lostmsu in #2383 - Simplify UTF8 StrPtr usage by @filmor in #2374
- Fix crash when event does not have
Add
method and improve message for some other internal errors by @lostmsu in #2409 - Fix access violation exception on shutdown by @Frawak in #2386
New Contributors
- @bmello4688 made their first contribution in #2044
- @JakeJP made their first contribution in #2280
- @gertdreyer made their first contribution in #2327
- @Frawak made their first contribution in #2386
Full Changelog: v3.0.3...v3.0.4