mayavi2 4.0.0-3build1 source package in Ubuntu

Changelog

mayavi2 (4.0.0-3build1) precise; urgency=low

  * Rebuild against numpy 1.6
 -- Julian Taylor <email address hidden>   Thu, 16 Feb 2012 00:09:22 +0100

Upload details

Uploaded by:
Julian Taylor
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
Precise release universe science

Downloads

File Size SHA-256 Checksum
mayavi2_4.0.0.orig.tar.gz 7.3 MiB c17dfb1ba1cdad536a1e2c23fe3d073d48a9d7b7879d86adacda30be272f15ad
mayavi2_4.0.0-3build1.debian.tar.gz 13.3 KiB bb4475b5b05553aac9fce04fee45d5c7e1226468cccaeb01684b9a85daf6bc0c
mayavi2_4.0.0-3build1.dsc 2.0 KiB 784e777b53a299e8607687550ca5ce3f3e051f15068eb7fe746768226efdd8ea

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.