Skip to content

Commit

Permalink
Update change log, credits, requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillies committed Aug 20, 2020
1 parent 726f8cf commit 7f6f6d1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 114 deletions.
10 changes: 8 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
Changes
=======

1.7.1 (TBD)
-----------
1.7.1 (2020-08-20)
------------------

- ``STRtree`` now safely implements the pickle protocol (#915).
- Documentation has been added for ``minimum_clearance`` (#875, #874).
- In ``STRtree.__del__()`` we guard against calling ``GEOSSTRtree_destroy``
when the lgeos module has already been torn down on exit (#897, #830).
- Documentation for the ``overlaps()`` method has been corrected (#920).
- Correct the test in ``shapely.geometry.base.BaseGeometry.empty()`` to
eliminate memory leaks like the one reported in #745.
- Get free() not from libc but from the processes global symbols (#891),
Expand All @@ -16,6 +21,7 @@ Changes
- Improved documentation of STRtree usage (#857).
- Improved handling for empty list or list of lists in GeoJSON coordinates
(#852).
- The polylabel algorithm now accounts for polygon holes (#851, #817).

1.7.0 (2020-01-28)
------------------
Expand Down
111 changes: 0 additions & 111 deletions CREDITS.txt

This file was deleted.

2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cython==0.29.14
cython==0.29.21
descartes==1.0.1
numpy>=1.4.1
pytest
Expand Down

0 comments on commit 7f6f6d1

Please sign in to comment.