Skip to content

Commit

Permalink
Update version and history
Browse files Browse the repository at this point in the history
  • Loading branch information
zverok committed Jul 1, 2018
1 parent d290033 commit 9ee06cb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 0.2.1 (01 July 2018)

* Minor Enhancements
- Allow pasing singular Symbol to CSV converters option (@takkanm)
- Support calling GroupBy#each_group w/o blocks (@hibariya)
- Refactor grouping and aggregation (@paisible-wanderer)
- Add String Converter to Daru::IO::CSV::CONVERTERS (@takkanm)
- Fix annoying missing libraries warning
- Remove post-install message (nice yet useless)

* Fixes
- Fix group_by for DataFrame with single row (@baarkerlounger)
- `#rolling_fillna!` bugfixes on `Daru::Vector` and `Daru::DataFrame` (@mhammiche)
- Fixes `#include?` on multiindex (@rohitner)

# 0.2.0 (31 October 2017)
* Major Enhancements
- Add `DataFrame#which` query DSL (experimental! @rainchen)
Expand Down
2 changes: 1 addition & 1 deletion lib/daru/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Daru
VERSION = '0.2.0'.freeze
VERSION = '0.2.1'.freeze
end

0 comments on commit 9ee06cb

Please sign in to comment.