Skip to content

Latest commit

 

History

History
346 lines (230 loc) · 11.9 KB

CHANGES.md

File metadata and controls

346 lines (230 loc) · 11.9 KB

Changes

geo 0.12.0

  • Bump geo-types dependency to 0.4.0
  • Bump rstar and proj dependencies
  • Implement Centroid for MultiPoint

geo-types 0.4.0

  • Rewrite Polygon structure to enforce closed LineString rings
  • Implement Into<Geometry> for Line
  • Implement Index<usize> for LineString to get the coordinate at that position
  • Bump rstar dependency
  • Ability to construct MultiPolygon from Vec of anything that implements Into<Polygon>
  • Add new, is_empty, len functions on GeometryCollection

geo 0.11.0

geo-types 0.3.0

geo 0.10.3

geo-types 0.2.2

geo-types 0.2.1

geo 0.10.2

  • Add to_degrees and to_radians methods on Points

geo 0.10.1

  • Fix some edge case on centroid computation

geo-types 0.2.0

  • Introduce Line::{dx, dy, slope, determinant} methods.
  • Remove unnecessary borrows in function params for Copy types.
  • Introduce x_y method on Point and Coordinate
  • Migrate Line aand LineString to be a series of Coordinates (not Points).
  • Introduce Triangle geometry type.
  • Rename bounding ‘box’ to ‘rect’; move structure to geo-types.

geo 0.10.0

  • Remove unnecessary borrows in function params for Copy types.
  • Rename bounding ‘box’ to ‘rect’; move structure to geo-types.

geo 0.9.1

  • Fix Line-Polygon euclidean distance
  • Implement EuclideanDistance for MultiPolygon to Line and Line to MultiPolygon
  • Add Line-LineString euclidean distance
  • Add VincentyDistance and VincentyLength algorithms
  • Add HaversineIntermediate algorithm

geo 0.9.0

geo-types 0.1.1

  • Allow LineString creation from vec of two-element CoordinateType array

geo 0.8.3

geo-types 0.1.0

geo 0.8.2

geo 0.8.1

  • Fix centroid calculation for degenerate polygons

geo 0.8.0

geo 0.7.4

geo 0.7.3

geo 0.7.2

geo 0.7.1

geo 0.7.0

geo 0.6.3

geo 0.6.2

geo 0.6.1

geo 0.6.0

geo 0.5.0

geo 0.4.13

geo 0.4.12

geo 0.4.11

geo 0.4.10

geo 0.4.9

geo 0.4.8

geo 0.4.7

geo 0.4.6

geo 0.4.5

geo 0.4.4

geo 0.4.3

geo 0.4.2

geo 0.4.1

geo 0.4.0

geo 0.3.2

geo 0.3.1

geo 0.3.0

geo 0.2.8

geo 0.2.7

geo 0.2.6

geo 0.2.5

geo 0.2.4

geo 0.2.3

geo 0.2.2

geo 0.2.1

geo 0.2.0

geo 0.1.1

geo 0.1.0

geo 0.0.7