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

Pin geojson to latest version 2.5.0 #6637

Closed
wants to merge 1 commit into from
Closed

Conversation

pyup-bot
Copy link

This PR pins geojson to the latest release 2.5.0.

Changelog

2.5.0

------------------

- Add "precision" parameter to GeoJSON Object classes with default precision of 6 (0.1m)

- https://github.com/jazzband/geojson/pull/131

- Fix bug where `map_geometries()` util was not preserving Feature IDs

- https://github.com/jazzband/geojson/pull/128
- https://github.com/jazzband/geojson/pull/130

- Remove `crs` module and features to conform to official WGS84-only GeoJSON spec

- https://github.com/jazzband/geojson/pull/124

- Set up semi-automatic PyPi releases via Travis/Jazzband

- https://github.com/jazzband/geojson/pull/123

2.4.2

------------------

- Tie Travis CI to jazzband instance
- Remove EOL 3.3 and 3.4 version support

- https://github.com/jazzband/geojson/pull/120

2.4.1

------------------

- Allow ``FeatureCollections`` to be passed to ``coords``

- https://github.com/jazzband/geojson/pull/117

2.4.0

------------------

- Additional functional maps for GeoJSON entities

- https://github.com/jazzband/geojson/pull/112

2.3.0

------------------

- Add ``__getitem__`` methods to sequence-like objects

- https://github.com/jazzband/geojson/pull/103

2.2.0

------------------

- Allow constructing geojson objects from geojson objects

- https://github.com/jazzband/geojson/pull/104

2.1.0

------------------

- Implement validation for GeometryCollection

- https://github.com/jazzband/geojson/pull/102

2.0.0

------------------

- Rewrite of validation mechanism (breaking change).

- https://github.com/jazzband/geojson/pull/98

1.3.5

------------------

- Changed the validator to allow elevation

- https://github.com/jazzband/geojson/pull/92

1.3.4

------------------

- Remove runtime dependency on setuptools

- https://github.com/jazzband/geojson/pull/90

1.3.3

------------------

- Add validate parameter to GeoJSON constructors

- https://github.com/jazzband/geojson/pull/78

1.3.2

------------------

- Add __version__ and __version_info__ attributes

- https://github.com/jazzband/geojson/pull/74

1.3.1

------------------

- Fix validation bug for MultiPolygons

- https://github.com/jazzband/geojson/pull/63

1.3.0

------------------

- Add utility to generate geometries with random data

- https://github.com/jazzband/geojson/pull/60

1.2.2

------------------

- Fix tests by including test file into build

- https://github.com/jazzband/geojson/issues/61

- Build universal wheels

- https://packaging.python.org/en/latest/distributing.htmluniversal-wheels

1.2.1

------------------

- Encode long types correctly with Python 2.x

- https://github.com/jazzband/geojson/pull/57

1.2.0

------------------

- Utility function to validate GeoJSON objects

- https://github.com/jazzband/geojson/pull/56

1.1.0

------------------

- Stop outputting invalid GeoJSON value id=null on Features

- https://github.com/jazzband/geojson/pull/53

1.0.9

------------------

- Fix bug where unicode/non-string properties with a 'type' key cause a crash

1.0.8

------------------

- Fix bug where unicode keys don't get decoded properly
- Add coords and map_coords utilities

1.0.7

------------------

- Compatibility with Python 3.4
- Remove nose dependency
- Convert doctests to unittests
- Run tests using runtests.sh

1.0.6

------------------

- Update README.rst documentation (fix errors, add examples)
- Allow simplejson to be used again

1.0.5

------------------

- Remove warning about RSTs in test/ upon install

1.0.4

------------------

- Flake8 everything
- Transition all documentation to reStructuredText
- Start using Travis CI
- Support Python 3
- Fix broken testcase when run using Python 2.6

1.0.3

------------------

- Fixed 186
- Internal code simplification

1.0.2

------------------

- Use nose test framework instead of rolling our own.

1.0.1

------------------

- Handle features with null geometries (174).

1.0

----------------

- Final 1.0 release.
- Rename PyGFPEncoder to GeoJSONEncoder and expose it from the geojson module.

1.0rc1

-------------------

- Release candidate.

1.0b1

------------------

- Rename encoding module to codec.

1.0a4

------------------

- Get in step with GeoJSON draft version 6.
- Made all code work with Python 2.4.3, 2.5.1, will test with all variations.
(see tests/rundoctests.dist)
- Made tests use ELLIPSIS to avoid output transmogification due to floating
point representation.
Links

@sbrunner sbrunner closed this Jun 30, 2020
@sbrunner sbrunner deleted the pyup-pin-geojson-2.5.0 branch July 1, 2020 06:46
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.

None yet

2 participants