From Fedora Project Wiki

No edit summary
No edit summary
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{header|docs}}
{{header|docs}}


{{Docs_beat_open}}
{{Docs_beat_closed}}
==Developer Assistant==
Developer Assistant, a tool for starting coding projects with popular languages and platforms, has been updated to provide a graphical user interface, documentation in a devassist-docs package, and improved functionality.


= boost gets up to speed =
==Updated ACPI tools==
Fedora 18 will include Boost version 1.50. The popular collection of C libraries is updated to the newest available version with each Fedora release.
Developers working with the ACPI subsystem have an updated set of tools from the acpica-tools packageThis replaces the functionality of the lasi and pmtools packages, includes test cases, and adds active upstream support. The acpica project can be found at http://acpica.org .
 
= Dwarf Compressor compacts debug files =
Fedora 18 debuginfo has been post-processed by the DWARF compressor tool "dwz" to reduce size of the *.debug filesDevelopers may run this same program on their binaries.
 
= IPython updated =
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.


[[Category:Docs Project]]
[[Category:Docs Project]]
[[Category:Draft documentation]]
[[Category:Draft documentation]]
[[Category:Documentation beats]]
[[Category:Documentation beats]]

Revision as of 19:30, 20 October 2013

DocsProject Header docTeam1.png


Warning.png
Beat Closed on Wiki
Work on beats has now moved to git at https://pagure.io/fedora-docs/release-notes. If you have changes or additions, please contact the docs team via #fedora-docs, docs@lists.fedoraproject.org, or with the release-notes BZ component.

Developer Assistant

Developer Assistant, a tool for starting coding projects with popular languages and platforms, has been updated to provide a graphical user interface, documentation in a devassist-docs package, and improved functionality.

Updated ACPI tools

Developers working with the ACPI subsystem have an updated set of tools from the acpica-tools package. This replaces the functionality of the lasi and pmtools packages, includes test cases, and adds active upstream support. The acpica project can be found at http://acpica.org .