Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump NetTopologySuite from 2.0.0 to 2.5.0 #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 27, 2022

Bumps NetTopologySuite from 2.0.0 to 2.5.0.

Release notes

Sourced from NetTopologySuite's releases.

v2.5.0

Release of Milestone: 2.5

  • Updated JTS compatibility to 1.19.0

NTS issues resolved:

  • GeometryFixer changes GeometryType from MultiPolygon to Polygon #566
  • WKTReader creates XYZ sequence when IsOldNtsCoordinateSyntaxAllowed even though no z-ordinates are provided #589
  • KMLReader stuck infinite loop on #594
  • Consider adding EnvelopeCombiner.CombineAsGeometry #610
  • Line Segment GetHashCode is prone to hash collision #607

v2.4.0

Release of Milestone: 2.4

  • Updated JTS compatibility to 1.18.2. NOTES:
    • NetTopologySuite now contains a GeometryFixer class. To fix an invalid geometry call
      var geom = NetTopologySuite.Geometries.Utilities.GeometryFixer.Fix(invalidGeom);
    • Due to a small negligence NetTopologySuite.dll claims it is in sync with some JTS v18.2-SNAPSHOT.
      This is not true, it is in sync with JTS v1.18.2.
  • Reuse the objects to improve the performance of parsing WKTs (#548)
  • Add CoordinateList(int capacity) constructor overload (#552)
  • First and Last property to CoordinateSequence (#555)
  • Optimize CoordinateSequence.Copy for known types (#516)
  • Fix: GML3Writer writes in wrong namespace

NOTE: Due to a small negligence NetTopologySuite.dll claims it is in sync with some JTS v18.2-SNAPSHOT.
This is not true, it is in sync with JTS v1.18.2.

v2.3.0

Milestone: 2.3

  • Updated JTS compatibility to 1.18.1.
  • Add customizable variant of PackedDoubleCoordinateSequence (#482)
  • Remove usage of GeometryCollectionEnumerator from IEnumerable implementation (#508)
  • Address one issue that prevented the OverlayNG code from kicking in under certain circumstances, even when configured (#527)

v2.2.0

Milestone: 2.2

  • Updated JTS compatibility to 1.18.0. Try out the new OverlayNG code!
  • Added a way to invalidate the weak reference in PackedCoordinateSequence (#449)
  • Added some helpers to make it slightly easier to get new NtsGeometryServices and PrecisionModel instances.
  • Improve WKTReader parsing in certain edge cases (#484).
  • More work on improving geometry equality comparisons (#447).

... (truncated)

Commits
  • 73679f4 Release v2.5
  • 20da7c4 Add unit test for discussion #615
  • a1a19c9 Add unit test for #613
  • 5514000 Fixes regression in WKTReader
  • 785dc08 Make CoverageUnion faster with BoundaryChainNoder
  • 7323aa4 Fix ConcaveHullOfPolygons hole erosion
  • bd809a9 Fix STRtree queries on empty trees
  • 78361bd Rename and move PolygonHullSimplifier
  • 1cb13da Fix buffer optimization for inverted rings
  • e281524 Fix KMLReader to read coordinates with whitespace (#611)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [NetTopologySuite](https://github.com/NetTopologySuite/NetTopologySuite) from 2.0.0 to 2.5.0.
- [Release notes](https://github.com/NetTopologySuite/NetTopologySuite/releases)
- [Commits](NetTopologySuite/NetTopologySuite@v2.0.0...v2.5.0)

---
updated-dependencies:
- dependency-name: NetTopologySuite
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 27, 2022

The following labels could not be found: auto-merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants