| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-09-19 | 1.9 kB | |
| v3.0.4 source code.tar.gz | 2024-09-19 | 421.9 kB | |
| v3.0.4 source code.zip | 2024-09-19 | 585.2 kB | |
| Totals: 3 Items | 1.0 MB | 0 | |
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
- Fix crash when event does not have
Addmethod and improve message for some other internal errors by @lostmsu in https://github.com/pythonnet/pythonnet/pull/2409 - Fix access violation exception on shutdown by @Frawak in https://github.com/pythonnet/pythonnet/pull/2386
New Contributors
- @bmello4688 made their first contribution in https://github.com/pythonnet/pythonnet/pull/2044
- @JakeJP made their first contribution in https://github.com/pythonnet/pythonnet/pull/2280
- @gertdreyer made their first contribution in https://github.com/pythonnet/pythonnet/pull/2327
- @Frawak made their first contribution in https://github.com/pythonnet/pythonnet/pull/2386
Full Changelog: https://github.com/pythonnet/pythonnet/compare/v3.0.3...v3.0.4