summaryrefslogtreecommitdiff
path: root/pint/registry.py
Commit message (Expand)AuthorAgeFilesLines
* Improved documentation about extending the registryHernan Grecco2023-05-161-9/+14
* Fix imports for Python 3.9Hernan Grecco2023-05-111-1/+2
* More typing improvementsHernan Grecco2023-05-111-3/+3
* Large commit to make Pint more typing friendlyHernan Grecco2023-05-051-31/+28
* Reworked the Quantity, Unit, Measurement, Group and System class to be static...Hernan Grecco2023-04-301-0/+32
* Run pre-commit run --all-files . Mostly removed empty linesHernan2023-04-241-1/+0
* Add explicit dependencies between facet registriesHernan2022-05-191-3/+1
* Adjust docstringsHernan2022-05-071-26/+5
* Facets root should only expose classes (not modules)Hernan2022-05-071-29/+31
* Create Formatting FacetHernan2022-05-071-0/+4
* Create Dask FacetHernan2022-05-071-0/+2
* Create NumPy FacetHernan2022-05-071-1/+6
* Moved Unit and Quantity to plain facetHernan2022-05-071-9/+9
* Create Base FacetHernan2022-05-071-1337/+3
* Move converters and definition to base facetHernan2022-05-071-8/+8
* Create Nonmultiplicative FacetHernan2022-05-071-207/+4
* Create Context FacetHernan2022-05-071-598/+4
* Create System FacetHernan2022-05-071-3/+3
* Create Group FacetHernan2022-05-071-77/+19
* update the setting descriptionKeewis2022-04-091-1/+3
* add the new settingKeewis2022-04-071-0/+6
* Provide a method to iter the definitions in the order they appear,Hernan2022-04-041-11/+10
* Run new stable black versionJules Chéron2022-03-301-2/+2
* Fix to_reduced_units with dimensionless units (#1481)Jules Chéron2022-03-281-1/+3
* Fix parsing of units string with same canonalized nameJules Chéron2022-03-011-5/+8
* Migrate from diskcache to flexcacheHernan2022-02-281-25/+10
* Replace installed appdirs with the one in _vendorHernan2022-02-261-2/+1
* Pass appauthor=False to appdirs to avoid name duplication on WindowsHernan2022-02-261-1/+1
* Provide a simple way to get the cache_folder of a UnitRegistryHernan2022-02-201-0/+6
* Using ':auto:' as cache_folder for the diskcache registryHernan2022-02-201-4/+6
* Generate cache filename using system information.Hernan2022-02-201-2/+13
* Add configurable cache for registryHernan2022-02-131-22/+35
* Implement caching to disk the Registry cacheaHernan2022-02-121-8/+39
* Raise exception when unhandled DefinitionObjects appearHernan2022-02-121-5/+8
* Implements cache, and add caching capability to the parserHernan2022-02-121-2/+13
* Move ImportDefinition to parser and DefaultDefinition to registryHernan2022-02-121-20/+31
* Implemented new definition parser and rewrite Registry.load_definition to use itHernan2022-02-121-126/+68
* Definitions are now dataclasses and are also frozen (sort of)Hernan2022-02-101-7/+8
* Do not call _define_alias from _defineHernan2022-02-101-8/+6
* Annotate SourceIterator arguments and unify variable name to source_iteratorHernan2022-02-101-11/+13
* Handle AliasDefinition outside Definition.from_stringHernan2022-02-101-2/+6
* Implemented @import directive as separate parser from load_definitionHernan2022-02-091-25/+26
* SourceIterator now contains optioanl filename and is resource flagHernan2022-02-091-9/+14
* Implemented @alias directive as separate parser from load_definitionHernan2022-02-091-1/+7
* Fix use of offset units for higher dimensional units (e.g. gauge pressure #10...David Linke2022-02-031-5/+5
* Parse inf and nan in QuantityChris Barnes2021-12-101-0/+4
* Fix mutating the application registry (#1403)keewis2021-11-231-0/+8
* add docstrings to the application registryKeewis2021-08-141-0/+14
* use the public methodKeewis2021-08-081-1/+1
* save the actual registry in shared registry objectsKeewis2021-08-061-0/+3