Centerline

Latest version: v1.1.1

Safety actively analyzes 710445 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.4.2

------------------

Added
^^^^^

- ``GDAL`` 2.3.1 to the CI configuration


Changed
^^^^^^^

- Moved the ``coverage`` configuration to ``setup.cfg``
- Moved the package's metadata to ``setup.cfg``


Fixed
^^^^^

- Error when ``MultiLineString`` degenerates into ``LineString`` (`14 <https://github.com/fitodic/centerline/issues/14>`_). Thanks `mxwell <https://github.com/mxwell>`_!


Removed
^^^^^^^

- MANIFEST.in
- ``Centerline`` from the ``centerline`` namespace. To import the ``Centerline``
class, use ``from centerline.main import Centerline``

0.4.1

------------------

Fixed
^^^^^

- Ignore the ``osgeo`` package when building the documentation on `readthedocs.org <https://readthedocs.org/>`_.

0.4.0

----------------

Added
^^^^^

- Sphinx documentation


Fixed
^^^^^

- Add a comma to the list of development requirements

0.3.0

----------------

Added
^^^^^

- ``pylama`` and ``isort`` configuration
- ``pylama`` and ``isort`` checks in the Travis build
- ``utils`` and ``io`` modules
- ``create_centerlines`` script and function for creating centerlines that is format agnotic. All OGR vector file formats should be supported.


Changed
^^^^^^^

- The ``Centerline`` class extends Shapely's ``MultiLineString`` class
- Replaced the ``shp2centerline`` script with ``create_centerlines``


Removed
^^^^^^^

- Support for ``GDAL<2.0``
- Support for ``Fiona<1.7``
- ``shp2centerline`` script

0.2.1

------------------

Fixed
^^^^^

- Read the ``README.rst`` from ``setup.py``

0.2.0

----------------

Added
^^^^^

- ``CHANGELOG.md``
- ``.coveragerc``
- Travis CI configuration
- Test and package configuration in ``setup.cfg``
- Use ``pytest`` for test execution
- Test the import of the ``Centerline`` class


Changed
^^^^^^^

- ``MANIFEST.in``
- ``.gitignore``
- Reorganize the project's requirements (both in ``*.txt`` files and ``setup.py``)
- Fix PEP8 errors in ``setup.py``
- Convert README from MarkDown to ReStructuredText

Page 3 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.