File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 55 - Better importing of data from SQL databases by extracting that functionality into a separate class called ` Daru::IO::SqlDataSource ` (by @mrkn ).
66 - Faster algorithm for performing inner joins by using the bloomfilter-rb gem. Available only for MRI. (by Peter Tung)
77 - Added exception ` SizeError ` (by Peter Tung).
8- - Removed outdated dependencies and build scripts.
8+ - Removed outdated dependencies and build scripts, updated existing dependencies.
9+ - Ability to sort a Daru::Vector with nils present (by @gnilrets )
10+
911* Fixes
1012 - Fix column creation for ` Dataframe.from_sql ` (by @dansbits ).
1113 - group_by can now be performed on DataFrames with nils (@gnilrets ).
1214 - Bug fix for DataFrame Vectors not duplicating when calling ` DataFrame#dup ` (by @gnilrets ).
15+ - Bug fix when concantenating DataFrames (by @gnilrets )
16+ - Handling improper arguments to ` Daru::Vector#[] ` (by @lokeshh )
17+ - Resolve narray conflict by using the latest nmatrix require methods (by @lokeshh )
1318
1419# 0.1.1
1520
You can’t perform that action at this time.
0 commit comments