summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Removed duplicated units/aliasesHernan Grecco2014-03-242-4/+3
* Implemented __call__ for UnitRegistry as replacement for []Hernan Grecco2014-03-242-12/+35
* Fix test for converter.Hernan Grecco2014-03-241-6/+6
* Homogenize behaviour in ScaleConverter, OffsetConverter and Quantity.toHernan Grecco2014-03-244-12/+34
* Fixed NumPy version checkHernan Grecco2014-03-232-2/+2
* Skip special value test for array of zeros if NumPy < 1.8Hernan Grecco2014-03-231-1/+2
* Zeros are treated as special values.Hernan Grecco2014-03-233-12/+71
* Simplified certain Quantity related functions and added tests.Hernan Grecco2014-03-205-23/+88
* Updated CHANGES and AUTHORSHernan Grecco2014-03-122-0/+6
* Merge branch 'master' into developHernan Grecco2014-03-121-6/+9
|\
| * use 'resource_stream' for compatibility with frozen distributionsJoel B. Mohler2014-03-121-6/+9
* | Merged pretty print parsing from masterHernan Grecco2014-03-124-2/+25
|\ \ | |/
| * Repair Python 3.2 compatibility in pretty parsingPeter Grayson2014-03-111-1/+1
| * Preprocess pretty expressions with str.translate()Peter Grayson2014-03-111-9/+7
| * Replace newline for PEP-8 compliance.Peter Grayson2014-03-111-0/+1
| * Parse pretty-formatted quantity expressions.Peter Grayson2014-03-112-1/+24
| * it's vs itsFelix Hummel2014-03-031-1/+1
* | Removed test and compat files from coverageHernan Grecco2014-03-102-2/+2
* | Added tests for the formatting module.Hernan Grecco2014-03-101-0/+43
* | Parse spec handles unknown conversion. No need to repeat.Hernan Grecco2014-03-101-4/+2
* | Renamed formatter module to formatting to avoid collision with function.Hernan Grecco2014-03-105-27/+44
* | Improved testsHernan Grecco2014-03-083-10/+17
* | Added more testsHernan Grecco2014-03-082-1/+49
* | Removed unnecesary return.Hernan Grecco2014-03-081-1/+0
* | Improved error message.Hernan Grecco2014-03-081-2/+3
* | Added more testsHernan Grecco2014-03-074-4/+135
* | Improved ParseHelper ComparisonHernan Grecco2014-03-071-3/+27
* | Added uncertainties and coverage to tox testing.Hernan Grecco2014-03-071-2/+55
* | Add coverage and coveralls to travisHernan Grecco2014-03-061-1/+7
* | Changed return type of get_compatible_units from set to frozensetHernan Grecco2014-03-051-1/+1
* | Removed --use-mirrors deprecated option and disabled pypyHernan Grecco2014-03-031-3/+7
* | In travis with pypy, use python setup.py install instead of pip.Hernan Grecco2014-03-031-1/+1
* | Added pypy to travisHernan Grecco2014-03-021-0/+13
* | Make the Default Unit Registry a Lazy objectHernan Grecco2014-03-024-2/+56
* | Improve Measurement formatting.Hernan Grecco2014-03-023-7/+9
* | Stub for Measurement formatting.Hernan Grecco2014-03-022-11/+47
* | Fixed header.Hernan Grecco2014-03-021-1/+1
* | Fixed parenthesis format in LatexHernan Grecco2014-03-021-1/+1
* | Updated AUTHORS and CHANGESHernan Grecco2014-03-022-2/+13
* | Fixed conflicts with rec-issue-107 and mergedHernan Grecco2014-03-029-105/+215
|\ \
| * \ Merge branch 'rec-issue-107' of git://github.com/rec/pint into rec-rec-issue-107Hernan Grecco2014-03-026-104/+197
| |\ \ | | |/ | |/|
| | * Finish tests for new condensed formatting mode.Tom Ritchford2014-03-011-1/+3
| | * Started to write unit tests.Tom Ritchford2014-03-013-2/+11
| | * Merge branch 'rec-issue-107' of https://github.com/rec/pint into rec-issue-107Tom Ritchford2014-03-010-0/+0
| | |\
| | | * Move the constant arguments for formatting to formatter.pyTom Ritchford2014-03-011-58/+2
| | * | Fully parse the spec, fixing https://github.com/hgrecco/pint/issues/111Tom Ritchford2014-03-011-56/+78
| | * | Move the constant arguments for formatting to formatter.pyTom Ritchford2014-03-012-58/+156
| | |/
| | * Split off the formatter into its own file.Tom Ritchford2014-03-013-74/+5
| | * Fix https://github.com/hgrecco/pint/issues/112 and add _DEFAULT_FORMATTom Ritchford2014-03-011-6/+15
| | * Extract out formatting rules into separate dictionaries.Tom Ritchford2014-03-011-18/+40