From Fedora Project Wiki
(Add scope and some other minor edits.)
(possibly complete the ipython feature)
Line 4: Line 4:
<!-- The actual name of your feature page should look something like: Features/Your_Feature_Name.  This keeps all features in the same namespace -->
<!-- The actual name of your feature page should look something like: Features/Your_Feature_Name.  This keeps all features in the same namespace -->


= Feature Name <!-- The name of your feature --> =
= IPython 0.13 <!-- The name of your feature --> =


== Summary ==
== Summary ==
Line 19: Line 19:
== Current status ==
== Current status ==
* Targeted release: [[Releases/18 | Fedora 18 ]]  
* Targeted release: [[Releases/18 | Fedora 18 ]]  
* Last updated: 2012-07-02
* Last updated: 2012-07-17
* Percentage of completion: 00%
* Percentage of completion: 20%




== Detailed Description ==
== Detailed Description ==
<!-- Expand on the summary, if appropriate.  A couple sentences suffices to explain the goal, but the more details you can provide the better. -->
<!-- Expand on the summary, if appropriate.  A couple sentences suffices to explain the goal, but the more details you can provide the better. -->
Update to the most recent IPython version 0.13 and package split it into subpackages, so one doesn't require to install all the possibly required dependencies.
The subpackage structure is as follows:
* python2-ipython-console: Provides the main console/config/core stuff, which you always need, when interacting with ipython.
* python2-ipython-gui: Provides the qtconsole and requires QT4
* python2-ipython-notebook: Provides the IPython Notebook, which currently requires python-tornado.


== Benefit to Fedora ==
== Benefit to Fedora ==
<!-- What is the benefit to the platform?  If this is a major capability update, what has changed?  If this is a new feature, what capabilities does it bring? Why will Fedora become a better distribution or project because of this feature?-->
Fedora will ship the latest IPython, which has major features like new user interface of the notebook and many more magics. See the [http://ipython.org/ipython-doc/rel-0.13/whatsnew/version0.13.html Upstream Release Notes] for more information.


== Scope ==
== Scope ==
Line 49: Line 55:
3. What are the expected results of those actions?
3. What are the expected results of those actions?
-->
-->
* Install python2-ipython-console and the standard ipython/ipcluster will work out of the box without the need to install huge dependencies like QT.
* Install python2-ipython-gui and the qtconsole works out of the box.
* Install python2-ipython-notebook and further test the [http://ipython.org/ipython-doc/rel-0.13/interactive/htmlnotebook.html notebook].


== User Experience ==
== User Experience ==
<!-- If this feature is noticeable by its target audience, how will their experiences change as a result?  Describe what they will see or notice. -->
<!-- If this feature is noticeable by its target audience, how will their experiences change as a result?  Describe what they will see or notice. -->
Users will be impressed by the new functionality of the notebook and new magics implemented in this version of IPython.


== Dependencies ==
== Dependencies ==
Line 68: Line 79:
<!-- The Fedora Release Notes inform end-users about what is new in the release.  Examples of past release notes are here: http://docs.fedoraproject.org/release-notes/ -->
<!-- The Fedora Release Notes inform end-users about what is new in the release.  Examples of past release notes are here: http://docs.fedoraproject.org/release-notes/ -->
<!-- The release notes also help users know how to deal with platform changes such as ABIs/APIs, configuration or data file formats, or upgrade concerns.  If there are any such changes involved in this feature, indicate them here.  You can also link to upstream documentation if it satisfies this need.  This information forms the basis of the release notes edited by the documentation team and shipped with the release. -->
<!-- The release notes also help users know how to deal with platform changes such as ABIs/APIs, configuration or data file formats, or upgrade concerns.  If there are any such changes involved in this feature, indicate them here.  You can also link to upstream documentation if it satisfies this need.  This information forms the basis of the release notes edited by the documentation team and shipped with the release. -->
*
IPython has been updated to version 0.13 and notable features and head-ups are:
* The Notebook has a new user interface and has many new features like auto-folding of very long lines, uploading new notebooks to the dashboard, manage started clusters and improoved tooltips.
* The notebook format has changed and when you want to share your notebook with users of older version, there is a conversion [https://gist.github.com/1935808 script] available.
* New cell magics like %%bash, %%ruby, %%timeit and many others.
* The Qt console has improved menus and can directly display jpeg images.


== Comments and Discussion ==
== Comments and Discussion ==

Revision as of 19:40, 17 July 2012


IPython 0.13

Summary

Update ipython to version 0.13 with reorganizing the package structure to better fit the new upstream structure.

Owner

Current status

  • Targeted release: Fedora 18
  • Last updated: 2012-07-17
  • Percentage of completion: 20%


Detailed Description

Update to the most recent IPython version 0.13 and package split it into subpackages, so one doesn't require to install all the possibly required dependencies.

The subpackage structure is as follows:

  • python2-ipython-console: Provides the main console/config/core stuff, which you always need, when interacting with ipython.
  • python2-ipython-gui: Provides the qtconsole and requires QT4
  • python2-ipython-notebook: Provides the IPython Notebook, which currently requires python-tornado.

Benefit to Fedora

Fedora will ship the latest IPython, which has major features like new user interface of the notebook and many more magics. See the Upstream Release Notes for more information.

Scope

The main changes takes place in the ipython package. Other packages depending on ipython will pull all ipython packages, when they require the "ipython" package, which might be unnecessary and waste disc space. This can be improved, when those package specificaly pull in those dependencies they need.

For a list of packages and description see Detailed Description above.

How To Test

  • Install python2-ipython-console and the standard ipython/ipcluster will work out of the box without the need to install huge dependencies like QT.
  • Install python2-ipython-gui and the qtconsole works out of the box.
  • Install python2-ipython-notebook and further test the notebook.

User Experience

Users will be impressed by the new functionality of the notebook and new magics implemented in this version of IPython.

Dependencies

None.

Contingency Plan

None necessary, revert to old version/package structure.

Documentation

Release Notes

IPython has been updated to version 0.13 and notable features and head-ups are:

  • The Notebook has a new user interface and has many new features like auto-folding of very long lines, uploading new notebooks to the dashboard, manage started clusters and improoved tooltips.
  • The notebook format has changed and when you want to share your notebook with users of older version, there is a conversion script available.
  • New cell magics like %%bash, %%ruby, %%timeit and many others.
  • The Qt console has improved menus and can directly display jpeg images.

Comments and Discussion