v1.0.19
What's Changed
Major Changes
- Support macOS free-threaded mode by @tonybaloney in #22
- Add Conda Environment Management and Locator Support by @tonybaloney in #232
- Support single point precision downcast and conversion by @tonybaloney in #231
Bug fixes and Dev Changes
- Update README.md by @jamesmontemagno in #229
- Add github to docs page by @tonybaloney in #222
- Remove second package from aspire demo and fix warning on insecure ve… by @tonybaloney in #223
4 - Use invariant culture when converting float constant to string by @atifaziz in #245
- Pre-allocate list based on source length by @atifaziz in #206
- Improve Aspire sample using large data set and Pandas. Use buffer protocol in kmeans demo by @tonybaloney in #230
- Fix test for
NuGetLocator
whenNUGET_PACKAGES
is defined by @atifaziz in #233 - Refactor
PythonConstant
types into a true union by @atifaziz in #234 - Generate fields per function instead of dictionary by @atifaziz in #236
- Bump System.Text.Json from 8.0.4 to 8.0.5 in /samples/Aspire/CSnakesAspire.AppHost by @dependabot in #246
- Use 3.13 GA by @tonybaloney in #247
- Bump versions by @RussKie in #252
- Fixing how the assemblies are referenced in NuGet by @aaronpowell in #253
- Have generated module interfaces inherit from
IDisposable
by @atifaziz in #249 - Consolidate redundant patterns in
MethodReflection.FromMethod
by @atifaziz in #248 - Fix GIL acquisition during Python runtime finalization by @atifaziz in #239
New Contributors
- @jamesmontemagno made their first contribution in #229
- @dependabot made their first contribution in #246
Full Changelog: v1.0.18...v1.0.19