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 rtree to latest version 0.9.4 #40

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

Conversation

pyup-bot
Copy link
Collaborator

This PR pins rtree to the latest release 0.9.4.

Changelog

0.9.4

- Add index size and custom `__repr__` methods for index classes 139  (thanks sr-murthy )
- nearest picking just first item 140 
- CI not using conda-forge builds 142 
- Drop Python 2 support 137 (thanks sr-murthy)
- Flake8 linting 136 (thanks sr-murthy)

0.9.3

- find_library and libspatialindex library loading https://github.com/Toblerity/rtree/pull/131

0.9.2

- Refactored tests to be based on unittest https://github.com/Toblerity/rtree/pull/129
- Update libspatialindex library loading code to adapt previous behavior https://github.com/Toblerity/rtree/pull/128
- Empty data streams throw exceptions and do not partially construct indexes https://github.com/Toblerity/rtree/pull/127

0.9.1

0.9.1 is a patch release to fix library finding of libspatialindex.

* Fix libspatialindex_c.so finding https://github.com/Toblerity/rtree/issues/120

0.9.0

Enhancements
- Add Index.GetResultSetOffset() 
- Add Index.contains() method for object and id (requires libspatialindex 1.9.3+) 116
- Add Index.Flush() 107 
- Add TPRTree index support (thanks sdhiscocks 117 )
- Return container sizes without returning objects 90
- Index.get_results_size and Index.get_results_index for index paging support 

Bug fixes
- Better exceptions in cases where stream functions throw 80 
- CI migrated to Azure Pipelines https://dev.azure.com/hobuinc/rtree/_build?definitionId=5
- Test enhancements. libspatialindex 1.8.5 and 1.9.3 now tested with CI
Links

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.

1 participant