From a802b6c433e8a484094f5d8453a39197c6e3387a Mon Sep 17 00:00:00 2001 From: Christian Ledermann Date: Sat, 27 Apr 2024 15:09:15 +0100 Subject: [PATCH] update readme and history --- README.rst | 30 ++++++++++++++++-------------- docs/HISTORY.rst | 1 + 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/README.rst b/README.rst index ec556d8..bfa92a9 100644 --- a/README.rst +++ b/README.rst @@ -38,59 +38,61 @@ testing with Hypothesis_. It was written to provide clean and python only geometries for fastkml_ -.. image:: https://readthedocs.org/projects/pygeoif/badge/?version=latest +|doc| |test| |cov| |hypothesis| |black| |mypy| |openhub| |factor| |commit| |py| |implement| |latest| |license| |downloads| + +.. |doc| image:: https://readthedocs.org/projects/pygeoif/badge/?version=latest :target: https://pygeoif.readthedocs.io/en/latest/?badge=latest :alt: Documentation -.. image:: https://github.com/cleder/pygeoif/actions/workflows/run-all-tests.yml/badge.svg?branch=main +.. |test| image:: https://github.com/cleder/pygeoif/actions/workflows/run-all-tests.yml/badge.svg?branch=main :target: https://github.com/cleder/pygeoif/actions/workflows/run-all-tests.yml :alt: GitHub Actions -.. image:: https://codecov.io/gh/cleder/pygeoif/branch/main/graph/badge.svg?token=2EfiwBXs9X +.. |cov| image:: https://codecov.io/gh/cleder/pygeoif/branch/main/graph/badge.svg?token=2EfiwBXs9X :target: https://codecov.io/gh/cleder/pygeoif :alt: Codecov -.. image:: https://img.shields.io/badge/hypothesis-tested-brightgreen.svg +.. |hypothesis| image:: https://img.shields.io/badge/hypothesis-tested-brightgreen.svg :alt: Tested with Hypothesis :target: https://hypothesis.readthedocs.io -.. image:: https://img.shields.io/badge/code_style-black-000000.svg +.. |black| image:: https://img.shields.io/badge/code_style-black-000000.svg :target: https://github.com/psf/ :alt: Black -.. image:: https://img.shields.io/badge/type_checker-mypy-blue +.. |mypy| image:: https://img.shields.io/badge/type_checker-mypy-blue :target: http://mypy-lang.org/ :alt: Mypy -.. image:: https://www.openhub.net/p/pygeoif/widgets/project_thin_badge.gif +.. |openhub| image:: https://www.openhub.net/p/pygeoif/widgets/project_thin_badge.gif :target: https://www.openhub.net/p/pygeoif/ :alt: Openhub -.. image:: https://www.codefactor.io/repository/github/cleder/pygeoif/badge/main +.. |factor| image:: https://www.codefactor.io/repository/github/cleder/pygeoif/badge/main :target: https://www.codefactor.io/repository/github/cleder/pygeoif/overview/main :alt: CodeFactor -.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit +.. |commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit :target: https://github.com/pre-commit/pre-commit :alt: pre-commit -.. image:: https://img.shields.io/pypi/pyversions/pygeoif.svg +.. |py| image:: https://img.shields.io/pypi/pyversions/pygeoif.svg :target: https://pypi.python.org/pypi/pygeoif/ :alt: Supported Python versions -.. image:: https://img.shields.io/pypi/implementation/pygeoif.svg +.. |implement| image:: https://img.shields.io/pypi/implementation/pygeoif.svg :target: https://pypi.python.org/pypi/pygeoif/ :alt: Supported Python implementations -.. image:: https://img.shields.io/pypi/v/pygeoif.svg +.. |latest| image:: https://img.shields.io/pypi/v/pygeoif.svg :target: https://pypi.python.org/pypi/pygeoif/ :alt: Latest Version -.. image:: https://img.shields.io/pypi/l/pygeoif.svg +.. |license| image:: https://img.shields.io/pypi/l/pygeoif.svg :target: https://pypi.python.org/pypi/pygeoif/ :alt: License -.. image:: https://img.shields.io/pypi/dm/pygeoif.svg +.. |downloads| image:: https://img.shields.io/pypi/dm/pygeoif.svg :target: https://pypi.python.org/pypi/pygeoif/ :alt: Downloads diff --git a/docs/HISTORY.rst b/docs/HISTORY.rst index 7203403..2d00f7c 100644 --- a/docs/HISTORY.rst +++ b/docs/HISTORY.rst @@ -4,6 +4,7 @@ Changelog 1.5.0 (unreleased) ------------------ +- fix handling of empty geometries. 1.4.0 (2024/03/25) ------------------