| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Packages are also available on conda-forge conda install -c conda-forge/label/pythonnet_rc -c conda-forge pythonnet |
|
There is a new release candidate available now: https://github.com/pythonnet/pythonnet/releases/tag/v3.0.0-rc2. It's already available from Nuget and Pypi. I encourage you all to test it as much as you can. If we don't get any reports of blocking bugs or regressions, we will release 3.0 on 2022-07-16. The time until then will be spent on updating documentation. A small one up front: If you want to use .NET Core, that has been simplified a bit. You can either do from pythonnet import load
load("coreclr", runtime_config="location/of/your/runtimeconfig.json")
import clror you can configure the same thing as environment variables: PYTHONNET_RUNTIME=coreclr PYTHONNET_CORECLR_RUNTIME_CONFIG=location/of/your/runtimeconfig.json |
|
I published the third (and hopefully last) release candidate just now: https://github.com/pythonnet/pythonnet/releases/tag/v3.0.0-rc3 This one should fix a few regressions regarding construction of primitive types. The plan is still to release on Saturday. The progress is tracked here: #1860 |
|
I published the fourth (and hopefully last ;)) release candidate just now: https://github.com/pythonnet/pythonnet/releases/tag/v3.0.0-rc4 This one (only) fixes a memory leak found by @m-rossi and fixed by @lostmsu (in PR #1873), see #1872. |
|
after update to RC6 we could not use get_coreclr() any more. but it works in rc 4 TypeError
get_coreclr() takes 0 positional arguments but 1 was given
File "D:\lourney\__init__.py", line 29, in <module>
rt = get_coreclr(os.path.join(dllpath, configfile))
|
| Back | FazBrowse Home | New Git URL |
Uh oh!
There was an error while loading. Please reload this page.
{{title}}
Uh oh!
There was an error while loading. Please reload this page.
What's Changed
New Contributors
Full Changelog: v3.0.0-a2...v3.0.0-rc1
This discussion was created from the release Release candidate for Python.NET 3.0.