Quansight-Labs / numpy.net

A port of NumPy to .Net
BSD 3-Clause "New" or "Revised" License
128 stars 14 forks source link

WIP Tracking Skips Unit Tests #37

Open GeorgeS2019 opened 1 year ago

GeorgeS2019 commented 1 year ago

These are currently skipped tests for users to track where they could contribute

Linear algebra (numpy.linalg)

Multithreaded Generation

numpy.pad

Polynomials (numpy.polynomial)

KevinBaselinesw commented 1 year ago

Hi George,

I welcome help from anyone who has the time and wants to contribute to this open source project. Right now, I don't have a lot of time to work on this but I can certainly offer guidance and review any work before it gets checked into the mainline project. Feel free to create a branch and make contributions. I will review and merge in when you are ready.

Please note that many of the unimplemented features of numpydotnet may be adequately covered by this open source project: https://www.nuget.org/profiles/mathnet/

If you want to add these missing features to numpydotnet, it may be easier to simply add a wrapper layer around this mathnet library. I would rather not make it part of the main numpydotnet library though. I don't want to require users who don't need those features to be required to included mathnet in their project.

GeorgeS2019 commented 1 year ago

@KevinBaselinesw

Thanks for suggesting MathNet. I knew it before, having you recommend means it is worth a closer look.

I am recommending people to this site and attempting to set up a framework for them to have a quick overview of how complete is this numpy for .NET implementation.

Thank you for making excellent contribution to .NET community.