- 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
- minor IJK math optimizations #78
- Visibility on several classes + methods changed from
public
tointernal
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
- Added multi-target support for
net6.0
,net5.0
,netstandard2.0
#49 andnetstandard2.1
#46 - Implement polyfill modes #45
- Reduced allocations / increased performance in
H3.Algorithms.Polyfill.Fill
andH3.Algorithms.Lines.LineTo
#42 - Other minor performance improvements and tweaks
- Changed
Mode.Hexagon
toMode.Cell
to align with changes in upstream #37
- Faster
H3Index.IsValid
based on upstream PR 496
- 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
- Minor performance optimizations, slight API adjustments (sorry!) #24
- Fixes issues serializing to JSON using
System.Text.Json
. #26
- Fixes
DefaultGeometryFactory
to use EPSG 4326, not 4236. #22
- Updates NTS dependency from NetTopologySuite.Core 1.x to NetTopologySuite 2.x. #20
Initial nuget package release.