|
1 | 1 | # 0.2.0 (20 October 2017) |
2 | 2 | * 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) |
8 | 7 |
|
9 | 8 | * Minor Enhancements |
10 | 9 | - 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) |
13 | 12 | - Add release policy documentation (@baarkerlounger) |
| 13 | + - Set index as DataFrame's default x axis for nyaplot (@matugm) |
14 | 14 |
|
15 | 15 | * 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) |
28 | 28 |
|
29 | 29 | # 0.1.6 (04 August 2017) |
30 | 30 | * Major Enhancements |
|
0 commit comments