mayavi2 4.0.0-3 source package in Ubuntu

Changelog

mayavi2 (4.0.0-3) unstable; urgency=low

  * d/control: Add version depends on python-apptools (Closes: #633992)
  * d/rules: Remove extraneous directories from installing (Closes: #649906)
  * Add patches/ipython.diff to updated docs to IPython 0.11 (Closes: #636465)
  * Add patches/help.diff to fix mayavi2 html documentation directory
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  19 Dec 2011 11:05:46 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Python Applications Packaging Team
Architectures:
any
Section:
science
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mayavi2_4.0.0.orig.tar.gz 7.3 MiB c17dfb1ba1cdad536a1e2c23fe3d073d48a9d7b7879d86adacda30be272f15ad
mayavi2_4.0.0-3.debian.tar.gz 13.0 KiB 31ae2012408d475d0066b97c30f7eb2d19497bd2a2de7faaf35306ca310c9d8f
mayavi2_4.0.0-3.dsc 2.0 KiB efc45d171fd55fd8c3a01e482dcb2b86e52bd19a7233ebcd22c7f9288e6ffd0e

Available diffs

View changes file

Binary packages built by this source

mayavi2: scientific visualization package for 2-D and 3-D data

 MayaVi2 is a cross-platform tool for 2-D and 3-D scientific data
 visualization. Its features include:
   * Visualization of scalar, vector and tensor data in 2 and 3 dimensions
   * Easy scriptability using Python
   * Easy extendability via custom sources, modules, and data filters
   * Reading several file formats: VTK (legacy and XML), PLOT3D, etc.
   * Saving of visualizations
   * Saving rendered visualization in a variety of image formats.
 .
 MayaVi2 has been designed with scriptability and extensibility in
 mind. While the mayavi2 application is usable by itself, it may be
 used as an Envisage plugin which allows it to be embedded in user
 applications natively. Alternatively, it may be used as a
 visualization engine for any application.
 .
 This package also provides TVTK, which wraps VTK objects to provide a
 convenient, Pythonic API, while supporting Traits attributes and
 NumPy/SciPy arrays. TVTK is implemented mostly in pure Python, except
 for a small extension module.