# uncertainties **Repository Path**: mirrors_lepy/uncertainties ## Basic Information - **Project Name**: uncertainties - **Description**: uncertainties-python-package - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2025-07-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README uncertainties ============= .. image:: https://travis-ci.org/lebigot/uncertainties.svg?branch=master :target: https://travis-ci.org/lebigot/uncertainties .. image:: https://ci.appveyor.com/api/projects/status/j5238244myqx0a0r?svg=true :target: https://ci.appveyor.com/project/lebigot/uncertainties This is the ``uncertainties`` Python package, which performs **transparent calculations with uncertainties** (aka "error propagation"). This package also calculates derivatives. * Documentation: http://uncertainties-python-package.readthedocs.io/ * Issues: https://github.com/lebigot/uncertainties/issues/ * Python Package Index entry: http://pypi.python.org/pypi/uncertainties/ * Code: https://github.com/lebigot/uncertainties/ GitHub ------ The ``master`` branch is for Python 2.7+ (including Python 3+ through ``2to3``), while the ``master_python2.3`` branch is for Python 2.3 to 2.6 (with unit tests only run with Python 2.6). Other ``master*`` branches in the Github repository are bleeding-edge, but they are *working* versions that passed the tests for many versions of Python starting at 2.4. Other branches might be present in the GitHub repository, but they are temporary and represent work in progress that does not necessarily run properly yet. License ------- This package and its documentation are released under the `Revised BSD License `_.