-
Notifications
You must be signed in to change notification settings - Fork 756
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
IntPtr
andUIntPtr
are not right now, work in Fix (U)IntPtr construction #1861 - Also ensure that the non-simple constructors on
String
can 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.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
import clr
with no .NET runtime should give a helpful message #1868) - Retrieve information about the currently loaded CLR from
clr-loader
(see Add a.info
attribute 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
release
branch back intomaster
- Adjust
docs
workflow to publish frommaster
instead ofrelease
- Bump version on master to
3.1.0-dev
- Merge
heartacker and kimbyungeun
Metadata
Metadata
Assignees
Labels
No labels