Skip to content

Releases: pocketken/H3.net

Release 4.0.0

31 Aug 05:44
9d082d1
Compare
Choose a tag to compare
Breaking Changes 📣
  • some terminology and naming changes to classes (e.g. GeoCoord), methods, etc. to hopefully better align with upstream 4.0.0. Have tried to simplify upgrade w/[Obsolete] stubs, but, sorry in advance if anything breaks! #64
  • removes support for .NET 5 #75
  • fixes assembly naming -- the version is no longer included within the assembly name #68
Enhancements 🎉
  • minor IJK math optimizations #78

3.7.2.1

16 Dec 18:51
4d39883
Compare
Choose a tag to compare
Breaking Changes 📣
  • Visibility on several classes + methods changed from public to internal in an effort to clean up the public-facing API. Let me know if I've changed anything you're using
  • sealed added to all classes
Enhancements 🎉
  • Added multi-target support for net6.0, net5.0, netstandard2.0 #49 and netstandard2.1 #46
  • Implement polyfill modes #45
  • Reduced allocations / increased performance in H3.Algorithms.Polyfill.Fill and H3.Algorithms.Lines.LineTo #42
  • Other minor performance improvements and tweaks

3.7.2.0

19 Jul 17:09
0264123
Compare
Choose a tag to compare
Breaking Changes 📣
  • Changed Mode.Hexagon to Mode.Cell to align with changes in upstream #37
Enhancements 🎉
Fixes 🔧
  • implements bugfix for h3NeighborRotations (H3HierarchyExtensions.GetDirectNeighbour) from upstream release 3.7.2
  • fixes JSON converter so that we don't swallow non-H3 hex strings when deserializing #36

3.7.1.3

22 Apr 15:57
c9136f7
Compare
Choose a tag to compare
  • Fixes GH-26
  • Minor performance optimizations

3.7.1.2

26 Mar 21:37
f6de0ef
Compare
Choose a tag to compare

Fixes #22.

3.7.1.1

24 Mar 00:14
220293d
Compare
Choose a tag to compare

Updates NTS dependency from NetTopologySuite.Core 1.x to NetTopologySuite 2.x

Initial Release 3.7.1.0

23 Mar 19:54
00ff28e
Compare
Choose a tag to compare

Initial release of pocketken.H3 based on upstream 3.7.1.