-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
String parsing returns 0 #18
Comments
I agree the behavior differs from python. Currently I am not trying to convert any strings to numbers. |
How do you define the "real world"? You can choose not to fix these differing behaviors, but definitely, other people who try to use NumpyDotNet like Numpy will fall into these traps. |
Is there a private email I can send an updated DLL to you instead of generating a new release? You can send me kevin at baselinesw.com |
Are there difficulties in generating a new release? I'm using NumpyDotNet from .NET Interactive Notebooks where updating from NuGet is automatic. |
It is a little bit more work to generate new release. If you are going to continue testing and finding issues, I would rather send fixes to you directly until whatever you are doing is stable. Then I will do a release with all the improvements. FYI, I have the string conversion changes made. I investigated the np.delete issue and unfortunately I won't be able to fix that quickly. I don't support deleting by axis which is what your sample does. It is too much work. |
Ah, sure then. I'll email
Actually it does work, I can work around with a reshape afterwards. |
fixed |
>Actually it does work, I can work around with a reshape afterwards.
Yes, that is correct.
From: Hadrian Tang ***@***.***>
Sent: Sunday, March 27, 2022 11:31 AM
To: Quansight-Labs/numpy.net ***@***.***>
Cc: KevinBaselinesw ***@***.***>; Comment ***@***.***>
Subject: Re: [Quansight-Labs/numpy.net] String parsing returns 0 (Issue #18)
It is a little bit more work to generate new release.
Ah, sure then. I'll email
I don't support deleting by axis which is what your sample does
Actually it does work, I can work around with a reshape afterwards.
—
Reply to this email directly, view it on GitHub <#18 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACP4GWX6NTX7ATDBXJG3B3TVCB5NDANCNFSM5RYYF4NQ> .
You are receiving this because you commented. <https://github.com/notifications/beacon/ACP4GWVNW3ZWCCCTYIWNJYTVCB5NDA5CNFSM5RYYF4N2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOIBPMXXI.gif> Message ID: ***@***.*** ***@***.***> >
|
Expected
Actual
The text was updated successfully, but these errors were encountered: