Skip to content

Commit

Permalink
Update changelog and credits
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Gillies committed Sep 14, 2016
1 parent 544ebca commit 5e94db5
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 17 deletions.
37 changes: 37 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,43 @@
Changes
=======

1.6a1 (2016-09-14)
------------------

New features:

- A new error derived from NotImplementedError, with a more useful message, is
raised when the GEOS backend doesn't support a called method (#216).
- The ``project()`` method of LineString has been extended to LinearRing
geometries (#286).
- A new ``minimum_rotated_rectangle`` attribute has been added to the base
geometry class (#354).
- A new ``shapely.ops.polylabel()`` function has been added. It
computes a point suited for labeling concave polygons (#395).
- A new ``shapely.ops.split()`` function has been added. It splits a
geometry by another geometry of lesser dimension: polygon by line, line by
point (#293, #371).
- ``Polygon.from_bounds()`` constructs a Polygon from bounding coordinates
(#392).
- Support for testing with Numpy 1.4.1 has been added (#301).
- Support creating all kinds of empty geometries from empty lists of Python
objects (#397, #404).

Refactoring:

- Switch from ``SingleSidedBuffer()`` to ``OffsetCurve()`` for GEOS >= 3.3
(#270).
- Cython speedups are now enabled by defualt (#252).

Packaging:

- Packaging 16.7, a setup dependency, is vendorized (#314).
- Infrastructure for building manylinux1 wheels has been added (#391).
- The system's ``geos-config`` program is now only checked when ``setup.py``
is executed, never during normal use of the module (#244).
- Added new library search paths to assist PyInstaller (#382) and Windows
(#343).

1.5.17 (2016-08-31)
-------------------
- Bug fix: eliminate memory leak in geom_factory() (#408).
Expand Down
40 changes: 23 additions & 17 deletions CREDITS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,44 +5,50 @@ Shapely is written by:

* Sean Gillies <sean.gillies@gmail.com>
* Oliver Tonnhofer <olt@bogosoft.com>
* Mike Toews <mwtoews@gmail.com>
* Joshua Arnott <josh@snorfalorpagus.net>
* Mike Toews <mwtoews@gmail.com>
* Jacob Wasserman <jwasserman@gmail.com>
* Aron Bierbaum <aronbierbaum@gmail.com>
* aronbierbaum <aronbierbaum@b426a367-1105-0410-b9ff-cdf4ab011145>
* Allan Adair <allan@rfspot.com>
* Johannes Schönberger <jschoenberger@demuc.de>
* georgeouzou <geothrock@gmail.com>
* Phil Elson <pelson.pub@gmail.com>
* Howard Butler <hobu.inc@gmail.com>
* dokai <dokai@b426a367-1105-0410-b9ff-cdf4ab011145>
* Gabi Davar <grizzly.nyo@gmail.com>
* Kevin Wurster <kevin@skytruth.org>
* Kelsey Jordahl <kjordahl@enthought.com>
* Dave Collins <dave@hopest.net>
* fredj <frederic.junod@camptocamp.com>
* Brad Hards <bradh@frogmouth.net>
* David Baumgold <david@davidbaumgold.com>
* Henry Walshaw <henry.walshaw@gmail.com>
* Jinkun Wang <mejkunw@gmail.com>
* Marc Jansen <jansen@terrestris.de>
* Henry Walshaw <henry.walshaw@gmail.com>
* David Baumgold <david@davidbaumgold.com>
* Sampo Syrjanen <sampo.syrjanen@here.com>
* Steve M. Kim <steve@climate.com>
* Thomas Kluyver <takowl@gmail.com>
* Brad Hards <bradh@frogmouth.net>
* Allan Adair <allan.m.adair@gmail.com>
* fredj <frederic.junod@camptocamp.com>
* Morris Tweed <tweed.morris@gmail.com>
* Naveen Michaud-Agrawal <naveen.michaudagrawal@gmail.com>
* Peter Sagerson <psagers.github@ignorare.net>
* BertrandGervais <bertrand.gervais.pro@gmail.com>
* Jeethu Rao <jeethu@jeethurao.com>
* Peter Sagerson <psagers.github@ignorare.net>
* Jason Sanford <jason.sanford@mapmyfitness.com>
* Brandon Wood <btwood@geometeor.com>
* Stephan Hügel <urschrei@gmail.com>
* Johan Euphrosine <proppy@aminche.com>
* mindw <grizzly.nyo@gmail.com>
* Jamie Hall <jamie1212@gmail.com>
* James Spencer <james.s.spencer@gmail.com>
* Stephan Hügel <urschrei@gmail.com>
* Benjamin Root <ben.v.root@gmail.com>
* Leandro Lima <leandro@limaesilva.com.br>
* Maarten Vermeyen <maarten.vermeyen@rwo.vlaanderen.be>
* Tobias Sauerwein <tobias.sauerwein@camptocamp.com>
* James Douglass <jamesdouglassusa@gmail.com>
* Morris Tweed <tweed.morris@gmail.com>]
* WANG Aiyong <gepcelway@gmail.com>
* James Douglass <jamesdouglassusa@gmail.com>
* Brandon Wood <btwood@geometeor.com>
* Andy Freeland <andy@andyfreeland.net>
* BertrandGervais <bertrand.gervais.pro@gmail.com>
* giumas <gmasetti@ccom.unh.edu>
* Leandro Lima <leandro@limaesilva.com.br>
* Maarten Vermeyen <maarten.vermeyen@rwo.vlaanderen.be>
* joelostblom <joelostblom@users.noreply.github.com>
* Marco De Nadai <me@marcodena.it>
* Johan Euphrosine <proppy@aminche.com>

See also: https://github.com/Toblerity/Shapely/graphs/contributors.

Expand Down

0 comments on commit 5e94db5

Please sign in to comment.