conda-forge / shapely-feedstock

A conda-smithy repository for shapely.
BSD 3-Clause "New" or "Revised" License
9 stars 20 forks source link

bump to version 1.5.15 #2

Closed ocefpaf closed 8 years ago

ocefpaf commented 8 years ago
Changes
=======

1.5.15 (2016-03-29)
-------------------
- Bug fix: use uintptr_t to store pointers instead of long in _geos.pxi,
  preventing an overflow error (372, 373). Note that this bug fix was
  erroneously reported to have been made in 1.5.14, but was not.

1.5.14 (2016-03-27)
-------------------
- Bug fix: use ``type()`` instead of ``isinstance()`` when evaluating geometry
  equality, preventing instances of base and derived classes from 
  being mistaken for equals (317).
- Bug fix: ensure that empty geometries are created when constructors have no
  args (332, 333).
- Bug fix: support app "freezing" better on Windows by not relying on the
  ``__file__`` attribute (342, 377).
- Bug fix: ensure that empty polygons evaluate to be ``==`` (355).
- Bug fix: filter out empty geometries that can cause segfaults when creating
  and loading STRtrees (345, 348).
- Bug fix: no longer attempt to reuse GEOS DLLs already loaded by Rasterio
  or Fiona on OS X (374, 375).
pelson commented 8 years ago

Looks like the patch doesn't apply cleanly on OSX :cry:

ocefpaf commented 8 years ago

Looks like the patch doesn't apply cleanly on OSX

Working on it, but I am facing some issues on Windows.

ocefpaf commented 8 years ago

Ping @msarahan as far as I know there is no Shapely for Windows in the default channel, correct? Is that is true this recipe is a low hanging fruit to show how conda-forge work can be used in the default :wink: