ParaView 4.2 Deliverables: Difference between revisions
From ParaQ Wiki
Jump to navigationJump to search
(Created page with "{| border=1 ! Name ! Description ! Owner ! Status |- | style="color:green; background-color:#ffffcc;" colspan=4 align="center"| '''UI Improvements''' |- | View Settings | * B...") |
No edit summary |
||
(12 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
* Based on discussions at ParaView summit, move "View Settings" to "Properties" panel. The view settings will no longer be shown in a dialog instead directly manipulate-able from the Properties panel. They will update as the active view changes. | * Based on discussions at ParaView summit, move "View Settings" to "Properties" panel. The view settings will no longer be shown in a dialog instead directly manipulate-able from the Properties panel. They will update as the active view changes. | ||
| Dan Lipsa | | Dan Lipsa | ||
| | | done | ||
|- | |- | ||
| Application settings | | Application settings | ||
Line 17: | Line 17: | ||
* Refactor application settings to make it possible for Python to access settings. The goal is remove inconsistencies in generated visualizations when a Python script is run in the GUI or in pvpython. | * Refactor application settings to make it possible for Python to access settings. The goal is remove inconsistencies in generated visualizations when a Python script is run in the GUI or in pvpython. | ||
* Refactor application settings dialog to user friendly with user-sensible text and settings. | * Refactor application settings dialog to user friendly with user-sensible text and settings. | ||
| | | Cory/Utkarsh | ||
| | | done | ||
|- | |- | ||
| 2D Plots | | 2D Plots | ||
Line 26: | Line 26: | ||
* Fix Python tracing when dealing with charts. | * Fix Python tracing when dealing with charts. | ||
| Utkarsh | | Utkarsh | ||
| | | done | ||
|- | |- | ||
| style="color:green; background-color:#ffffcc;" colspan=4 align="center"| ''' | | style="color:green; background-color:#ffffcc;" colspan=4 align="center"| '''Misc. Enhancements''' | ||
|- | |- | ||
| | | Extensions to Find Data | ||
| Add | | | ||
| | * Add suport for '''parallel''' min/max/mean in FindData that works with composite datasets as well. | ||
| David Lonie | |||
| active development | | active development | ||
|- | |- | ||
| style="color:green; background-color:#ffffcc;" colspan=4 align="center"| ''' | | Reload datasets | ||
| | |||
* Add support for reload button on readers. | |||
| | |||
| | |||
|- | |||
| style="color:green; background-color:#ffffcc;" colspan=4 align="center"| '''Catalyst''' | |||
|- | |||
| Rendering Editions | |||
| | |||
* Editions with rendering support | |||
* Refactor rendering modules to minimize dependencies. | |||
| Ben Boeckel | |||
| done | |||
|- | |- | ||
| | | Memory management | ||
| | | | ||
* | * Benchmark memory used by intermediate filters in typical Catalyst pipelines | ||
* | * Investigate mechanisms for releasing memory after each catalyst stage (currently the memory is released only when the subsequent timestep starts). | ||
| | | | ||
| | | | ||
|- | |- | ||
| | | Tracing improvements | ||
| | |||
* Add infrastructure to trace advanced calls such as "reset lookup table range". | |||
* Update save screenshot, save animation etc. to use this infrastructure. | |||
| | |||
| done | |||
|- | |- | ||
| | | Python API (LUT) | ||
| | | | ||
* Improve lookup table API for Python | |||
* Move management of lookuptables to ServerManager so Python can access the same, thus providing similar functionality when it comes to scalar colors from GUI or Python. | |||
| | | | ||
| done | |||
|- | |||
| Python API (Formatting) | |||
| | |||
* Improve how text is formatted in generated trace. Reformat property lists to match the property style e.g. use new lines to split long lists in logical groups. | |||
* Insert comments as possible to make the generated trace more readable. | |||
| | |||
| done | |||
|- | |||
| style="color:green; background-color:#ffffcc;" colspan=4 align="center"| '''Documentation''' | |||
|- | |||
| ParaView User's Guide | |||
| | |||
* ParaView User's Guide for 4.2 with better Python API description among other improvements. | |||
| Utkarsh/Dave | |||
| done | |||
|- | |||
| Catalyst User's Guide | |||
| | |||
* User's Guide for catalyst | |||
| Andy Bauer | |||
| done | |||
|- | |||
| Python API Manual | |||
| | |||
* Python documentation for ParaView Python API | |||
* http://www.paraview.org/ParaView3/Doc/Nightly/www/py-doc/index.html | |||
| Sankhesh | |||
| completed | |||
|- | |||
| style="color:green; background-color:#ffffcc;" colspan=4 align="center"| '''Packaging/Deployment''' | |||
|- | |||
| ParaView using External-VTK | |||
| | | | ||
* Add support to build ParaView using a pre-built VTK | |||
| | |||
| | |||
|- | |- | ||
|} | |} |
Latest revision as of 11:59, 9 September 2014
Name | Description | Owner | Status |
---|---|---|---|
UI Improvements | |||
View Settings |
|
Dan Lipsa | done |
Application settings |
|
Cory/Utkarsh | done |
2D Plots |
|
Utkarsh | done |
Misc. Enhancements | |||
Extensions to Find Data |
|
David Lonie | active development |
Reload datasets |
|
||
Catalyst | |||
Rendering Editions |
|
Ben Boeckel | done |
Memory management |
|
||
Tracing improvements |
|
done | |
Python API (LUT) |
|
done | |
Python API (Formatting) |
|
done | |
Documentation | |||
ParaView User's Guide |
|
Utkarsh/Dave | done |
Catalyst User's Guide |
|
Andy Bauer | done |
Python API Manual |
|
Sankhesh | completed |
Packaging/Deployment | |||
ParaView using External-VTK |
|