summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Guarantee that each test in TestOffsetUnitMath starts in strict modeDavid Linke2014-06-101-2/+1
| | * | | Clean-up: Avoid code duplication by a new _ok_for_multdiv functionDavid Linke2014-06-101-58/+47
| | * | | Added my name to authors & removed one duplicateDavid Linke2014-06-091-1/+1
| | * | | Added new configurable mul/div-operation for offset quantitiesDavid Linke2014-06-095-46/+205
| | * | | Merge branch 'develop' into feature/_offset_units (conflicts manually resolved)David Linke2014-06-086-61/+71
| | |\ \ \
| | * | | | Added validation rules for handling offset units to UnitRegistry.convertDavid Linke2014-06-082-19/+77
| | * | | | Added new test from fix of #156David Linke2014-06-071-0/+7
| | * | | | Avoid invalid unit names in convert if src and/or dst are given as stringDavid Linke2014-06-071-2/+2
| | * | | | Removed test "test_delta_in_diff" that was mark as expected failureDavid Linke2014-06-071-12/+0
| | * | | | Merge branch 'develop' into feature/_offset_unitsDavid Linke2014-06-0511-17/+68
| | |\ \ \ \
| | * | | | | Improved implementation of addition/subtraction for quantities with offset unitsDavid Linke2014-06-051-85/+145
| | * | | | | Fixed tests for operation iadd and isub for quantities with offset-unitsDavid Linke2014-06-051-12/+36
| | * | | | | Offset-Quantities: allowed subtraction, improved tests of inplace-operationsDavid Linke2014-06-044-52/+77
| | * | | | | Clean-up (by mistake missed in last commit)David Linke2014-06-021-34/+3
| | * | | | | Improved to-method to work better with mixed unitsDavid Linke2014-06-022-37/+105
| | * | | | | Change: Unit definition creates OffstUnitConverter only if offset != 0 (and n...David Linke2014-06-021-1/+1
| | * | | | | Reverted msg in Dimensionality error to old state.David Linke2014-06-021-1/+1
| | * | | | | Make function _only_multiplicative_units more universal.David Linke2014-06-021-8/+3
| | * | | | | Test clean up &, deactivated testing of multiplication/division for offset unitsDavid Linke2014-06-022-11/+13
| | * | | | | Implemented correct addition and subtraction for offset unitsDavid Linke2014-05-301-16/+63
| | * | | | | Dropped creation of delta_dimension and delta_units for units without offsetDavid Linke2014-05-301-2/+3
| | * | | | | Fixed two wrong results in tests for addition of offset unitsDavid Linke2014-05-302-2/+2
| | * | | | | Addition of a new error: OffsetUnitCalculusErrorDavid Linke2014-05-303-91/+104
| | * | | | | Added tests for inplace-operationsDavid Linke2014-05-291-0/+18
| | * | | | | Added parameterized tests for multiplication and true division of quantities ...David Linke2014-05-291-0/+128
| | * | | | | Added parameterized tests for addition and subtraction of quantities with off...David Linke2014-05-283-0/+262
| * | | | | | Add 3.4 to toxHernan Grecco2014-06-111-2/+24
| * | | | | | Changed test for Python 3.4Hernan Grecco2014-06-111-2/+11
| * | | | | | Improved testingHernan Grecco2014-06-112-49/+113
| | |_|/ / / | |/| | | |
| * | | | | Solve conflicts in CHANGESHernan Grecco2014-06-074-18/+26
| |\ \ \ \ \
| | * | | | | Renamed "to_delta" to "as_delta" to stress that it's an interpretation but no...David Linke2014-06-074-20/+27
| | | |/ / / | | |/| | |
* | | | | | Make "floz" the abbreviated version of "fluid_ounce" instead of the oppositeVirgil Dupras2014-09-101-1/+1
* | | | | | Define prefix "µ".Jonas Olson2014-08-271-1/+1
* | | | | | Define "ångström" and "Å".Jonas Olson2014-08-271-1/+1
* | | | | | Define "Ω".Jonas Olson2014-08-271-1/+1
| |_|_|_|/ |/| | | |
* | | | | Removed fetching version from git repoHernan Grecco2014-08-101-13/+6
| |_|_|/ |/| | |
* | | | Back to development: 0.5.3Hernan Grecco2014-07-312-1/+7
* | | | Preparing release 0.5.20.5.2Hernan Grecco2014-07-312-2/+2
* | | | Updated CHANGESHernan Grecco2014-07-311-0/+2
* | | | Removed unused regexHernan Grecco2014-07-301-3/+0
* | | | Added tests and fix for multiparemeter contextsHernan Grecco2014-07-302-2/+16
* | | | Updated CHANGESHernan Grecco2014-07-111-0/+9
* | | | Changed deprected assertEquals to assertEqualHernan Grecco2014-07-101-8/+8
* | | | Added context manager to close resource after reading.Hernan Grecco2014-07-101-2/+3
* | | | Require setuptools to installHernan Grecco2014-07-101-2/+4
* | | | Implements tests and code for real, imag and T propertiesHernan Grecco2014-07-102-0/+25
* | | | Implements __int__ and __long__ for QuantityHernan Grecco2014-07-104-3/+39
* | | | Changed master to be 0.5.2.dev0Hernan Grecco2014-06-242-3/+3
|/ / /
* | | Merge branch 'master' of git://github.com/jdreaver/pintHernan Grecco2014-06-062-3/+9
|\ \ \
| * | | Fix issue #156, SI prefix error on ureg.convertJohn David Reaver2014-06-052-3/+9