SciRuby / daru

Data Analysis in RUby
BSD 2-Clause "Simplified" License
1.03k stars 139 forks source link

Inconsistency of parentheses in method parameters #437

Closed Kamalpaneru closed 6 years ago

Kamalpaneru commented 6 years ago

I was just looking at some parts of the code and found inconsistency. Is this intentional??
lib/daru/vector.rb

each_index each_with_index

zverok commented 6 years ago

@Kamalpaneru that's how it is historically. Is about to be fixed on the road to 1.0 (see v-1-pre branch).

Kamalpaneru commented 6 years ago

Great!! You guys are doing some awesome work... Keep up the great work :+1: