summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added arrayterator_npsubclassHernan Grecco2014-07-082-0/+228
* First implementation that derives Quantity from ndarray (when possible)Hernan Grecco2014-07-085-45/+119
* Add 3.4 to toxHernan Grecco2014-06-111-2/+24
* Changed test for Python 3.4Hernan Grecco2014-06-111-2/+11
* Improved testingHernan Grecco2014-06-112-49/+113
* Solve conflicts in CHANGESHernan Grecco2014-06-074-18/+26
|\
| * Renamed "to_delta" to "as_delta" to stress that it's an interpretation but no...David Linke2014-06-074-20/+27
* | Merge branch 'master' of git://github.com/jdreaver/pintHernan Grecco2014-06-062-3/+9
|\ \
| * | Fix issue #156, SI prefix error on ureg.convertJohn David Reaver2014-06-052-3/+9
* | | Added extra NumPy python versions to Python 3.2Hernan Grecco2014-06-061-9/+0
* | | Changed travis config to use mwcraig channel supporting 3.2Hernan Grecco2014-06-061-7/+3
|/ /
* | Added wheel configuration to setup.cfgHernan Grecco2014-06-042-1/+5
* | Restored Python 3.2 testing in travis (without NumPy)Hernan Grecco2014-06-041-2/+16
* | Exclude certain configurations from travis as bin packages are not available.Hernan Grecco2014-06-041-15/+17
* | Changed travis to use condaHernan Grecco2014-06-041-35/+31
|/
* Back to development: 0.6Hernan Grecco2014-06-032-1/+7
* 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