Skip to content

Commit

Permalink
History update
Browse files Browse the repository at this point in the history
  • Loading branch information
v0dro committed Feb 17, 2016
1 parent 2683982 commit 61b0326
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@
- Better importing of data from SQL databases by extracting that functionality into a separate class called `Daru::IO::SqlDataSource` (by @mrkn).
- Faster algorithm for performing inner joins by using the bloomfilter-rb gem. Available only for MRI. (by Peter Tung)
- Added exception `SizeError` (by Peter Tung).
- Removed outdated dependencies and build scripts.
- Removed outdated dependencies and build scripts, updated existing dependencies.
- Ability to sort a Daru::Vector with nils present (by @gnilrets)

* Fixes
- Fix column creation for `Dataframe.from_sql` (by @dansbits).
- group_by can now be performed on DataFrames with nils (@gnilrets).
- Bug fix for DataFrame Vectors not duplicating when calling `DataFrame#dup` (by @gnilrets).
- Bug fix when concantenating DataFrames (by @gnilrets)
- Handling improper arguments to `Daru::Vector#[]` (by @lokeshh)
- Resolve narray conflict by using the latest nmatrix require methods (by @lokeshh)

# 0.1.1

Expand Down

0 comments on commit 61b0326

Please sign in to comment.