summaryrefslogtreecommitdiff
path: root/pint/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Better SharedRegistryObjects creationHernan Grecco2023-05-111-0/+1
* More typing improvementsHernan Grecco2023-05-111-0/+1
* Partially reorganized docsHernan2022-10-261-1/+1
* Facets root should only expose classes (not modules)Hernan2022-05-071-1/+1
* Typing and documentation changesHernan2022-05-071-1/+3
* Split creation of specialized Quantity, Unit, Measurement classes in twoHernan2022-05-071-2/+6
* Create Measurement FacetHernan2022-05-071-1/+1
* Moved Unit and Quantity to plain facetHernan2022-05-071-3/+2
* Create Context FacetHernan2022-05-071-2/+2
* Remove most pytest warningsJules Chéron2022-03-261-12/+0
* Drop Support for Python 3.7Jules Chéron2022-02-041-6/+3
* Merge pull request #1371 from keewis/custom-formatsJules Chéron2021-10-091-1/+2
|\
| * expose `register_unit_format`Keewis2021-08-171-1/+2
* | remove _APP_DIRKeewis2021-08-081-5/+4
* | assign _APP_REGISTRY to the new nameKeewis2021-08-051-1/+1
* | reimplement `get_application_registry` and `set_application_registry`Keewis2021-08-051-7/+3
* | add the application registry objectKeewis2021-08-051-1/+2
|/
* Add root exception for all pint errorsClemens Wolff2021-05-281-0/+2
* lintandrewgsavage2021-03-011-2/+0
* remove pintpandas importandrewgsavage2021-03-011-11/+0
* Run linter on all filesHernan2021-01-071-6/+3
* Makes unpickling work properly using the Application RegistryHernan2020-09-211-0/+18
* Merge branch 'master' into log-units WIP branchClark Willison2020-07-151-7/+11
|\
| * Changed pintpandas to pint_pandasHernan2020-07-011-4/+4
| * replace pkg_resources.version to importlib.metadata.version.Jules Chéron2020-04-171-3/+7
* | Defines Tests for dB computation or Errors if any5igno2020-02-141-1/+2
|/
* Sphinx fixesGuido Imperiale2020-01-061-3/+2
* Manual edits after pymentHernan2019-12-271-21/+6
* Run pyment -w --convert -o numpydoc .Hernan2019-12-271-4/+33
* Remove redundant encoding information (utf8 is the default)Guido Imperiale2019-12-131-1/+0
* isortGuido Imperiale2019-12-131-5/+4
* flake8 fixesGuido Imperiale2019-12-131-3/+8
* blackGuido Imperiale2019-12-131-21/+22
* Merge branch 'master' into standard_exceptionsGuido Imperiale2019-12-051-2/+0
|\
| * Remove 2.7 support from codebaseGuido Imperiale2019-12-031-2/+0
* | Exceptions overhaulGuido Imperiale2019-12-041-0/+4
|/
* Python <3.5 can't pickle class methodsGuido Imperiale2019-09-161-0/+20
* global pint.Measurement object; fix bug where a Measurement would be upcast t...Guido Imperiale2019-09-161-37/+8
* Unit tests for global Quantity, Unit, and UnitRegistryGuido Imperiale2019-09-161-5/+2
* Unit and Quantity in root moduleGuido Imperiale2019-09-131-0/+20
* global pint.Quantity and pint.Unit - incompleteGuido Imperiale2019-09-131-4/+21
* change importsandrewgsavage2018-12-301-2/+7
* importer classandrewgsavage2018-12-281-1/+3
* importer classandrewgsavage2018-12-281-5/+1
* cleanupandrewgsavage2018-12-281-1/+1
* remove pandas filesandrewgsavage2018-12-281-1/+5
* Added UnitStrippedWarning when an unsupported ufunc attempts to read the magn...kanhua2018-03-231-1/+1
* Iterate only over units when a UnitsContainer is storedHernan Grecco2016-08-041-4/+10
* Make sure that prefixed units are defined on the registry when unplicking.Hernan Grecco2016-08-041-0/+14
* Implemented _build_unitHernan Grecco2016-08-041-0/+8