-
Notifications
You must be signed in to change notification settings - Fork 79
Google Code In 2017 : Tasks
Please provide as much detail as possible for tasks. Remember, these are secondary school students, and some may have limited programming experience. Tell them what they need to do to succeed, and where/whom they can ask for help.
To contribute to a project of your choice,
- Navigate to the project's repository
- Setup the project locally with instructions given in README
- Pick up an issue of interest, from the repository's issue tracker
- Fork the project on GitHub
- Add the changes required for fixing the issue, in a new git branch
- Push the changes to your fork
- Read the
CONTRIBUTING.md
(if it exists) - Send a Pull Request to the project, by comparing across forks
- Wait for Travis CI build and reviews from mentor(s)
- Wait for your Pull Request to get merged
- Feel proud, pat yourself on the back and share your progress with your friends
Repository link : https://github.com/sciruby/daru
Mentors : Sameer Deshmukh, Victor Shepelev, Lokesh Sharma, Athitya Kumar, Shekhar Prasad Rajak
-
Issue #206 : Add support for
reset_index
method forDaru::DataFrame
. -
Issue #234 : Add support for joining 2
Daru::DataFrame
s by index. -
Issue #358 : Add support for
Daru::DataFrame#pivot_table
method to retain thegroup_by
columns. -
Issue #227 : Add support for concatenation between
Daru::DataFrame
andDaru::Vector
-
Issue #210 : Add support for 'mask' dataframes and vectors in
where
clause.
Find more issues at issue-tracker
Repository link : https://github.com/sciruby/daru-io
Mentors : Sameer Deshmukh, Victor Shepelev, Lokesh Sharma, Athitya Kumar, Shekhar Prasad Rajak
- Issue #36 : Add support for parsing row names (index) in XLSX Importer.
- Issue #36 : Add support for handling formulas in XLSX Importer.
- Issue #36 : Add support for parsing row names (index) in XLSX Importer.
- Issue #51 : Add benchmarks for CSV Importer.
- Issue #51 : Add benchmarks for Excel Importer.
- Issue #51 : Add benchmarks for Excelx Importer.
- Issue #51 : Add benchmarks for HTML Importer.
- Issue #51 : Add benchmarks for JSON Importer.
- Issue #55 : Add tests for linkages between daru & daru-io calls.
Find more issues at issue-tracker
Repository link : https://github.com/sciruby/daru-view
Mentors : Sameer Deshmukh, Victor Shepelev, Lokesh Sharma, Athitya Kumar, Shekhar Prasad Rajak
- Clean up and improve the code quality. Try to Remove the disabled rubocop in the code.
- Add more testcases for Google charts, HighCharts, Nyaplot, data-tables and improve the coverage report.
- Improve documentation and add examples to demonstrate the feature.
- Improve IRuby notebook examples present in specs/dummy_iruby folder.
- Add more examples in demo_daru-view for different Ruby web app frameworks.
- Add Hanami web app and demonstrate the features of daru-view (similar to the rails, sinatra, nanoc) in demo_daru-view repo.
Find more issues at issue-tracker
Mentors : Arafat Khan, Sameer Deshmukh
- Issue #588 Add specs for spec for NMatrix::IO::Matlab.
- Issue #595 Update to new TypedData system
Repository link : https://github.com/somaticio/tensorflow.rb Mentors : Arafat Khan
- Issue #102 Resolve Installation issues across Multiple platforms and release docker containers.
- Issue #92 Check for all potential memory leaks in C and Ruby code.
- Issue #82 Resolve issues with Strings and add support for multi dimensional string tensors.
- Issue #68 Create a basic usage tutorial in Ruby with multiple examples and using other sciruby libraries too for visualisation, plotting etc.