Skip to content

Commit

Permalink
Update HISTORY and README
Browse files Browse the repository at this point in the history
  • Loading branch information
v0dro committed Aug 19, 2016
1 parent e2b9eef commit 9ba14e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
- 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)
Expand All @@ -25,6 +29,7 @@

* Deprecations
- Remove methods DataFrame#vector and DataFrame#column. (@zverok)
- Remove the missing_values feature of daru. The only values that are now treated as 'missing' are `nil` and `Float::NAN`. (@lokeshh)

# 0.1.3.1 (12 May 2016)

Expand Down
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,18 +188,6 @@ In addition to nyaplot, daru also supports plotting out of the box with [gnuplot

Docs can be found [here](https://rubygems.org/gems/daru).

## Roadmap

* Enable creation of DataFrame by only specifying an NMatrix/MDArray in initialize. Vector naming happens automatically (alphabetic) or is specified in an Array.
* Assignment of a column to a single number should set the entire column to that number.
* Multiple column assignment with []=
* Multiple value assignment for vectors with []=.
* #find\_max function which will evaluate a block and return the row for the value of the block is max.
* Sort by index.
* Statistics on DataFrame over rows.
* Calculate percentage change.
* Have some sample data sets for users to play around with. Should be able to load these from the code itself.

## Contributing

Pick a feature from the Roadmap or the issue tracker or think of your own and send me a Pull Request!
Expand All @@ -208,6 +196,7 @@ For details see [CONTRIBUTING](https://github.com/v0dro/daru/blob/master/CONTRIB

## Acknowledgements

* Google and the Ruby Science Foundation for the Google Summer of Code 2016 grant for speed enhancements and implementation of support for categorical data. Special thanks to [@lokeshh](https://github.com/lokeshh), [@zverok](https://github.com/zverok) and [@agisga](https://github.com/agisga) for their efforts.
* Google and the Ruby Science Foundation for the Google Summer of Code 2015 grant for further developing daru and integrating it with other ruby gems.
* Thank you [last.fm](http://www.last.fm/) for making user data accessible to the public.

Expand Down

0 comments on commit 9ba14e7

Please sign in to comment.