From 5e94db545a4b0ad3259122d18efe5ece969f3358 Mon Sep 17 00:00:00 2001 From: Sean Gillies Date: Wed, 14 Sep 2016 13:15:31 +0200 Subject: [PATCH] Update changelog and credits --- CHANGES.txt | 37 +++++++++++++++++++++++++++++++++++++ CREDITS.txt | 40 +++++++++++++++++++++++----------------- 2 files changed, 60 insertions(+), 17 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 44b4515c3..737d30cc6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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). diff --git a/CREDITS.txt b/CREDITS.txt index 853c95315..abca549d4 100644 --- a/CREDITS.txt +++ b/CREDITS.txt @@ -5,44 +5,50 @@ Shapely is written by: * Sean Gillies * Oliver Tonnhofer -* Mike Toews * Joshua Arnott +* Mike Toews * Jacob Wasserman -* Aron Bierbaum +* aronbierbaum +* Allan Adair * Johannes Schönberger +* georgeouzou * Phil Elson * Howard Butler * dokai * Gabi Davar +* Kevin Wurster * Kelsey Jordahl * Dave Collins +* fredj +* Brad Hards +* David Baumgold +* Henry Walshaw * Jinkun Wang * Marc Jansen -* Henry Walshaw -* David Baumgold * Sampo Syrjanen * Steve M. Kim * Thomas Kluyver -* Brad Hards -* Allan Adair -* fredj +* Morris Tweed * Naveen Michaud-Agrawal -* Peter Sagerson -* BertrandGervais * Jeethu Rao +* Peter Sagerson * Jason Sanford -* Brandon Wood -* Stephan Hügel -* Johan Euphrosine -* mindw +* Jamie Hall * James Spencer +* Stephan Hügel * Benjamin Root -* Leandro Lima -* Maarten Vermeyen * Tobias Sauerwein -* James Douglass -* Morris Tweed ] * WANG Aiyong +* James Douglass +* Brandon Wood +* Andy Freeland +* BertrandGervais +* giumas +* Leandro Lima +* Maarten Vermeyen +* joelostblom +* Marco De Nadai +* Johan Euphrosine See also: https://github.com/Toblerity/Shapely/graphs/contributors.