Skip to content

Commit

Permalink
Readme and bump
Browse files Browse the repository at this point in the history
  • Loading branch information
caspervdw committed Jul 8, 2019
1 parent d91b22a commit cf57a28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ n-dimensional arrays in an element-by-element fashion, supporting array
broadcasting. The for-loops that are involved are fully implmemented in C,
diminishing the overhead of the python interpreter.

Pygeos aims to expose the geometry functions from GEOS into python. By using
ufuncs, it minimizes the Python interpreter overhead. This is especially
useful when working with large sets of geometries.
Pygeos aims to expose the geometry functions from GEOS into python to provide
a fast and flexible means to work with large sets of geometries from python.


The GEOSGeometry object
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name='pygeos',
version='0.2.dev0',
version='0.3',
description='GEOS wrapped in numpy ufuncs',
long_description=descr,
url='https://github.com/caspervdw/pygeos',
Expand Down

0 comments on commit cf57a28

Please sign in to comment.