File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ # 0.2.1 (01 July 2018)
2+
3+ * Minor Enhancements
4+ - Allow pasing singular Symbol to CSV converters option (@takkanm )
5+ - Support calling GroupBy#each_group w/o blocks (@hibariya )
6+ - Refactor grouping and aggregation (@paisible-wanderer )
7+ - Add String Converter to Daru::IO::CSV::CONVERTERS (@takkanm )
8+ - Fix annoying missing libraries warning
9+ - Remove post-install message (nice yet useless)
10+
11+ * Fixes
12+ - Fix group_by for DataFrame with single row (@baarkerlounger )
13+ - ` #rolling_fillna! ` bugfixes on ` Daru::Vector ` and ` Daru::DataFrame ` (@mhammiche )
14+ - Fixes ` #include? ` on multiindex (@rohitner )
15+
116# 0.2.0 (31 October 2017)
217* Major Enhancements
318 - Add ` DataFrame#which ` query DSL (experimental! @rainchen )
Original file line number Diff line number Diff line change 11module Daru
2- VERSION = '0.2.0 ' . freeze
2+ VERSION = '0.2.1 ' . freeze
33end
You can’t perform that action at this time.
0 commit comments