ParaView 4.4 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''' |- | Remove old panels |...")
 
(Initial pass at 4.3 feature list.)
 
Line 12: Line 12:
|  
|  
|  
|  
|-
| Multiblock support
|
* Improve multiblock inspector.
|
|
|-
| Cube Axes
|
* We need to address issues and shortcomings with the cube axes. It's quite unprofessional looking.
|
|
|-
|-
| style="color:green; background-color:#ffffcc;" colspan=4 align="center"| '''Misc. Enhancements'''
| style="color:green; background-color:#ffffcc;" colspan=4 align="center"| '''Misc. Enhancements'''

Latest revision as of 11:27, 2 January 2015

Name Description Owner Status
UI Improvements
Remove old panels
  • Remove obsolete pqObjectPanel and subclasses. This will require some refactoring to migrate the panels for pq3DWidgets. These currently are pqObjectPanel subclasses.
Multiblock support
  • Improve multiblock inspector.
Cube Axes
  • We need to address issues and shortcomings with the cube axes. It's quite unprofessional looking.
Misc. Enhancements
Reload datasets
  • Add support for reload button on readers.
Catalyst
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
  • Python Animation API needs to be revamped.
Documentation
ParaView User's Guide
  • More updates for new features including new view types, filters etc.
Utkarsh/Dave
Packaging/Deployment
ParaView using External-VTK
  • Add support to build ParaView using a pre-built VTK
Improved plugin building/deployment. Should shared forwarding be killed?