Skip to content
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

Version 0.7.0 not available on Nuget #233

Open
mymike00 opened this issue Jun 16, 2023 · 7 comments
Open

Version 0.7.0 not available on Nuget #233

mymike00 opened this issue Jun 16, 2023 · 7 comments

Comments

@mymike00
Copy link
Contributor

Hi all,
I see that recently a new version of the library has been released and the documentation on the website targets version 0.7.0, which isn't available on NuGet. I would need it for the new function Plane.BestFit. I also tried to build it myself but I had some troubles. Having the new version on NuGet would definitely be simpler for everyone.

I hope you can consider my request soon.
Thank you very much for your work!

@jkalias
Copy link
Member

jkalias commented Jun 19, 2023

Hi,

I have tried several times to notify the official maintainers of this repo to update the Nuget feed (I was recently accepted as a co-maintainer on the project), however I received no feedback.

@mymike00
Copy link
Contributor Author

Oh, that's a pity... I recently just started using this library but seems very cool and some functions are really handy.
Anyway, would you be able to load the DLLs of v0.7.0 as a Release here on github? It would make it simpler for people to use it instead of building by themselves (which I think I managed to do it btw)

@jkalias
Copy link
Member

jkalias commented Jun 24, 2023

I have never tried to publish any NuGet package, so be gentle :) Try this and let me know if you are missing something.

@mymike00
Copy link
Contributor Author

I can't see any release at the page you linked. Anyway, I managed to build and link my project against latest version on main and managed to try the Plane.BestFit() function (which was what I was interested in) ...aand I don't think it could work for my scenario: with a reasonable number of points it seems to work fine, but I need to perform that on a depth image, which would be 1 million points and attempting that saturates my ram taking 17 GB and crashes the program. Should I open a separate issue for this one? Do you think more details are needed, or these informations are just fine to start with? I'll may provide an MRE too
So, sorry for the noise, but I'm less interested in the latest version being published. But if you still want to do it I'm glad to help you test whatever you need.
Thank you again!

@jkalias
Copy link
Member

jkalias commented Jun 27, 2023

Here is the link again https://github.com/jkalias/mathnet-spatial/releases

@jkalias
Copy link
Member

jkalias commented Jun 27, 2023

A test case which crashes would be deeply appreciated it, with all data provided. Perhaps set up as a unit test (?)

@mymike00
Copy link
Contributor Author

I still see an empty release page...
I thought to just share my code, but a draft PR with a unit test seems better. Hope to find some time soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants