summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preparing release 0.5.10.5.1Hernan Grecco2014-06-032-3/+3
* Updated CHANGESHernan Grecco2014-06-031-1/+10
* Updated the contributing section of the docsHernan Grecco2014-06-031-1/+8
* Merge branch 'fix_links' of git://github.com/infraredgirl/pint into developHernan Grecco2014-05-302-4/+4
|\
| * Fixed download links in documentationAna Krivokapic2014-05-292-4/+4
* | Removed incorrect text from the tutorialHernan Grecco2014-05-261-1/+0
* | Merge branch 'master' of git://github.com/infraredgirl/pint into developHernan Grecco2014-05-264-5/+5
|\ \
| * | Fixed typos in comments and docsAna Krivokapic2014-05-264-5/+5
| |/
* | Added docstring and return value in test functions.Hernan Grecco2014-05-252-2/+8
* | Change internal function run_pyroma to _run_pyromaHernan Grecco2014-05-252-2/+4
* | Added a standard way to change the registry used in unpickling operations.Hernan Grecco2014-05-251-2/+24
* | Merge branch 'jdreaver-master' into developHernan Grecco2014-05-162-1/+13
|\ \
| * | Fix bug where conversion would fail b/c of cachingJohn David Reaver2014-05-132-1/+13
| |/
* | Fix in setitemHernan Grecco2014-05-091-0/+3
* | Allow assigning Not a Number to a quantity array.Hernan Grecco2014-05-092-0/+16
* | Quantity unit conversion methods are now independent from their in-place rela...Hernan Grecco2014-05-082-12/+30
* | Return None in functions that modify quantities in placeHernan Grecco2014-05-081-2/+4
* | Changed testing infrastructure to use BaseTestCase to check for unwanted warn...Hernan Grecco2014-05-083-25/+20
* | Changed value of testing to remove 1/0 warning.Hernan Grecco2014-05-081-1/+1
* | Remove spurious prints in testing.Hernan Grecco2014-05-082-2/+0
* | Added test function at the package level to run all tests.Hernan Grecco2014-05-084-3/+19
|/
* Back to development: 0.6Hernan Grecco2014-05-072-1/+7
* Preparing release 0.50.5Hernan Grecco2014-05-072-2/+2
* Moved benchmarks to its own folder.Hernan Grecco2014-05-064-0/+1
* Restored 1m notation (but excluding exponential format for numbers)Hernan Grecco2014-05-062-1/+10
* Updated CHANGESHernan Grecco2014-05-051-6/+21
* Update AUTHORSHernan Grecco2014-05-051-0/+5
* Removed duplicated lineHernan Grecco2014-04-121-1/+0
* Added some commentsHernan Grecco2014-04-111-1/+36
* Print honors default formatw/o format()Kenneth D. Mankoff2014-04-091-1/+1
* Implemented checks in testsuite to assert that warnings are only emmited when...Hernan Grecco2014-04-016-19/+28
* Add __call__ method to LazyRegistry.Hernan Grecco2014-04-011-0/+3
* Refactored tests to use AssertQuantityEqual and AssertQuantityAlmostEqualHernan Grecco2014-04-0110-250/+222
* Fixed testsHernan Grecco2014-03-313-21/+37
* Refactored some helpers for tests.Hernan Grecco2014-03-319-27/+50
* Quantity.ito method now does the conversion in place when possible.Hernan Grecco2014-03-312-1/+20
* Implemented in place conversion in the registry.Hernan Grecco2014-03-302-26/+90
* Implemented better handling of Quantities with mutable magnitudesHernan Grecco2014-03-294-147/+292
* Implemented case_sensitive argument for parse_expressionHernan Grecco2014-03-292-13/+45
* Merge branch 'docs/tutorial_html_repr' of git://github.com/aepsil0n/pint into...Hernan Grecco2014-03-291-2/+2
|\
| * Fix typo in tutorial string representation exampleEduard Bopp2014-03-291-2/+2
* | Fixed for Python 2.6 compatibilityHernan Grecco2014-03-271-1/+1
|/
* Improved error messages on faulty definition files. Now most errors are raise...Hernan Grecco2014-03-271-6/+45
* Issue 77 requires uncertainties.Hernan Grecco2014-03-261-1/+2
* Added test for issue 77 which was fixed when started using uncertaintiesHernan Grecco2014-03-261-0/+7
* Improved String formatting operations for MeasurementsHernan Grecco2014-03-263-5/+52
* Fix catching of warnings during testing.Hernan Grecco2014-03-245-36/+36
* Added docs about serialization.Hernan Grecco2014-03-242-0/+93
* Update nonmultiplicative units docs.Hernan Grecco2014-03-241-1/+1
* Raise exception or warn upon redefinition of units.Hernan Grecco2014-03-242-7/+58