You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greatly refactor code and make some methods faster, smaller and more readable. (@zverok)
Add support for categorical data with different coding schemes and several methods for in built categorical data support. Add a new index 'Daru::CategoricalIndex'. (@lokeshh)
Removed runtime dependencies on 'spreadsheet' and 'reportbuilder'. They are now loaded if the libraries are already present in the system. (@v0dro)
Minor enhancements
Update SqlDataSource to improve the performance of DataFrame.from_sql. (@dansbits)
Remove default DataFrame name. Now DataFrames will no name by default. (@zverok)
Better looking #inspect for Vector and DataFrame. (@zverok)
Better looking #to_html for Vector and DataFrame. Also better #to_html for MultiIndex. (@zverok)
Remove monkey patching on Array and add those methods to Daru::ArrayHelper. (@zverok)
Add a rake task for running RSpec for every Ruby version with a single command. (@lokeshh)
Add rake tasks for easily setting up and testing test harness. (@lokeshh)
Added Daru::Vector#to_nmatrix.
Remove the 'metadata' feature introduced in v0.1.3. (@gnilrets)
Added DataFrame#to_df and Vector#to_df. (@gnilrets)
Fixes
DataFrame#clone preserves order and name. (@wlevine)