summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|/
* Back to development: 0.4Hernan Grecco2013-09-152-1/+7
* Preparing release 0.3.10.3.1Hernan Grecco2013-09-152-3/+3
* Operating between different registries raises a ValueError.Hernan Grecco2013-09-144-6/+49
* Quantity constructor raise an error when an invalid value is given.Hernan Grecco2013-09-144-6/+31
* fix installation as egg.Hernan Grecco2013-09-142-1/+3
* Changed tox callHernan Grecco2013-09-121-1/+1
* Updated CHANGES with ISSUE #62Hernan Grecco2013-09-121-0/+2
* Fixed formatting of fractional exponentials between 0 and 1.John David Reaver2013-09-122-1/+6
* Update CHANGESHernan Grecco2013-09-041-1/+2
* Merge branch 'master' of https://github.com/natezb/pint into developHernan Grecco2013-09-041-0/+1
|\
| * Add support for right-division in Python 2.xNate Bogdanowicz2013-09-031-0/+1
* | Back to development: 0.4Hernan Grecco2013-09-022-1/+7
* | Preparing release 0.30.3Hernan Grecco2013-09-022-2/+2
* | Obtaining __version__ should not print out errorsHernan Grecco2013-09-021-1/+2
* | Fix to representationHernan Grecco2013-09-021-2/+2
* | Typos in docsHernan Grecco2013-09-022-2/+2
* | Added Issue #55 to CHANGESHernan Grecco2013-08-281-0/+2
|/
* Fix for Issue #55. Calling iter() on a quantity now fails as it should for no...Nate Bogdanowicz2013-08-271-0/+5
* Math operations and comparing numbers with dimensionless (but not simplified)...Hernan Grecco2013-08-283-7/+26
* Support for dimensionaless Quantity from stringHernan Grecco2013-08-203-2/+9
* Updated CHANGES and AUTHORSHernan Grecco2013-08-202-2/+3
* Support for mathematical operations on dimensionless (but not simplified quan...Hernan Grecco2013-08-204-32/+62
* Non-array magnitude are casted to numpy arrays when a numpy function is applied.Hernan Grecco2013-08-193-3/+19
* Updated CHANGES with 42 and 46Hernan Grecco2013-08-191-1/+4
* Merge branch 'issue-42-fix' of https://github.com/danielsokolowski/pint into ...Hernan Grecco2013-08-191-5/+12
|\
| * Fixed a dependency for manual non 'setup.py' install where 'pkg_resources.ge...Daniel Sokolowski2013-08-162-5/+15
* | Merge branch 'issue-46-fix' of https://github.com/danielsokolowski/pint into ...Hernan Grecco2013-08-192-0/+9
|\ \
| * | Fix for Issue #46, calling 'to_base_units' on Quality with Decimal magnitudes...Daniel Sokolowski2013-08-162-0/+9
| |/
* | Added test cases for Issues 37 and 39Hernan Grecco2013-08-191-0/+33
|/
* If the symbol of a Unit is missing, it's name is returned.Hernan Grecco2013-08-142-9/+3
* Implements comparison of UnitsContainer to string.Hernan Grecco2013-07-263-0/+20
* Added test for Issue #37Hernan Grecco2013-07-261-1/+23
* Merge pull request #38 from jturner314/fix-github-urlHernan Grecco2013-07-261-1/+1
|\
| * Fix sidebar URL to GitHub projectJim Turner2013-07-241-1/+1
|/
* Fixed bug in ParseHelper when parsing number without units.Hernan Grecco2013-07-141-0/+3
* Fixed imperial gallon defintionHernan Grecco2013-07-111-1/+1
* Fixed helper classHernan Grecco2013-07-091-1/+1
* Add develop branch to travisHernan Grecco2013-07-091-1/+2
* Fixed UnitRegistry.wraps for return values.Hernan Grecco2013-07-051-2/+2
* Changed examples in the formatting documentation to the new specificationHernan Grecco2013-07-051-6/+9
* Improved UnitRegistry.wraps and created doctestsHernan Grecco2013-07-052-35/+78
* Merge branch 'master' into developHernan Grecco2013-07-057-14/+29
|\
| * Changed setup.py encoding to make 'python setup.py check -r' work in Python 2.XHernan Grecco2013-07-031-0/+7
| * Adjusted doc examples to Py3Hernan Grecco2013-07-035-14/+14
| * Back to development: 0.3Hernan Grecco2013-07-022-1/+7
| * Preparing release 0.2.10.2.1Hernan Grecco2013-07-022-3/+3