Release 3.0 meta-issue
See original GitHub issue- Fix constructor handling: #1116
- Fix doc strings:
- Fix constructor
__doc__
for (at least?) primitive types, work in #1865 - Fix pydoc getting confused by our
__file__
if__doc__
is not defined (should be fixed with 1865 as well, only happens if__doc__
does not exist for some type)
- Fix constructor
- Documentation, work in #1863
- Generate the main reference docs
- Update README, add a simple example for .NET 6
- Minor tweaks:
- Maybe ensure that the path of the
runtimeconfig.json
is automatically added tosys.path
? Decided against this, asruntime_config
is now an optional parameter. - Maybe default to .NET Core if Mono is not available on Unix? Decided against this, it would be a much worse experience if the default changed just because someone installed Mono.
- Communicate errors in the default initialisation clearly (see #1868)
- Retrieve information about the currently loaded CLR from
clr-loader
(see https://github.com/pythonnet/clr-loader/issues/28)
- Maybe ensure that the path of the
- Make a decision and implement reg. #1833
- Publish:
- Publish to Pypi and nuget.org
- Write release mail to the mailing list and the discussion forum
- Update the homepage accordingly (using the new Sphinx docs)
- Post-release:
- Merge
release
branch back intomaster
- Adjust
docs
workflow to publish frommaster
instead ofrelease
- Bump version on master to
3.1.0-dev
- Merge
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Meta issue for upcoming 3.0 release - drwetter/testssl.sh
Hi, you might have noticed that yesterday I bumped the release tag to 3.0beta. Which means release 3.0 is on the horizon.
Read more >OOoRelease30 - Apache OpenOffice Wiki
1.1.1 Release Plan for 3.0.0 Beta release ... the issue you want to raise as dependent issue to the Meta Issue and drop...
Read more >gin 8.x-3.0-rc1
This release brings better stability along with better Drupal 10 support, adds CKEditor 5 support and new layout density settings.
Read more >Facets 3.0.x Brainstorming [#3249129]
Facets 3.0.x should be open fundamental architectural changes. ... view override in a submodule (create a META issue with related issues) ...
Read more >OOoRelease301 - Apache OpenOffice Wiki
OOo 3.0.1. code freeze: December 11th, 2008; Product release: January 27th, 2009. There is the Meta issue 93339 to track the potential ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Heads up: I run the full test suite we have on rc6 and it seems to be working without issues.
@filmor we just made a breaking change with float conversions. Not sure about Unity, but I would have to ensure it does not break anything. Probably will be able to do it until then.