summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2012-08-11 03:17:36 +0200
committerHernan Grecco <hernan.grecco@gmail.com>2012-08-11 03:17:36 +0200
commit04eae31d6cbcc6cd16854512f071d5cc5d65ca0f (patch)
tree062592272e6a87ce17b50a4e256df342107d1ebb /README
parenta91292833add047614dc2f4b9a74985c0ca3ff08 (diff)
downloadpint-04eae31d6cbcc6cd16854512f071d5cc5d65ca0f.tar.gz
Updated documentation
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 76253fa..071f882 100644
--- a/README
+++ b/README
@@ -30,9 +30,6 @@ Pint to scratch my own itches.
easy to edit text file. Adding and changing units and their definitions does
not involve changing the code.
-- Handle temperature conversion: it can convert between units with different
- point of reference, like positions on a map or absolute temperature scales.
-
- Advanced string formatting: a quantity can be formatted into string using
PEP 3101 syntax. Extended conversion flags are given to provide latex and pretty
formatting.
@@ -44,3 +41,6 @@ Pint to scratch my own itches.
- Dependency free: it depends only on Python and it's standard library.
- Python 2 and 3: A single codebase that runs unchanged in Python 2.6+ and Python 3.0+.
+
+- Experimental advanced NumPy support: While NumPy is not a requirement for Pint,
+ when available ndarray methods and ufuncs can be used in Quantity objects.