Editing Summer of Code - Getting Started

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 11: Line 11:


# ๐Ÿ˜‰๐Ÿ’ฌ '''We want to get to know you (before the deadline).ย  Communicate with us.'''
# ๐Ÿ˜‰๐Ÿ’ฌ '''We want to get to know you (before the deadline).ย  Communicate with us.'''
#* Join [https://octave.discourse.group/ '''Octave Discourse'''] or [[IRC]] for general discussion and to ask questions (Please do not use the bug tracker for general GSOC inquiries unrelated to specific bugs found with Octave.) Using a nickname is fine.
#* Join [https://octave.discourse.group/ '''Octave Discourse'''] or [[IRC]]. Using a nickname is fine.
#* Show us that you're motivated to work on Octave ๐Ÿ’ป.ย  There is no need to present an overwhelming CV ๐Ÿ†; evidence of involvement with Octave is more important.
#* Show us that you're motivated to work on Octave ๐Ÿ’ป.ย  There is no need to present an overwhelming CV ๐Ÿ†; evidence of involvement with Octave is more important.
#* '''<span style="color:darkblue;">If you never talked to us, we will likely reject your proposal</span>''', even it looks good ๐Ÿšฎ
#* '''<span style="color:darkblue;">If you never talked to us, we will likely reject your proposal</span>''', even it looks good ๐Ÿšฎ
Line 58: Line 58:
The following suggested projects are distilled from the [[Projects]] page for the benefit of potential SoC participants.ย  You can also look at our [[Summer of Code|completed past projects]], or the current [https://hg.savannah.gnu.org/hgweb/octave/file/tip/etc/ROADMAP.md | Octave Development Roadmap] for more inspiration.
The following suggested projects are distilled from the [[Projects]] page for the benefit of potential SoC participants.ย  You can also look at our [[Summer of Code|completed past projects]], or the current [https://hg.savannah.gnu.org/hgweb/octave/file/tip/etc/ROADMAP.md | Octave Development Roadmap] for more inspiration.


{{Note|Do you use Octave at your working place or university? Do you have some numerical project in mind?ย  You are always welcome to '''propose your own projects'''.ย  If you are passionate about your project, it will be easy to find an Octave developer to mentor and guide you. Please note that for such a proposal to be successful it will almost certainly involve initiating pre-proposal discussion over at the [https://octave.discourse.group Octave Discourse forum].}}
{{Note|Do you use Octave at your working place or university? Do you have some numerical project in mind?ย  You are always welcome to '''propose your own projects'''.ย  If you are passionate about your project, it will be easy to find an Octave developer to mentor and guide you.}}


== Adding more Classification classes and implementing missing methods in statistics package ==
== Adding more Classification classes and implementing missing methods in statistics package ==
Line 119: Line 119:
== PolarAxes and Plotting Improvements ==
== PolarAxes and Plotting Improvements ==


Octave currently provides support for polar axes by using a Cartesian 2-D axes and adding a significant number of properties and callback listeners to get things to work.ย  What is needed is the implementation of a dedicated "polaraxes" object in C++.ย  This will require creating a new fundamental graphics object type, and programming in C++/OpenGL to render the object.ย  When "polaraxes" exists as an object type, then m-files will be written to access them, including polaraxes.m, polarplot.m, rticks.m, rticklabels.m, thetaticks, thetaticklabels.m, rlim.m, thetalim.m.ย  This relates to bug {{bug|49804}}.
Octave currently provides supports for polar axes by using a Cartesian 2-D axes and adding a significant number of properties and callback listeners to get things to work.ย  What is needed is the implementation of a dedicated "polaraxes" object in C++.ย  This will require creating a new fundamental graphics object type, and programming in C++/OpenGL to render the object.ย  When "polaraxes" exists as an object type, then m-files will be written to access them, including polaraxes.m, polarplot.m, rticks.m, rticklabels.m, thetaticks, thetaticklabels.m, rlim.m, thetalim.m.ย  This relates to bug {{bug|49804}}.


* '''Project size''' [[#Project sizes | [?]]] and '''Difficulty'''
* '''Project size''' [[#Project sizes | [?]]] and '''Difficulty'''
Please note that all contributions to Octave may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Octave:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)

Template used on this page: