Skip to content

Commit 9ee06cb

Browse files
committed
Update version and history
1 parent d290033 commit 9ee06cb

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

History.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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)

lib/daru/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Daru
2-
VERSION = '0.2.0'.freeze
2+
VERSION = '0.2.1'.freeze
33
end

0 commit comments

Comments
 (0)