-
Notifications
You must be signed in to change notification settings - Fork 767
Closed
Description
- Fix constructor handling: Copy .NET to numpy array: python 3 breaks constructor IntPtr.__overloads__[int](np_arr.__array_interface__['data'][0]) #1116
- Make sure that all primitive types are handled correctly, at least
IntPtrandUIntPtrare not right now, work in Fix (U)IntPtr construction #1861 - Also ensure that the non-simple constructors on
Stringcan be called, work in Fix string construction #1862
- Make sure that all primitive types are handled correctly, at least
- Fix doc strings:
- Fix constructor
__doc__for (at least?) primitive types, work in Fix docstring for directly constructed types #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 Documentation #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.jsonis automatically added tosys.path? Decided against this, asruntime_configis 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
import clrwith no .NET runtime should give a helpful message #1868) - Retrieve information about the currently loaded CLR from
clr-loader(see Add a.infoattribute to runtimes and drop the wrappers where possible clr-loader#28)
- Maybe ensure that the path of the
- Make a decision and implement reg. Converting numpy float64 of python float to Decimal is not the same (get rounded in numpy case) #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
releasebranch back intomaster - Adjust
docsworkflow to publish frommasterinstead ofrelease - Bump version on master to
3.1.0-dev
- Merge
heartacker and kimbyungeun
Metadata
Metadata
Assignees
Labels
No labels