summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preparing release 0.60.6Hernan Grecco2014-11-072-2/+2
* Improved docsHernan Grecco2014-11-071-1/+1
* Updated CHANGESHernan Grecco2014-11-071-0/+2
* Fix operations with measurments and user defined units.Hernan Grecco2014-11-071-0/+2
* Tagged version as alpha 1Hernan Grecco2014-11-031-1/+1
* Fix help of a UnitRegistryHernan Grecco2014-11-032-0/+5
* Better error messages on Quantity.__setitem__.Hernan Grecco2014-11-032-3/+8
* Updated AUTHORSHernan Grecco2014-11-031-0/+6
* Updated CHANGES and CHANGES_DEVHernan Grecco2014-11-032-15/+26
* Removed some zest entry points for setup.cfgHernan Grecco2014-11-032-6/+0
* Fixed chemistry contextHernan Grecco2014-10-301-2/+1
* Merge branch 'kdavies4-FAQ'Hernan Grecco2014-10-301-0/+2
|\
| * Merge branch 'FAQ' of git://github.com/kdavies4/pint into kdavies4-FAQHernan Grecco2014-10-301-0/+2
| |\ |/ /
| * Add similar library to faq.rstKevin Davies2014-08-071-0/+2
* | Merge branch 'rsking84-doc_changes'Hernan Grecco2014-10-302-1/+44
|\ \
| * \ Merge branch 'doc_changes' of git://github.com/rsking84/pint into rsking84-do...Hernan Grecco2014-10-302-1/+44
| |\ \ |/ / /
| * | fix another error in the chemistry contextRyan Kingsbury2014-09-011-1/+2
| * | Fix another error in chemistry context.Ryan Kingsbury2014-08-251-1/+1
| * | Complete missing conversions in chemistry context.Ryan Kingsbury2014-08-251-9/+14
| * | Fix error in chemistry contextRyan Kingsbury2014-08-251-2/+4
| * | Enhance documentation of parameterized Contexts.Ryan Kingsbury2014-08-252-1/+36
* | | Merge branch 'develop'Hernan Grecco2014-10-3019-274/+1677
|\ \ \
| * \ \ Merge branch 'MatthieuDartiailh-speedups' into developHernan Grecco2014-10-191-21/+33
| |\ \ \
| | * | | Fix Python 2.6 compatibility.Matthieu Dartiailh2014-10-191-2/+2
| | * | | Add caching for get_dimensionality for non base units. Add unit parser cache ...Matthieu Dartiailh2014-10-171-8/+20
| | * | | WIP trying to speed up unit conversion.Matthieu Dartiailh2014-10-111-14/+14
| |/ / /
| * | | symbol accessor optimization for string formattingJoel B. Mohler2014-08-222-1/+4
| * | | Added zest.releaser hook to setup.cfgHernan Grecco2014-08-012-2/+6
| * | | Added CHANGES_DEV to MANIFEST.inHernan Grecco2014-08-011-1/+1
| * | | Add travis checkHernan Grecco2014-08-012-0/+44
| * | | Changed name of travis conda envHernan Grecco2014-08-011-2/+4
| * | | Added CHANGES_DEV file to compile changes in develop branchHernan Grecco2014-07-311-0/+15
| * | | Merged 0.5.2 into developHernan Grecco2014-07-319-25/+102
| |\ \ \ | | | |/ | | |/|
| * | | Updated CHANGESHernan Grecco2014-07-111-0/+7
| * | | Merge branch 'jbmohler-recurse_cls_method' into developHernan Grecco2014-07-031-27/+36
| |\ \ \
| | * | | rewrite get_dimensionality with compact recursion for performanceJoel B. Mohler2014-07-031-15/+19
| | * | | rewrite get_base_name with compact recursion for performanceJoel B. Mohler2014-07-031-12/+17
| |/ / /
| * | | Added 0.5.2 in develop CHANGESHernan Grecco2014-06-241-2/+7
| * | | Merge branch 'dalito-feature/_offset_units' into developHernan Grecco2014-06-2412-174/+1388
| |\ \ \
| | * \ \ Merge branch 'feature/_offset_units' of git://github.com/dalito/pint into dal...Hernan Grecco2014-06-2412-174/+1388
| | |\ \ \ | |/ / / /
| | * | | Fixed problem with uncertaintiesDavid Linke2014-06-181-2/+7
| | * | | Move one test that fails in numpy < 1.8.0 to expected failure.David Linke2014-06-181-4/+6
| | * | | Fixed parameterized tests to work on Python 2 and 3David Linke2014-06-171-5/+26
| | * | | Changed code to be Python 3 compatibleDavid Linke2014-06-173-19/+20
| | * | | Removed outdated picture for offset-unit calculusDavid Linke2014-06-151-0/+0
| | * | | Updated documentation with respect to new handling of non-multiplicative quan...David Linke2014-06-153-27/+121
| | * | | Improved exponentiation-methods of _Quantity and added __rpow__David Linke2014-06-155-9/+191
| | * | | Change: Converted functions to Quantity methods/propertiesDavid Linke2014-06-132-293/+305
| | * | | Added test for multiplication/division of scalar and QuantityDavid Linke2014-06-123-28/+99
| | * | | Added check for order in _ok_for_muldiv. Clean up. Improved doc strings.David Linke2014-06-123-20/+41