summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preparing release 0.20.2Hernan Grecco2013-05-132-2/+2
* Added Barnes to AUTHORSHernan Grecco2013-05-131-0/+1
* Measurement docsHernan Grecco2013-05-121-0/+65
* Improved documentationHernan Grecco2013-05-126-21/+80
* Better testingHernan Grecco2013-05-122-4/+15
* Quantity.plus_minus should return a copyHernan Grecco2013-05-121-1/+1
* Fix bug appearing when defining units using aliasesHernan Grecco2013-05-121-1/+2
* Improved documentationHernan Grecco2013-05-048-34/+86
* More documentationHernan Grecco2013-05-026-25/+104
* Added zip_safe=True to setup.py to explicitely indicate this.Hernan Grecco2013-05-022-0/+3
* Make Pint zip-safe by using `pkg_resources` for loading package filesGiel van Schijndel2013-05-022-14/+18
* Added muggenhor to AUTHORS and CHANGESHernan Grecco2013-05-012-1/+3
* Fix Travis-CI dependency installGiel van Schijndel2013-05-011-1/+9
* Bugfix: __lt__ operator should compare with right-hand-side argument, not itselfGiel van Schijndel2013-05-012-2/+4
* Pint: add some missing prefixes/unitsGiel van Schijndel2013-05-011-8/+9
* Fix renormalization of matrix coefficientsHernan Grecco2013-05-011-1/+1
* Temperature conversion docsHernan Grecco2013-04-302-1/+43
* Refactor the ufunc handling code for QuantitiesHernan Grecco2013-04-293-39/+174
* Added mathjax to sphinx configuration to show math expressions in the docs.Hernan Grecco2013-04-271-1/+1
* Added derived dimensions to the unit registry.Hernan Grecco2013-04-271-3/+8
* Improved Pi Theorem implementation.Hernan Grecco2013-04-277-89/+183
* Bumped year and improved relase sequenceHernan Grecco2013-04-2212-67/+73
* Refactored formatterHernan Grecco2013-04-222-38/+53
* Reorganized testsHernan Grecco2013-04-212-71/+71
* Improved documentation and doctestsHernan Grecco2013-04-219-93/+263
* Fixed Quantity.__format__ to match rm bla.txt to reprHernan Grecco2013-04-211-0/+2
* Back to development: 0.2Hernan Grecco2013-04-182-1/+7
* Added CHANGES and __version__Hernan Grecco2013-04-172-0/+38
* Implemented string preprocessorHernan Grecco2013-04-173-7/+55
* Added code for derived dimensionalityHernan Grecco2013-04-175-208/+274
* Implemented optional interpretation as 'delta_' units in multiplicative expre...Hernan Grecco2013-04-173-4/+28
* Started input preprocessorHernan Grecco2013-04-171-0/+21
* Fixed string formattingHernan Grecco2013-04-173-5/+15
* Implemente UnitRegistry().validate to crawl the entire registry.Hernan Grecco2013-04-173-75/+55
* Improved naming of methods and added docsHernan Grecco2013-04-175-144/+182
* Moved tests inside packageHernan Grecco2013-04-169-18/+123
* Added support for more NumPy funcsHernan Grecco2013-04-162-103/+29
* Add support for more ufuncs and improved testings.Hernan Grecco2013-04-162-21/+51
* Added kphRichard Barnes2013-04-161-0/+1
* Added MPHRichard Barnes2013-04-161-0/+1
* Added "lightyear" as synonym for "light-year"Richard Barnes2013-04-161-1/+1
* Added "in" as an abbreviation for "inches"Richard Barnes2013-04-161-1/+1
* Added future importsHernan Grecco2013-04-151-0/+3
* Implemented transformation of NumPy array content for ufunc callHernan Grecco2013-04-151-10/+24
* Fixed NumPy tests to support comparison of Quantities and arraysHernan Grecco2013-04-151-10/+15
* Fixes and cleanups to the unit moduleHernan Grecco2013-04-152-14/+67
* Refactoring of the codebaseHernan Grecco2013-04-1510-1550/+1927
* Initial work to support non multiplicative unitsHernan Grecco2013-03-304-64/+147
* Merged masterHernan Grecco2013-03-223-30/+50
|\
| * Merge pull request #12 from dbrnz/real_divisionHernan Grecco2013-03-081-2/+2
| |\