Skip to content

Commit 61b0326

Browse files
committed
History update
1 parent 2683982 commit 61b0326

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

History.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@
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

0 commit comments

Comments
 (0)