- Notifications
You must be signed in to change notification settings - Fork748
Release candidate for Python.NET 3.0#1837
-
BetaWas this translation helpful?Give feedback.
All reactions
❤️ 3
Replies: 6 comments 19 replies
-
@lostmsu Could you please upload the Nuget packages to nuget.org? My user (filmor) either lost access or never had it :) |
BetaWas this translation helpful?Give feedback.
All reactions
-
@filmor sent you another invite to NuGet pythonnet organization. |
BetaWas this translation helpful?Give feedback.
All reactions
-
I'd suggest we just pause preview packages until 3.0 final is released. Every significant patch/code change on the |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
@filmor I don't think it makes sense to pause monthly/weekly/daily previews. I'd rather have 3.0.1-rc2, 3.0.2-rc3 etc. E.g. since rc1 is cut we should bump the build up by 1 right now. |
BetaWas this translation helpful?Give feedback.
All reactions
-
No, the RCs will be named 3.0.0-rc1..n. |
BetaWas this translation helpful?Give feedback.
All reactions
-
@filmor is there a reason to not adopt the scheme with 3.0.1-rc2? |
BetaWas this translation helpful?Give feedback.
All reactions
-
Packages are also available onconda-forge conda install -c conda-forge/label/pythonnet_rc -c conda-forge pythonnet |
BetaWas this translation helpful?Give feedback.
All reactions
❤️ 1
-
Great, thanks! |
BetaWas this translation helpful?Give feedback.
All reactions
-
@filmor why the 3.0.rc1 has been yanked from pypi? do you plan to release soon 3.0? |
BetaWas this translation helpful?Give feedback.
All reactions
-
I yanked it because I accidentally left a debug |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
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 on2022-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 frompythonnetimportloadload("coreclr",runtime_config="location/of/your/runtimeconfig.json")importclr or you can configure the same thing as environment variables:
|
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
That's great. the new method works also very well. A suggestion for future linux version. I've found a package named dotnetcore2 on pypi.org that works well on linux. I've been able to use this as coreclr in linux (CentOS) and seems to work ok (I had to manually create a runtimeconfig.json because it is not in the dotnetcore2 folder but all dlls and dotnet executable are ok). Maybe you may think in the future to add it as requirement for Linux installation and automatically enable by default the coreclr and dotenetcore2 package and leave user the possibilty to customize it if they want.
|
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
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 |
BetaWas this translation helpful?Give feedback.
All reactions
-
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. |
BetaWas this translation helpful?Give feedback.
All reactions
-
@filmor do you have any update? |
BetaWas this translation helpful?Give feedback.
All reactions
-
It's a bit stuck. I have been working on some improvements to clr-loader and the docs are still not in. I'll try to get some work done until the weekend. |
BetaWas this translation helpful?Give feedback.
All reactions
-
Hey@filmor, thanks for putting so much work into this :) |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1
-
Hey@filmor any update about the final ETA? |
BetaWas this translation helpful?Give feedback.
All reactions
-
The only thing missing is finishing up the documentation. I hope to be able to do that by next week. Please test rc6 thoroughly. |
BetaWas this translation helpful?Give feedback.
All reactions
-
after update to RC6 we could not use
|
BetaWas this translation helpful?Give feedback.
All reactions
-
The function parameters are all strict keyword arguments now, so this would need to be |
BetaWas this translation helpful?Give feedback.
All reactions
❤️ 1