1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 22 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
DEP: change `almost_equals()` to be removed from version 2.0 to 2.1 (#1604) More... over 1 year ago
DEP: remove 'preserve_topology' from 'set_precision()' (#1612) More... over 1 year ago
DOC: clean-up docstrings and Sphinx markup for deprecated functions (#1611) More... over 1 year ago
MAINT: remove requirements-dev.txt; expand optional dependencies in pyproject.toml (#1606) More... over 1 year ago
ENH: expose contains_properly on the Geometry subclasses (#1605) More... over 1 year ago
MAINT: Add Python 3.11 classifier and upgrade to GEOS 3.11.1; other CI upgrades (#1607) More... over 1 year ago
PERF: restore speed of LineString(..) from numpy array of coordinates (#1602) More... over 1 year ago
ENH: Add node function (#1431) More... over 1 year ago
ENH: Add concave_hull() function (#1518) More... over 1 year ago
ENH: allow Geometry methods to return arrays if passed array as argument (#1599) More... over 1 year ago
Document Point(..) constructor change no longer allowing coordinate sequence of len > 1 (#1600) More... over 1 year ago
MAINT: Remove descartes from requirements-dev.txt (#1591) More... over 1 year ago
ENH: Add directed parameter to line merge (#1592) More... over 1 year ago
CI: ensure doctests are running (#1596) More... over 1 year ago
DOC: automatically fill in correct version (#1595) More... over 1 year ago
RLS: 2.0b2 More... over 1 year ago
ENH: add `__format__` specification for geometry types (#1556) More... over 1 year ago
Allow passing len-1 array for x and y coordinates in Point(..) (compat with 1.8) (#1590) More... over 1 year ago
API: rename 'radius' -> 'distance' keyword in shapely.buffer() for consistency (#1589) More... over 1 year ago
CI: fix Travis deploy step for non-wheel jobs + try avoid building sdist (#1576) More... over 1 year ago
BUG: move weakref-able implementation to base C extension type (fix PyPy) (#1577) More... over 1 year ago
Raise ValueError for non-finite distance to buffer/offset_curve (#1522) More... over 1 year ago
TST: clean-up test_doctests (with binascii_hex), refactor test_hash (#1586) More... over 1 year ago
RLS: 2.0b1 More... over 1 year ago
CI: update cibuildwheel version in travis as well (#1574) More... over 1 year ago
Refactor reducing set operations as gufuncs + return emtpy collection for empty/all-None input (#1562) More... over 1 year ago
DOC: add migration guide for PyGEOS users (#1557) More... over 1 year ago
release CI: Update used actions to latest versions / Python 3.11 wheels (#1561) More... over 1 year ago
CI: Enable Python 3.11, update used actions (#1560) More... over 1 year ago
PERF: reintroduce global context and use in GeometryObject dealloc (#1530) More... over 1 year ago