summaryrefslogtreecommitdiff
path: root/pint
Commit message (Expand)AuthorAgeFilesLines
* Updated tests to use `kelvin` instead of degK. Add more tests.Hernan Grecco2014-01-113-42/+59
* Make kelvin the default name for the unit and degK an aliasHernan Grecco2014-01-111-4/+4
* Removed 'R' alias for roentgen as it collides with molar_gas_constantHernan Grecco2014-01-111-1/+1
* Improved support for non-multiplicative units.Hernan Grecco2014-01-102-0/+56
* Refactor Quantity mul, div, and pow operatorsJim Turner2014-01-101-46/+54
* Implemented is_multiplicative property in Definition and Converter. Removed d...Hernan Grecco2014-01-102-3/+16
* Added an optional argument to get_base_units to return the scaling factor eve...Hernan Grecco2014-01-102-7/+39
* Reindented codeHernan Grecco2014-01-101-4/+12
* Get get_dimensionality should work even for compound non-multiplicative unitsHernan Grecco2014-01-101-22/+0
* Improved dimensionality checking in UnitRegistry.convertHernan Grecco2014-01-101-12/+35
* Removed h alias for hour due to conflict with Planck's constantHernan Grecco2013-12-291-1/+1
* Remove unnecesary copy operation in truediv and floordivHernan Grecco2013-12-261-15/+6
* Integer division should be optional; mirrors numpy behaviorJohn David Reaver2013-12-242-7/+18
* Changed comment of fix.John David Reaver2013-12-241-2/+3
* Fix for Issue #80: Integer Division with ArraysJohn David Reaver2013-12-242-2/+9
* Fix binary operations in NumPy 1.8Hernan Grecco2013-12-173-2/+5
* Base units now works for non multiplicative units.Hernan Grecco2013-12-172-30/+11
* Comparison between quantities containing NumPy Arrays now yield and arrayHernan Grecco2013-12-164-54/+97
* Dimensions are transformed to base upon context parsingHernan Grecco2013-12-143-13/+28
* Implemented context functionality in Quantity.to()Hernan Grecco2013-12-141-5/+9
* Added headerHernan Grecco2013-12-141-0/+12
* Moved contexts to the end where all dimensions are definedHernan Grecco2013-12-141-12/+13
* Context transformation from stringsHernan Grecco2013-12-135-4/+12
* Added boltzmann context and index of refraction to spectroscopyHernan Grecco2013-12-131-2/+8
* Changed end of context specification @endHernan Grecco2013-12-131-21/+12
* Merge branch 'master' into developHernan Grecco2013-11-293-6/+59
|\
| * Fix comparison of quantitiesHernan Grecco2013-11-292-6/+49
| * Implement Quantity.__ne__Giel van Schijndel2013-11-221-0/+3
| * Unittest: expect two quantities with the same value no to be unequalGiel van Schijndel2013-11-221-0/+7
* | Merge branch 'master' into developHernan Grecco2013-11-102-19/+40
|\ \ | |/
| * ParseHelper can now parse units named like python keywordsHernan Grecco2013-11-072-19/+40
* | Implemented default formatting for quantitiesHernan Grecco2013-11-073-3/+29
* | Context parsing from definition fileHernan Grecco2013-11-066-101/+228
* | Changed = to : in syntax of contextsHernan Grecco2013-10-272-9/+9
* | Transforming values using contexts defined in stringsHernan Grecco2013-10-274-40/+73
* | Keep a reference to an inserted context object (not just its map) in ContextC...Hernan Grecco2013-10-261-5/+8
* | API to add, remove, enable and disable contexts in the UnitRegistryHernan Grecco2013-10-262-21/+221
* | Refactored context code to a new fileHernan Grecco2013-10-243-226/+247
* | Parsing contexts from a string.Hernan Grecco2013-10-242-14/+146
* | Implemented parameterized contextsHernan Grecco2013-10-123-59/+385
* | Context compatibility for 2.7 to 3.4Hernan Grecco2013-10-072-2/+11
* | Merge branch 'master' into developHernan Grecco2013-10-072-6/+10
|\ \ | |/
| * Fix get_dimensionalityHernan Grecco2013-10-072-6/+10
* | Merge branch 'master' into developHernan Grecco2013-10-062-9/+44
|\ \ | |/
| * Fix get_dimensionality for non multiplicative units and provides test casesHernan Grecco2013-10-062-0/+32
| * Proper handling of @import directive inside a file read using pkg_resourcesHernan Grecco2013-10-061-9/+12
* | Partial implementation of contexts: a new feature to simplify common conversionsHernan Grecco2013-09-194-5/+382
|/
* Operating between different registries raises a ValueError.Hernan Grecco2013-09-142-6/+40
* Quantity constructor raise an error when an invalid value is given.Hernan Grecco2013-09-143-6/+29
* Fixed formatting of fractional exponentials between 0 and 1.John David Reaver2013-09-122-1/+6