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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin geojson to latest version 2.3.0 #14

Closed
wants to merge 1 commit into from

Conversation

pyup-bot
Copy link
Contributor

@pyup-bot pyup-bot commented Mar 6, 2018

geojson is not pinned to a specific version.

I'm pinning it to the latest version 2.3.0 for now.

These links might come in handy: PyPI | Changelog | Repo

Changelog

2.3.0


  • Add __getitem__ methods to sequence-like objects

2.2.0


  • Allow constructing geojson objects from geojson objects

2.1.0


  • Implement validation for GeometryCollection

2.0.0


  • Rewrite of validation mechanism (breaking change).

1.3.5


  • Changed the validator to allow elevation

1.3.4


  • Remove runtime dependency on setuptools

1.3.3


  • Add validate parameter to GeoJSON constructors

1.3.2


  • Add version and version_info attributes

1.3.1


  • Fix validation bug for MultiPolygons

1.3.0


  • Add utility to generate geometries with random data

1.2.2


  • Fix tests by including test file into build
  • Build universal wheels

1.2.1


  • Encode long types correctly with Python 2.x

1.2.0


  • Utility function to validate GeoJSON objects

1.1.0


  • Stop outputting invalid GeoJSON value id=null on Features

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.

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 馃

@Guts Guts closed this Mar 9, 2018
@Guts Guts deleted the pyup-pin-geojson-2.3.0 branch March 26, 2018 08:56
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