Skip to content

Commit 874f1ef

Browse files
committed
Update History
1 parent 5a7c65e commit 874f1ef

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

History.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
# 0.2.0 (20 October 2017)
22
* Major Enhancements
3-
- Add which query DSL (@rainchen)
4-
- Add `DataFrame#vector_sum` method that allows skipnil arg (@parthm)
5-
- Add `DataFrame/Vector#rolling_fillna` (@baarkerlounger)
6-
- Add `GroupBy#aggregate` (@shekharrajak)
7-
- Add `DataFrame#uniq` (@baarkerlounger)
3+
- Add `DataFrame#which` query DSL (experimental! @rainchen)
4+
- Add `DataFrame/Vector#rolling_fillna` (@baarkerlounger)
5+
- Add `GroupBy#aggregate` (@shekharrajak)
6+
- Add `DataFrame#uniq` (@baarkerlounger)
87

98
* Minor Enhancements
109
- Allow `Vector#count` to be called without param for category type Vector (@rainchen)
11-
- Add profiling for `Vector#new` (@v0dro)
12-
- Add installation to ReadMe (@koishimasato)
10+
- Add option to `DataFrame#vector_sum` to skip nils (@parthm)
11+
- Add installation instructions to README.md (@koishimasato)
1312
- Add release policy documentation (@baarkerlounger)
13+
- Set index as DataFrame's default x axis for nyaplot (@matugm)
1414

1515
* Fixes
16-
- Fix `DataFrame/Vector#to_s` when name is a symbol (@baarkerlounger)
17-
- Force `Vector#proportions` to return float (@rainchen)
18-
- `DataFrame#new` creates empty DataFrame when given empty hash (@parthm)
19-
- Remove unnecessary backports dependencies (@zverok)
20-
- Specify minimum packable dependency (@zverok)
21-
- Preserve key/column order when creating DataFrame from hash (@baarkerlounger)
22-
- Fix `DataFrame#add_row` for DF with multi-index (@zverok)
23-
- Fix `Vector #min, #max, #index_of_min, #index_of_max` (0.1.6 regression) (@athityakumar)
24-
- Integrate yard-junk into CI (@rohitner)
25-
- Remove Travis spec restriction (@zverok)
26-
- Fix tuple sorting for DataFrames with nils (@baarkerlounger)
27-
- Fix merge on index dropping default index (@rohitner)
16+
- Fix `DataFrame/Vector#to_s` when name is a symbol (@baarkerlounger)
17+
- Force `Vector#proportions` to return float (@rainchen)
18+
- `DataFrame#new` creates empty DataFrame when given empty hash (@parthm)
19+
- Remove unnecessary backports dependencies (@zverok)
20+
- Specify minimum packable dependency (@zverok)
21+
- Preserve key/column order when creating DataFrame from hash (@baarkerlounger)
22+
- Fix `DataFrame#add_row` for DF with multi-index (@zverok)
23+
- Fix `Vector#min, `#max`, `#index_of_min`, `#index_of_max` (0.1.6 regression) (@athityakumar)
24+
- Integrate yard-junk into CI (@rohitner)
25+
- Remove Travis spec restriction (@zverok)
26+
- Fix tuple sorting for DataFrames with nils (@baarkerlounger)
27+
- Fix merge on index dropping default index (@rohitner)
2828

2929
# 0.1.6 (04 August 2017)
3030
* Major Enhancements

0 commit comments

Comments
 (0)