summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2014-11-03 16:51:11 -0300
committerHernan Grecco <hernan.grecco@gmail.com>2014-11-03 16:51:11 -0300
commit297dae0e400165eb32afe3406ce37dd7fbb132bb (patch)
tree407e9f5c66c80a8d159213c1fa3f57649e6c6b90
parent14a587aaf3d811231debecf361ddd760cfe80e3d (diff)
downloadpint-297dae0e400165eb32afe3406ce37dd7fbb132bb.tar.gz
Updated CHANGES and CHANGES_DEV
-rw-r--r--CHANGES27
-rw-r--r--CHANGES_DEV14
2 files changed, 26 insertions, 15 deletions
diff --git a/CHANGES b/CHANGES
index 7850281..695f39a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,10 +2,31 @@ Pint Changelog
==============
-0.5.3 (unreleased)
-------------------
+0.6 (unreleased)
+----------------
-- Nothing changed yet.
+- Faster conversions through caching and other performance improvements
+ (Issue #193, thanks MatthieuDartiailh)
+- Fixed abbreviation of fluid_ounce.
+ (Issue #187, thanks hsoft)
+- Defined Angstrom symbol.
+ (Issue #181, thanks JonasOlson)
+- Removed fetching version from git repo as it triggers XCode installation on OSX.
+ (Issue #178, thanks deanishe)
+- Improved context documentation.
+ (Issue #176 and 179, thanks rsking84)
+- Added Chemistry context.
+ (Issue #179, thanks rsking84)
+- Optimized "get_dimensionality" and "get_base_name".
+ (Issue #166 and #167, thanks jbmohler)
+- Renamed ureg.parse_units parameter "to_delta" to "as_delta" to make clear
+ that no conversion happens. Accordingly, the parameter/property
+ "default_to_delta" of UnitRegistry was renamed to "default_as_delta".
+ (Issue #158, thanks dalit)
+- Fixed problem when adding two uncertainties.
+ (thanks dalito)
+- Full support for Offset units (e.g. temperature)
+ (Issue #88, #143, #147 and #161, thanks dalito)
0.5.2 (2014-07-31)
diff --git a/CHANGES_DEV b/CHANGES_DEV
index a67cc22..76a9deb 100644
--- a/CHANGES_DEV
+++ b/CHANGES_DEV
@@ -1,15 +1,5 @@
-0.6 (unreleased)
-----------------
-- Optimized "get_dimensionality" and "get_base_name".
- (Issue #166 and #167, thanks jbmohler)
-- Renamed ureg.parse_units parameter "to_delta" to "as_delta" to make clear
- that no conversion happens. Accordingly, the parameter/property
- "default_to_delta" of UnitRegistry was renamed to "default_as_delta".
- (Issue #158, thanks dalit)
-- Fixed problem when adding two uncertainties.
- (thanks dalito)
-- Full support for Offset units (e.g. temperature)
- (Issue #88, #143, #147 and #161, thanks dalito)
+0.7 (unreleased)
+----------------