audplot


Nameaudplot JSON
Version 1.4.6 PyPI version JSON
download
home_pagehttps://github.com/audeering/audplot/
SummaryA Python plotting package
upload_time2022-12-21 16:02:11
maintainer
docs_urlNone
authorJohannes Wagner, Hagen Wierstorf
requires_python
licenseMIT License
keywords example
VCS
bugtrack_url
requirements None
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =======
audplot
=======

|tests| |coverage| |docs| |python-versions| |license|

**audplot** includes plotting functions targeted at
signal processing (e.g. spectral images)
and machine learning problems (e.g. confusion matrix).


.. badges images and links:
.. |tests| image:: https://github.com/audeering/audplot/workflows/Test/badge.svg
    :target: https://github.com/audeering/audplot/actions?query=workflow%3ATest
    :alt: Test status
.. |coverage| image:: https://codecov.io/gh/audeering/audplot/branch/master/graph/badge.svg?token=t5c5Ky64Ch
    :target: https://codecov.io/gh/audeering/audplot/
    :alt: code coverage
.. |docs| image:: https://img.shields.io/pypi/v/audplot?label=docs
    :target: https://audeering.github.io/audplot/
    :alt: audplot's documentation
.. |license| image:: https://img.shields.io/badge/license-MIT-green.svg
    :target: https://github.com/audeering/audplot/blob/master/LICENSE
    :alt: audplot's MIT license
.. |python-versions| image:: https://img.shields.io/pypi/pyversions/audplot.svg
    :target: https://pypi.org/project/audplot/
    :alt: audplot's supported Python versions

Changelog
=========

All notable changes to this project will be documented in this file.

The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_.


Version 1.4.6 (2022-12-21)
--------------------------

* Changed: split API documentation into sub-pages
  for each function


Version 1.4.5 (2022-12-06)
--------------------------

* Fixed: x-axis scaling for ``audplot.waveform()``.
  x-axis values now always correspond
  to the actual number of samples
  of the signal


Version 1.4.4 (2022-12-02)
--------------------------

* Added: support for Python 3.10
* Changed: increase speed of ``audplot.waveform()``
  by factor >100 for long signals


Version 1.4.3 (2022-10-14)
--------------------------

* Fixed: require ``matplotlib!=3.6.1``
  to avoid failing of ``audplot.distribution()``


Version 1.4.2 (2022-01-07)
--------------------------

* Fixed: make ``audplot.scatter(..., fit=True)`` plots reproducible
  by using a fixed seed for bootstrapping


Version 1.4.1 (2022-01-04)
--------------------------

* Added: Python 3.9 support
* Fixed: contributing text
* Removed: Python 3.6 support


Version 1.4.0 (2021-12-10)
--------------------------

* Added: ``fit`` and ``order`` arguments to ``audplot.scatter()``
* Changed: ``audplot.scatter()`` shows just a scatter plot with default
  arguments


Version 1.3.2 (2021-11-17)
--------------------------

* Changed: show frequency instead of counts on the y-axis
  for ``audplot.distribution()``
* Fixed: ``audplot.distribution()`` bins now independently
  for each distribution,
  which ensures the same distribution
  is always plotted the same way


Version 1.3.1 (2021-11-03)
--------------------------

* Fixed: building public documentation in CI pipeline


Version 1.3.0 (2021-11-03)
--------------------------

* Added: ``audplot.waveform()``
* Added: ``label_aliases`` argument to ``audplot.confusion_matrix()``
* Changed: show grid lines and remove top ad right axes as default
* Changed: Use ``seaborn.histplot()`` in ``audplot.distribution()``
* Fixed: xticks position for time axes


Version 1.2.0 (2021-07-30)
--------------------------

* Added: ``audplot.detection_error_tradeoff()``


Version 1.1.0 (2021-07-27)
--------------------------

* Added: ``audplot.human_format()``
* Added: ``show_both`` argument to ``audplot.confusion_matrix()``
  which allows showing percentage and absolute numbers
  in the same figure
* Changed: switch from ``True`` to ``False`` as default
  for ``percentage`` argument of ``audplot.confusion_matrix()``


Version 1.0.3 (2021-07-22)
--------------------------

* Fixed: install missing ``libsndfile1`` when publishing docs
* Fixed: calculate minimum and maximum in ``scatter()`` and ``series()``


Version 1.0.2 (2021-07-13)
--------------------------

* Added: ``cepstrum()``, ``signal()``, ``spectrum()``


Version 1.0.1 (2021-07-05)
--------------------------

* Fixed: URLs to documentation and source code inside Python package


Version 1.0.0 (2021-06-28)
--------------------------

* Added: initial release


.. _Keep a Changelog:
    https://keepachangelog.com/en/1.0.0/
.. _Semantic Versioning:
    https://semver.org/spec/v2.0.0.html



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/audeering/audplot/",
    "name": "audplot",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "example",
    "author": "Johannes Wagner, Hagen Wierstorf",
    "author_email": "jwagner@audeering.com, hwierstorf@audeering.com",
    "download_url": "https://files.pythonhosted.org/packages/c0/d2/792a3b4d6082fa3a6a30ddc794fc33a25b833d18a1aa577963a9b88e7cfb/audplot-1.4.6.tar.gz",
    "platform": "any",
    "description": "=======\naudplot\n=======\n\n|tests| |coverage| |docs| |python-versions| |license|\n\n**audplot** includes plotting functions targeted at\nsignal processing (e.g. spectral images)\nand machine learning problems (e.g. confusion matrix).\n\n\n.. badges images and links:\n.. |tests| image:: https://github.com/audeering/audplot/workflows/Test/badge.svg\n    :target: https://github.com/audeering/audplot/actions?query=workflow%3ATest\n    :alt: Test status\n.. |coverage| image:: https://codecov.io/gh/audeering/audplot/branch/master/graph/badge.svg?token=t5c5Ky64Ch\n    :target: https://codecov.io/gh/audeering/audplot/\n    :alt: code coverage\n.. |docs| image:: https://img.shields.io/pypi/v/audplot?label=docs\n    :target: https://audeering.github.io/audplot/\n    :alt: audplot's documentation\n.. |license| image:: https://img.shields.io/badge/license-MIT-green.svg\n    :target: https://github.com/audeering/audplot/blob/master/LICENSE\n    :alt: audplot's MIT license\n.. |python-versions| image:: https://img.shields.io/pypi/pyversions/audplot.svg\n    :target: https://pypi.org/project/audplot/\n    :alt: audplot's supported Python versions\n\nChangelog\n=========\n\nAll notable changes to this project will be documented in this file.\n\nThe format is based on `Keep a Changelog`_,\nand this project adheres to `Semantic Versioning`_.\n\n\nVersion 1.4.6 (2022-12-21)\n--------------------------\n\n* Changed: split API documentation into sub-pages\n  for each function\n\n\nVersion 1.4.5 (2022-12-06)\n--------------------------\n\n* Fixed: x-axis scaling for ``audplot.waveform()``.\n  x-axis values now always correspond\n  to the actual number of samples\n  of the signal\n\n\nVersion 1.4.4 (2022-12-02)\n--------------------------\n\n* Added: support for Python 3.10\n* Changed: increase speed of ``audplot.waveform()``\n  by factor >100 for long signals\n\n\nVersion 1.4.3 (2022-10-14)\n--------------------------\n\n* Fixed: require ``matplotlib!=3.6.1``\n  to avoid failing of ``audplot.distribution()``\n\n\nVersion 1.4.2 (2022-01-07)\n--------------------------\n\n* Fixed: make ``audplot.scatter(..., fit=True)`` plots reproducible\n  by using a fixed seed for bootstrapping\n\n\nVersion 1.4.1 (2022-01-04)\n--------------------------\n\n* Added: Python 3.9 support\n* Fixed: contributing text\n* Removed: Python 3.6 support\n\n\nVersion 1.4.0 (2021-12-10)\n--------------------------\n\n* Added: ``fit`` and ``order`` arguments to ``audplot.scatter()``\n* Changed: ``audplot.scatter()`` shows just a scatter plot with default\n  arguments\n\n\nVersion 1.3.2 (2021-11-17)\n--------------------------\n\n* Changed: show frequency instead of counts on the y-axis\n  for ``audplot.distribution()``\n* Fixed: ``audplot.distribution()`` bins now independently\n  for each distribution,\n  which ensures the same distribution\n  is always plotted the same way\n\n\nVersion 1.3.1 (2021-11-03)\n--------------------------\n\n* Fixed: building public documentation in CI pipeline\n\n\nVersion 1.3.0 (2021-11-03)\n--------------------------\n\n* Added: ``audplot.waveform()``\n* Added: ``label_aliases`` argument to ``audplot.confusion_matrix()``\n* Changed: show grid lines and remove top ad right axes as default\n* Changed: Use ``seaborn.histplot()`` in ``audplot.distribution()``\n* Fixed: xticks position for time axes\n\n\nVersion 1.2.0 (2021-07-30)\n--------------------------\n\n* Added: ``audplot.detection_error_tradeoff()``\n\n\nVersion 1.1.0 (2021-07-27)\n--------------------------\n\n* Added: ``audplot.human_format()``\n* Added: ``show_both`` argument to ``audplot.confusion_matrix()``\n  which allows showing percentage and absolute numbers\n  in the same figure\n* Changed: switch from ``True`` to ``False`` as default\n  for ``percentage`` argument of ``audplot.confusion_matrix()``\n\n\nVersion 1.0.3 (2021-07-22)\n--------------------------\n\n* Fixed: install missing ``libsndfile1`` when publishing docs\n* Fixed: calculate minimum and maximum in ``scatter()`` and ``series()``\n\n\nVersion 1.0.2 (2021-07-13)\n--------------------------\n\n* Added: ``cepstrum()``, ``signal()``, ``spectrum()``\n\n\nVersion 1.0.1 (2021-07-05)\n--------------------------\n\n* Fixed: URLs to documentation and source code inside Python package\n\n\nVersion 1.0.0 (2021-06-28)\n--------------------------\n\n* Added: initial release\n\n\n.. _Keep a Changelog:\n    https://keepachangelog.com/en/1.0.0/\n.. _Semantic Versioning:\n    https://semver.org/spec/v2.0.0.html\n\n\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "A Python plotting package",
    "version": "1.4.6",
    "split_keywords": [
        "example"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "8bdddc754d7da832f578e0602d92b81e",
                "sha256": "a9ab877c9cf8935a27dd1408ce7feab7247b1c63d6992b104a94047126792c8b"
            },
            "downloads": -1,
            "filename": "audplot-1.4.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8bdddc754d7da832f578e0602d92b81e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 10882,
            "upload_time": "2022-12-21T16:02:09",
            "upload_time_iso_8601": "2022-12-21T16:02:09.311522Z",
            "url": "https://files.pythonhosted.org/packages/8e/97/78d840f8d1d915d955ca97dde96acd82db52b9d7e70ec45363866b5c233b/audplot-1.4.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "3d9397419359b3a4a6f6624ef3ec44cb",
                "sha256": "e923c54ea2e5ca353738d75f067d2057e47fd7be0cdcf1645ce974d24d2737ab"
            },
            "downloads": -1,
            "filename": "audplot-1.4.6.tar.gz",
            "has_sig": false,
            "md5_digest": "3d9397419359b3a4a6f6624ef3ec44cb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 18621,
            "upload_time": "2022-12-21T16:02:11",
            "upload_time_iso_8601": "2022-12-21T16:02:11.401561Z",
            "url": "https://files.pythonhosted.org/packages/c0/d2/792a3b4d6082fa3a6a30ddc794fc33a25b833d18a1aa577963a9b88e7cfb/audplot-1.4.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-21 16:02:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "audeering",
    "github_project": "audplot",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": null,
            "specs": []
        }
    ],
    "lcname": "audplot"
}
        
Elapsed time: 0.21583s