summaryrefslogtreecommitdiff
path: root/pint/errors.py
Commit message (Expand)AuthorAgeFilesLines
* Python's 3.9 compatible typing annotationsHernan Grecco2023-05-141-1/+2
* Typing related fixesHernan Grecco2023-05-091-1/+1
* Typing improvementsHernan Grecco2023-05-011-9/+19
* Merge branch 'master' into fix-nonmult-docHernan Grecco2023-04-251-1/+0
|\
| * Run pre-commit run --all-files . Mostly removed empty linesHernan2023-04-241-1/+0
* | Update error URLs for log / offset units.Constantine Evans2023-03-201-2/+2
|/
* Using frozen=False in errors to avoid problems with daskHernan2022-10-121-11/+11
* Final step to split the registry from the parserHernan2022-09-301-49/+144
* Improved type checking consistencyHernan2022-05-071-0/+2
* Add root exception for all pint errorsClemens Wolff2021-05-281-5/+9
* Implements Error for LogarithmicUnit computation5igno2020-02-141-1/+19
* Manual edits after pymentHernan2019-12-271-5/+5
* Run pyment -w --convert -o numpydoc .Hernan2019-12-271-10/+5
* Remove redundant encoding information (utf8 is the default)Guido Imperiale2019-12-131-1/+0
* Correct commentGuido Imperiale2019-12-051-2/+2
* pickle exceptionsGuido Imperiale2019-12-041-28/+39
* Thorough str tests for all exceptionsGuido Imperiale2019-12-041-39/+36
* Exceptions overhaulGuido Imperiale2019-12-041-35/+34
* Sphinx fixesGuido Imperiale2019-09-131-1/+1
* Improve OffsetUnitCalculusError message.Christoph Buchner2019-08-211-0/+1
* Added UnitStrippedWarning when an unsupported ufunc attempts to read the magn...kanhua2018-03-231-0/+4
* Remove positional string formattersHugo2017-10-191-8/+8
* fixed `super()` statements in two constructors.Johan Hidding2017-02-271-2/+2
* changed UndefinedUnitError to inherit from AttributeError, so `hasattr` works...Johan Hidding2017-02-271-2/+2
* Updated copyright yearHernan Grecco2016-02-121-1/+1
* Move definitions, errors, and converters into their own modules.Matthieu Dartiailh2015-01-061-0/+113