summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preparing release 0.40.4Hernan Grecco2013-12-172-2/+2
* Fix binary operations in NumPy 1.8Hernan Grecco2013-12-175-10/+10
* Added docs for default_formatHernan Grecco2013-12-171-0/+8
* Updated CHANGESHernan Grecco2013-12-171-1/+7
* Contexts DocumentationsHernan Grecco2013-12-171-24/+33
* Base units now works for non multiplicative units.Hernan Grecco2013-12-172-30/+11
* Comparison between quantities containing NumPy Arrays now yield and arrayHernan Grecco2013-12-164-54/+97
* Dimensions are transformed to base upon context parsingHernan Grecco2013-12-143-13/+28
* Implemented context functionality in Quantity.to()Hernan Grecco2013-12-141-5/+9
* Added headerHernan Grecco2013-12-141-0/+12
* Moved contexts to the end where all dimensions are definedHernan Grecco2013-12-141-12/+13
* Started Context docsHernan Grecco2013-12-141-11/+3
* Context transformation from stringsHernan Grecco2013-12-135-4/+12
* Added contexts documentationHernan Grecco2013-12-132-0/+158
* Added boltzmann context and index of refraction to spectroscopyHernan Grecco2013-12-131-2/+8
* Changed end of context specification @endHernan Grecco2013-12-131-21/+12
* Merge branch 'master' into developHernan Grecco2013-11-295-10/+81
|\
| * Back to development: 0.4Hernan Grecco2013-11-292-1/+7
| * Preparing release 0.3.30.3.3Hernan Grecco2013-11-292-3/+3
| * Update changesHernan Grecco2013-11-291-0/+4
| * Fix comparison of quantitiesHernan Grecco2013-11-292-6/+49
| * Merge branch 'travis-updates' into fix-inequality-comparisionGiel van Schijndel2013-11-241-4/+12
| |\
| | * Travis: test with NumPy 1.8 as wellGiel van Schijndel2013-11-241-0/+8
| | * Travis: remove NumPy if necessaryGiel van Schijndel2013-11-241-1/+1
| | * Travis: list the installed packages the current test is ran withGiel van Schijndel2013-11-241-0/+1
| | * Travis: don't run with uninstallable NumPy versionsGiel van Schijndel2013-11-241-3/+2
| * | Implement Quantity.__ne__Giel van Schijndel2013-11-221-0/+3
| * | Unittest: expect two quantities with the same value no to be unequalGiel van Schijndel2013-11-221-0/+7
| |/
* | Merge branch 'master' into developHernan Grecco2013-11-103-20/+42
|\ \ | |/
| * Updated CHANGES for issue #69Hernan Grecco2013-11-071-1/+2
| * ParseHelper can now parse units named like python keywordsHernan Grecco2013-11-072-19/+40
* | Implemented default formatting for quantitiesHernan Grecco2013-11-073-3/+29
* | Context parsing from definition fileHernan Grecco2013-11-066-101/+228
* | Changed = to : in syntax of contextsHernan Grecco2013-10-272-9/+9
* | Transforming values using contexts defined in stringsHernan Grecco2013-10-274-40/+73
* | Keep a reference to an inserted context object (not just its map) in ContextC...Hernan Grecco2013-10-261-5/+8
* | API to add, remove, enable and disable contexts in the UnitRegistryHernan Grecco2013-10-262-21/+221
* | Refactored context code to a new fileHernan Grecco2013-10-243-226/+247
* | Merge branch 'master' into developHernan Grecco2013-10-240-0/+0
|\ \ | |/
| * Back to development: 0.4Hernan Grecco2013-10-222-1/+7
| * Preparing release 0.3.20.3.2Hernan Grecco2013-10-222-3/+3
| * Updated CHANGESHernan Grecco2013-10-221-1/+4
* | Parsing contexts from a string.Hernan Grecco2013-10-242-14/+146
* | Back to development: 0.4Hernan Grecco2013-10-242-1/+7
* | Preparing release 0.3.2Hernan Grecco2013-10-242-3/+3
* | Updated CHANGESHernan Grecco2013-10-241-1/+4
* | Implemented parameterized contextsHernan Grecco2013-10-123-59/+385
* | Context compatibility for 2.7 to 3.4Hernan Grecco2013-10-072-2/+11
* | Merge branch 'master' into developHernan Grecco2013-10-072-6/+10
|\ \ | |/
| * Fix get_dimensionalityHernan Grecco2013-10-072-6/+10