Skip to content

Commit

Permalink
documentation fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Nov 25, 2019
1 parent aba37f6 commit 4419aec
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Rtree

[![Build Status](https://travis-ci.org/Toblerity/rtree.svg)](https://travis-ci.org/Toblerity/rtree)

Python bindings for libspatialindex 1.7+.
Python bindings for libspatialindex 1.8.3.

2 changes: 1 addition & 1 deletion docs/source/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ http://toblerity.github.com/rtree/
Requirements
..............................................................................

* `libspatialindex`_ 1.7.0+.
* `libspatialindex`_ 1.8.0+.

Download
..............................................................................
Expand Down
18 changes: 15 additions & 3 deletions docs/source/changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,22 @@
Changes
..............................................................................

Next
====
0.9.0: 2019-11-24
===============

- 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
- Add set_result_limit and set_result_offset for Index paging 44ad21aecd3f7b49314b9be12f3334d8bae7e827

## Bug fixes
- Better exceptions in cases where stream functions throw #80
- Migrated CI platform to Azure Pipelines https://dev.azure.com/hobuinc/rtree/_build?definitionId=5
- Minor test enhancements and fixups. Both libspatialindex 1.8.5 and libspatialindex 1.9.3 are tested with CI


- Change license to MIT.

0.8: 2014-07-17
===============
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

# General information about the project.
project = u'Rtree'
copyright = u'2018, Sean Gilles, Howard Butler, and contributors.'
copyright = u'2019, Sean Gilles, Howard Butler, and contributors.'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
2 changes: 1 addition & 1 deletion docs/source/history.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ and can now evolve separately. Rtree is pure Python as of 0.6.0+.


.. _`Sean Gillies`: http://sgillies.net/blog/
.. _`Howard Butler`: http://hobu.biz
.. _`Howard Butler`: http://hobu.co
.. _`Brent Pedersen`: http://hackmap.blogspot.com/
.. _`QGIS`: http://qgis.org

Expand Down
1 change: 0 additions & 1 deletion docs/source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Documentation

install
tutorial
Mailing List <http://lists.gispython.org/mailman/listinfo/community>
class
changes
performance
Expand Down

0 comments on commit 4419aec

Please sign in to comment.