Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Bump plpygis from 0.2.1 to 0.5.5 #192

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 20, 2024

Bumps plpygis from 0.2.1 to 0.5.5.

Release notes

Sourced from plpygis's releases.

v0.5.5

This release makes a few changes to plpygis behaviour:

  • WKTs again default to 6 decimal places of precision but this is now configurable using plpygis.wkt.PRECISION.
  • plpygis will ensure that there are the required number of coordinates when reading a LineString or Polygon from a WKT and will raise a WktError when there are not enough (note that plpygis does not guarantee valid geometries beyond these simple checks).
  • geojson could return m values instead of z values for LineStrings and Polygons but this is no longer possible.
  • There were cases where scientific notation could appear in(E)WKT output but this is also no longer possible.

Full Changelog: bosth/plpygis@v0.5.4...v0.5.5

v0.5.4

This fixes inheritance in the PlpygisError exception and adds a srid parameter when using from_wkt() to force a particular SRID when reading from (E)WKTs.

Full Changelog: bosth/plpygis@v0.5.3...v0.5.4

v0.5.3

This fixes a bug in (E)WKT generation.

Full Changelog: bosth/plpygis@v0.5.2...v0.5.3

v0.5.2

This release fixes a bug in converting to a Shapely object when the geometry has an SRID. It also allows for full precision when creating WKTs instead of limiting coordinates to six decimal places.

Full Changelog: bosth/plpygis@v0.5.1...v0.5.2

v0.5.1

This fixes a bug whereby an incorrect WKB could be generated if the geometry had an SRID but the user explicitly requested a WKB rather than an EWKB. It also ensures that a cached (E)WKB is only used in the right circumstances.

Full Changelog: bosth/plpygis@v0.5.0...v0.5.1

v0.5.0

This release introduces support for (E)WKTs and several overloaded functions, such as [], + and +=. There are also a few breaking changes:

  • wkb now always returns a WKB instead of a EWKB, which is now available via ewkb. Older code can be updated by simply changing all instances of wkt to ewkt. Note that the string representation is always an EWKT and is therefore unchanged.
  • copy() now performs a shallow copy of multigeometries.
  • The geometries property of Multigeometries returns an immutable tuple instead of a mutable list. Changes to the list can be accomplished by new functions that ensure type consistency of the component geometries.

Full Changelog: bosth/plpygis@v0.4.2...v0.5.0

v0.4.2

Documentation improvements and fixed automated tests which broke on the release of Numpy 2.0.

Full Changelog: bosth/plpygis@v0.4.1...v0.4.2

v0.4.1

Raises better errors when attempting to read malformed WKBs and add CollectionError exception.

Full Changelog: bosth/plpygis@v0.4.0...v0.4.1

v0.4.0

Adds new exception types and two new methods to the subclasses of Geometry: __copy__() and coordinates(). This release also makes many background changes to how the project is structured.

... (truncated)

Changelog

Sourced from plpygis's changelog.

[0.5.5] - 2024-09-08

Changed

  • WKTs again default to 6 decimal places of precision but this is now configurable
  • Check the number of coordinates in LineString and Polygon when reading from (E)WKT

Fixed

  • geojson no longer returns m values instead of z values for LineStrings and Polygons
  • Eliminated possibility of scientific notation in (E)WKT output

[0.5.4] - 2024-08-29

Changed

  • WktError now correctly inherits from PlpygisError

Added

  • Allow overriding SRID when reading from a WKT/EWKT

[0.5.3] - 2024-08-18

Fixed

  • Bug in WKTs when there is an integer ending in 0

[0.5.2] - 2024-08-09

Changed

  • WKTs now have full precision rather than just 6 decimal places

Fixed

  • Bug in conversion to Shapely when there is an SRID

[0.5.1] - 2024-08-01

Fixed

  • Invalid WKB in certain circumstances

[0.5.0] - 2024-07-31

Changed

  • wkb now always returns a WKB and not a EWKB
  • __copy__() now performs a shallow copy for multigeometries

... (truncated)

Commits
  • ffe56a5 Update CHANGELOG.md
  • a1f0124 Length checking on vertices in LineString and Polygon
  • 6065564 Change how precision is handled for WKTs
  • 3b0dd68 Fix m output instead of z for GeoJSON
  • f0d9713 Prepare 0.5.4 release
  • 834d4b9 Allow override of SRID when reading from (E)WKT
  • 3fb6d2d Clean up tests
  • 49f809a WktError should inherit from PlpygisError
  • 13b2ed6 Fix error in WKT with integers ending in 0
  • 4ce73c0 Update documentation intro to matach README
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [plpygis](https://github.com/bosth/plpygis) from 0.2.1 to 0.5.5.
- [Release notes](https://github.com/bosth/plpygis/releases)
- [Changelog](https://github.com/bosth/plpygis/blob/master/CHANGELOG.md)
- [Commits](bosth/plpygis@v0.2.1...v0.5.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner September 20, 2024 00:39
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants