index
:
delta/python-packages/pint.git
_decimal
_npsubclass
_pytest_migration
code_reorganization
develop
master
pre-commit/autoupdate-0
staging
staging.tmp
trying
github.com: hgrecco/pint.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pint
/
definitions.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Typing improvements
Hernan Grecco
2023-05-01
1
-2
/
+20
*
Rename parser to defparser
Hernan
2022-10-12
1
-2
/
+2
*
Final step to split the registry from the parser
Hernan
2022-09-30
1
-134
/
+15
*
Move converters and definition to base facet
Hernan
2022-05-07
1
-227
/
+2
*
Rewrote Definition to use Definition.accept_to_parse
Hernan
2022-05-07
1
-7
/
+32
*
Rewrote Definition to use Converter.from_arguments
Hernan
2022-05-07
1
-17
/
+7
*
Definitions are now dataclasses and are also frozen (sort of)
Hernan
2022-02-10
1
-75
/
+36
*
Handle AliasDefinition outside Definition.from_string
Hernan
2022-02-10
1
-3
/
+1
*
Add pint typing module
Jules Chéron
2021-08-01
1
-22
/
+57
*
Fix typos
Miroslav Šedivý
2021-01-08
1
-1
/
+1
*
Run linter on all files
Hernan
2021-01-07
1
-2
/
+1
*
Merge branch 'master' into log-units WIP branch
Clark Willison
2020-07-15
1
-45
/
+51
|
\
|
*
fix doctest warnings, add some docstring sphinx formatting
Clark Willison
2020-06-17
1
-21
/
+25
|
*
Merge branch 'master' into _decimal
_decimal
Hernan Grecco
2020-02-21
1
-8
/
+8
|
|
\
|
|
*
Rename `ParsedDefinition` to `PreprocessedDefinition`
Hernan
2020-02-19
1
-8
/
+8
|
*
|
Add support for other numerical types at the registry level
Hernan
2020-01-22
1
-16
/
+18
|
|
/
*
|
Exposes Definition's property is logaritmic
5igno
2020-02-16
1
-0
/
+4
*
|
Implements UnitDefinition that uses LogConverter.
5igno
2020-02-13
1
-5
/
+17
|
/
*
Replace 1.0 and 0.0 (floats) by 1 and 0 (integers)
Hernan
2020-01-21
1
-1
/
+1
*
Add `from_string` to all Definition subclasses.
Hernan
2020-01-18
1
-89
/
+212
*
Fixes W293
Hernan
2019-12-27
1
-1
/
+1
*
Manual edits after pyment
Hernan
2019-12-27
1
-18
/
+11
*
Run pyment -w --convert -o numpydoc .
Hernan
2019-12-27
1
-12
/
+36
*
Improved error message in offending definitions
Hernan
2019-12-22
1
-2
/
+2
*
linters
Hernan
2019-12-21
1
-5
/
+9
*
Remove eval from Definitions
Hernan
2019-12-21
1
-5
/
+30
*
Fix failing tests
Guido Imperiale
2019-12-19
1
-2
/
+3
*
Remove redundant encoding information (utf8 is the default)
Guido Imperiale
2019-12-13
1
-1
/
+0
*
isort
Guido Imperiale
2019-12-13
1
-2
/
+2
*
black
Guido Imperiale
2019-12-13
1
-31
/
+33
*
Python 3 super()
Guido Imperiale
2019-12-03
1
-8
/
+4
*
Remove 2.7 support from codebase
Guido Imperiale
2019-12-03
1
-16
/
+4
*
Sphinx fixes
Guido Imperiale
2019-09-13
1
-1
/
+1
*
fix load_definitions; deduplicate
Guido Imperiale
2019-09-05
1
-0
/
+1
*
New syntax to add aliases to already existing definitions
Guido Imperiale
2019-09-03
1
-0
/
+18
*
Allow defining units with aliases, but without symbol
Jellby
2019-05-16
1
-1
/
+4
*
Fix definition of dimensionless constants
Jellby
2019-05-10
1
-3
/
+3
*
Remove unsupported unicode character (in aliases) from definition for python ...
Eric Prestat
2019-04-23
1
-0
/
+8
*
Updated copyright year
Hernan Grecco
2016-02-12
1
-1
/
+1
*
Fixed some typos in the documentation; removed trailing slashes; broke some l...
Martin Thoma
2015-04-04
1
-1
/
+2
*
Move definitions, errors, and converters into their own modules.
Matthieu Dartiailh
2015-01-06
1
-0
/
+156