v1.0.16
What's Changed
- Marshal
SafeHandle
impls through the P/Invoke by @AaronRobinsonMSFT in #137 - Public method for creating a PyObject from a CLR type. by @aaronpowell in #138
- Allow conversion between Python
int
andSystem.Numerics.BigInteger
by @tonybaloney in #136 - Don't use the TypeConverter API directly from the source generator or docs by @tonybaloney in #139
- Use NUGET_PACKAGES override in Nuget locator by @tonybaloney in #143
- Fixing how we generate packages with debug info by @aaronpowell in #145
- Implement Generator Iterators by @tonybaloney in #141
- type converter perf by @aaronpowell in #149
- Add IsNone and None static attribute for PyObject by @tonybaloney in #148
New Contributors
- @AaronRobinsonMSFT made their first contribution in #137
Full Changelog: v1.0.15...v1.0.16