Metadata-Version: 2.1
Name: cartesio
Version: 0.3.0
Summary: Simple geometry accelerated with Numba
Home-page: https://github.com/cdeldon/cartesio
Author: Carlo Del Don
Author-email: carlo.deldon@gmail.com
License: MIT license
Keywords: cartesio
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Requires-Dist: numba (==0.50.1)
Requires-Dist: numpy (==1.19.0)
Requires-Dist: perfplot (==0.8.5)

========
cartesio
========

|pypi_badge| |doc_badge| |tox_badge| |flake8_badge| |coverage_badge| |codefactor_badge|
|pyup_badge| |black_badge| |code_ql_badge|


*Simple geometry accelerated with Numba*
----------------------------------------


* Free software: MIT license
* Documentation: https://cartesio.readthedocs.io.


Features
--------

* Bounding Box IOU

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


.. |pypi_badge| image:: https://badge.fury.io/py/cartesio.svg
        :target: https://pypi.org/project/cartesio
        :alt: pypi Status

.. |doc_badge| image:: https://readthedocs.org/projects/cartesio/badge/?version=latest
        :target: https://cartesio.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. |tox_badge| image:: https://github.com/cdeldon/cartesio/workflows/tox/badge.svg?branch=master
        :alt: tox

.. |flake8_badge| image:: https://github.com/cdeldon/cartesio/workflows/flake8/badge.svg?branch=master
        :alt: flake8

.. |coverage_badge| image:: https://codecov.io/gh/cdeldon/cartesio/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/cdeldon/cartesio

.. |codefactor_badge| image:: https://www.codefactor.io/repository/github/cdeldon/cartesio/badge
   :target: https://www.codefactor.io/repository/github/cdeldon/cartesio
   :alt: CodeFactor

.. |pyup_badge| image:: https://pyup.io/repos/github/cdeldon/cartesio/shield.svg
        :target: https://pyup.io/repos/github/cdeldon/cartesio/
        :alt: Updates

.. |black_badge| image:: https://img.shields.io/badge/code%20style-black-000000.svg
        :alt: Code style: black

.. |code_ql_badge| image:: https://github.com/cdeldon/cartesio/workflows/code-ql/badge.svg
        :alt: CodeQL


=======
History
=======


0.1.0 (2020-07-02)
------------------

* First release on PyPI.


0.1.1 (2020-07-04)
------------------

* Working Github actions, tox and flake8.


0.2.0 (2020-09-01)
------------------

* BBox intersection over union (IOU)
* Coverage
* Black code formatting


0.3.0 (2020-10-25)
------------------

* BBox non maxima suppression (NMS)
* Performance tests

