Skip to content

Releases: mcserep/NetOctree

v2.1.0

23 Oct 08:36
Compare
Choose a tag to compare

Removed NLog dependency, as it was primarily used for debugging. In cases when an error occurs (most likely incorrect arguments), an exception is thrown now, instead of fixing the arguments and logging a message.

v2.0.0

19 Aug 11:14
Compare
Choose a tag to compare

Extending PointOctree with non-alloc query methods and unifying the signature of non-alloc query methods with BoundsOctree.
Targeting .NET Standard 2.1 and .NET Framework 4.6.2 from now on.

v1.1.0

11 Apr 10:49
Compare
Choose a tag to compare

Use System.Numerics.Vector3 instead of custom Point type for built-in SIMD operation support.
Targeting .NET Standard 2.1 and .NET Framework 4.6 from now on.

v1.0.2

15 Jul 06:56
Compare
Choose a tag to compare

Generate XML-doc and add to NuGet package.

v1.0.1

24 Jul 16:16
Compare
Choose a tag to compare

Targeting .NET Framework 4.5.2 beside .NET Standard 2.0.

v1.0.0

24 Jul 10:37
Compare
Choose a tag to compare

Initial versioned release. Public NuGet release.