File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 5
5
- Better importing of data from SQL databases by extracting that functionality into a separate class called ` Daru::IO::SqlDataSource ` (by @mrkn ).
6
6
- Faster algorithm for performing inner joins by using the bloomfilter-rb gem. Available only for MRI. (by Peter Tung)
7
7
- 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
+
9
11
* Fixes
10
12
- Fix column creation for ` Dataframe.from_sql ` (by @dansbits ).
11
13
- group_by can now be performed on DataFrames with nils (@gnilrets ).
12
14
- 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 )
13
18
14
19
# 0.1.1
15
20
You can’t perform that action at this time.
0 commit comments