summaryrefslogtreecommitdiff
path: root/pint
Commit message (Expand)AuthorAgeFilesLines
* Implemented reference in wraps decorator.Hernan Grecco2016-02-124-96/+257
* Removed unused importsHernan Grecco2016-02-121-2/+2
* Added barrelHernan Grecco2016-02-101-0/+2
* Implemented a way to check to which system the units belongsHernan Grecco2016-02-101-0/+9
* Merge branch 'master' of git://github.com/emilienkofman/pintHernan Grecco2016-02-103-1/+11
|\
| * Fixed a small bug that caused _Quantity.to_compact to fail when magnitude is 0Emilien Kofman2016-01-151-1/+1
| * Trying to make it python2.6 compatible.Emilien Kofman2016-01-131-1/+1
| * UnitRegistry.convert now returns a Fraction if the user submits a Fraction to...Emilien Kofman2016-01-132-0/+10
* | Merge branch 'sorted' of git://github.com/nevsan/pint into nevsan-sortedHernan Grecco2016-02-101-1/+1
|\ \
| * | Sort multiplicative units for deterministic conversion.Nevada Sanchez2016-01-211-1/+1
| |/
* | Merge branch 'fix-siunitx-formatter' of git://github.com/bryanwweber/pint int...Hernan Grecco2016-02-101-34/+38
|\ \
| * | Fix int has no is_integer methodBryan W. Weber2016-02-091-1/+1
| * | Fix indentation error causing recursionBryan W. Weber2016-02-081-6/+6
| * | Normalize indentation in siunitx_format_unitBryan W. Weber2016-02-081-38/+38
| * | Fix float powers in the siunitx formatterBryan W. Weber2016-02-081-7/+11
| |/
* | Fix group namingHernan Grecco2016-02-091-1/+1
* | Stabilized systems APIHernan Grecco2016-02-092-12/+32
|/
* Removed try/except block in Quantity.dimensionalityHernan Grecco2016-01-081-3/+3
* Fixes for Python 2.X compatibility in SourceIteratorHernan Grecco2016-01-071-0/+4
* Added Pint 0.6 definitions file for backwards compatibility reasonsHernan Grecco2016-01-071-0/+377
* Adjusted testsHernan Grecco2016-01-072-64/+70
* Changed definitions file to use group and systems (inital work)Hernan Grecco2016-01-071-63/+124
* Changed Systems and Groups to be aware of the Registry in which they are.Hernan Grecco2016-01-072-162/+190
* Changed Context parsing to use SourceIterator and improved error messagesHernan Grecco2016-01-071-41/+48
* Added iterator classes to simplify parsing the definition filesHernan Grecco2016-01-071-0/+70
* Added to_tuple and from_tuple method to QuantityHernan Grecco2016-01-071-0/+7
* Adjusted helpers (again)Hernan Grecco2016-01-071-0/+2
* Adjusted helpersHernan Grecco2016-01-071-0/+2
* Adapt tests to changes in NumPy 1.10 Default casting ruleHernan Grecco2016-01-063-2/+9
* Fixed conflixt in unit.py when fixing __str__Hernan Grecco2015-12-223-2/+23
|\
| * Merge branch 'fix_str_conversions' of git://github.com/coldfix/pint into cold...Hernan Grecco2015-12-223-2/+22
| |\
| | * Encode return value of __str__ on python2Thomas Gläßle2015-05-313-2/+22
* | | Merge branch 'master' of git://github.com/CD3/pint into CD3-masterHernan Grecco2015-12-228-3/+82
|\ \ \
| * | | Added support for siunitx formatting.C.D. Clark III2015-12-078-3/+82
* | | | Merge branch 'patch-1' of git://github.com/eddiejessup/pint into eddiejessup-...Hernan Grecco2015-12-221-6/+6
|\ \ \ \
| * | | | Make spacing more consistent in default_en.txtElliot Marsden2015-11-041-6/+6
| |/ / /
* | | | Merge branch 'master' of git://github.com/jChapman/pint into jChapman-masterHernan Grecco2015-12-221-5/+5
|\ \ \ \
| * | | | Fixed short name on pressure units.Jordan Chapman2015-12-181-5/+5
| |/ / /
* | | | Merge branch 'patch-1' of git://github.com/cpascual/pint into cpascual-patch-1Hernan Grecco2015-12-211-0/+2
|\ \ \ \
| * | | | Use empty string for dimensionless abbreviated formatcpascual2015-11-231-0/+2
| |/ / /
* | | | Merge branch 'master' of git://github.com/natezb/pint into natezb-masterHernan Grecco2015-12-211-4/+4
|\ \ \ \
| * | | | Changed 'm_as()' to accept unit-like input by using 'to()' directlyNate Bogdanowicz2015-12-091-4/+4
| |/ / /
* | | | byte = 8 * bit = B = octet万泽2015-12-211-1/+1
|/ / /
* | | Fixed testsHernan Grecco2015-07-241-12/+12
* | | Systems defined in default and parsedHernan Grecco2015-07-243-13/+69
* | | Store cache from get_root_units and get_base_unitsHernan Grecco2015-07-241-1/+7
* | | Merged systems into UnitRegistryHernan Grecco2015-07-214-148/+195
* | | Fix some of the #283 issuesKaido Kert2015-07-093-14/+18
* | | Add initial draft of @wrap.check decoratorkaido2015-07-092-0/+69
|/ /
* | Added compact formatting codeHernan Grecco2015-06-012-2/+22
|/