CHANGELOG.md in alf-0.10.0 vs CHANGELOG.md in alf-0.10.1

- old
+ new

@@ -1,4 +1,26 @@ +# 0.10.1 / 2011-08-31 + +## Miscellaneous enhancements + +* Added Variance and Stddev aggregation operators; they are available under + Aggregator.variance{} and Aggregator.stddev{}, respectively +* Added a --pretty option to 'alf', whose semantics is delegated to the output + renderer. Same option is available on 'alf show'. +* 'alf show' now accepts an optional ordering argument. This avoids explicitely + including non-relational sort invocations in your pipe (sorting should be + seen as a displaying issue) +* Added an options hash to text renderer, :float_format among others +* Added a --ff option to 'alf show', for float format in text rendering + +## Bugfixes + +* Alf::Environment::(Folder/Explicit)#dataset now correctly raises a + NoSuchDatasetError when the dataset cannot be found, as required by the + specification. +* Alf::Reader.reader now correctly returns a Rash reader when invoked on a + StringIO + # 0.10.0 / 2011-08-15 ## New recognized data sources * Alf now provides an Environment implementation on top of a SQL database.