Skip to content

Commit 887fa5f

Browse files
committed
prepare for new release
1 parent 2b38c0f commit 887fa5f

File tree

6 files changed

+171
-486
lines changed

6 files changed

+171
-486
lines changed

History.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@
6464
* Added hierarchial indexing to Vector and DataFrame with MultiIndex.
6565
* Convert DataFrame to ruby Matrix or NMatrix with #to\_matrix and #to\_nmatrix.
6666
* Added #group_by to DataFrame for grouping rows according to elements in a given column. Works similar to SQL GROUP BY, only much simpler.
67-
* Added new class Daru::Core::GroupBy for supporting various grouping methods like #head, #tail, #get\_group, #size, #count, #mean, #std, #min, #max.
67+
* Added new class Daru::Core::GroupBy for supporting various grouping methods like #head, #tail, #get_group, #size, #count, #mean, #std, #min, #max.
6868
* Tranpose indexed/multi-indexed DataFrame with #transpose.
6969
* Convert Daru::Vector to horizontal or vertical Ruby Matrix with #to_matrix.
7070
* Added shortcut to DataFrame to allow access of vectors by using only #[] instead of calling #vector or *[vector_names, :vector]*.
7171
* Added DSL for Vector and DataFrame plotting with nyaplot. Can now grab the underlying Nyaplot::Plot and Nyaplot::Diagram object for performing different operations. Only need to supply parameters for the initial creation of the diagram.
72-
* Added #pivot\_table to DataFrame for reducing and aggregating data to generate a quick summary.
72+
* Added #pivot_table to DataFrame for reducing and aggregating data to generate a quick summary.
7373
* Added #shape to DataFrame for knowing the numbers of rows and columns in a DataFrame.
7474
* Added statistics methods #mean, #std, #max, #min, #count, #product, #sum to DataFrame.
7575
* Added #describe to DataFrame for producing multiple statistics data of numerical vectors in one shot.

0 commit comments

Comments
 (0)