mathnet / mathnet-spatial

Math.NET Spatial
http://spatial.mathdotnet.com
MIT License
376 stars 132 forks source link

Latest MathNet.Numerics dependency #154

Closed SkinnySackboy closed 5 years ago

SkinnySackboy commented 6 years ago

Hi,

Is anyone aware of when there will be an update to this package, just to bring it in line with the latest .NET Standard MathNet.Numerics package?

Cheers!

JohanLarsson commented 6 years ago

We have been working on cleaning things up and plan was to make a release. We just need to figure out the tooling and the required steps.

SkinnySackboy commented 6 years ago

Awesome thanks - do you know roughly when that might be? Do you think it will happen in the next couple of months or so?

Cheers!

JohanLarsson commented 6 years ago

We should get it done this week or today but I can't promise because I'm a bit stuck with the tooling around it.

SkinnySackboy commented 6 years ago

Ace thanks!

cdrnet commented 6 years ago

I may be able to help if needed

JohanLarsson commented 6 years ago

@cdrnet We pinged you in chat a couple of times but I guess you don't check gitter much.

cdrnet commented 6 years ago

Sorry, I don't use gitter.

Jones-Adam commented 6 years ago

I can also help if needed. I believe the steps necessary are:

  1. Update from Numerics 4.0.0 to 4.4.0 (and check if there are any common build changes to merge)
  2. Integrate the Analysers and Codefixes into the nuget package generation
  3. Fix issue with broken Benchmark paket references
  4. Fix issue with obsolete Parser references in coordinatesystem
  5. have @cdrnet run "build all sign" and "build publish"

I can do 1 & 3 if its helpful. 2 I don't really know enough about nuget to do this without research. 4 - this one is yours @JohanLarsson I believe you wanted to do something different to what I previously proposed.

SkinnySackboy commented 6 years ago

Does anyone know this might be updated? Is there anything I can do to help as we have independent requirements which rely on the latest (.NET Standard) version of MathNet.Numerics?

JohanLarsson commented 6 years ago

@Jones-Adam For 4 I say ship as is.

Jones-Adam commented 6 years ago

for 1 and 3 I have posted #155.

@SkinnySackboy This will make the current source code meet your requirements (so you can compile it yourself), if however you want an official nuget package published - someone will need to fix 2 (and probably also fix the few failing unit tests for the code fixes) or decide to drop the analysers/codefixes from the release.

SkinnySackboy commented 6 years ago

Many thanks @Jones-Adam much appreciated. I'll do this for now - hopefully someone will be able to officially publish a NuGet package officially soon.

JohanLarsson commented 6 years ago

We want the analyzers as they fix some breaking changes.

SkinnySackboy commented 6 years ago

Hi guys, is there any plan to build an official version of this and publish this on Nuget? Cheers!

JohanLarsson commented 6 years ago

@cdrnet Is there a readme with the steps for publishing? The docs site etc.

notanaverageman commented 6 years ago

What is the status of the latest NuGet package? Will there be a .NET Standard version?

SkinnySackboy commented 6 years ago

Do you know if there are any plans to bring it in line with the latest .NET Standard MathNet.Numerics package?

JohanLarsson commented 6 years ago

We should do it of course. I'm stuck at figuring out how to publish what we currently have.

chitsaw commented 5 years ago

Would love to see an official NuGet package with .NET Standard support too. @JohanLarsson let us know if there is anything specific we can do to help.

cdrnet commented 5 years ago

Spatial now uses Math.NET Numerics v4.7.0.